Tagged articles
4063 articles
Page 17 of 41
Java Architecture Diary
Java Architecture Diary
Jul 13, 2023 · Cloud Native

How to Deploy Higress 1.1 as a Standalone Cloud‑Native Gateway Without Kubernetes

This guide explains what Higress is, compares it with traditional gateways, and provides step‑by‑step instructions—including code snippets—to deploy Higress 1.1 as a standalone, non‑Kubernetes cloud‑native gateway, configure routes, and test migration from Spring Cloud Gateway for microservice applications.

Cloud Native GatewayHigressdeployment
0 likes · 6 min read
How to Deploy Higress 1.1 as a Standalone Cloud‑Native Gateway Without Kubernetes
Sohu Tech Products
Sohu Tech Products
Jul 12, 2023 · Operations

Understanding Jenkins Pipelines: Declarative vs Scripted Syntax, Agents, Stages, Post Actions and Advanced Features

This article provides a comprehensive guide to Jenkins pipelines, explaining the difference between declarative and scripted syntax, detailing pipeline components such as agents, stages, steps, post actions, directives, triggers, environment variables, credential handling, and Kubernetes integration for modern CI/CD workflows.

Declarative PipelineDevOpsJenkins
0 likes · 24 min read
Understanding Jenkins Pipelines: Declarative vs Scripted Syntax, Agents, Stages, Post Actions and Advanced Features
Efficient Ops
Efficient Ops
Jul 12, 2023 · Cloud Native

Mastering Kubernetes Persistent Storage: PV, PVC, and CSI Explained

Learn how Kubernetes abstracts persistent storage using PersistentVolumes (PV) and PersistentVolumeClaims (PVC), why HostPath is limited, the role of network storage, and how to implement CSI drivers with practical YAML examples and kubectl commands for creating and managing PVs and PVCs.

CSIPVCPersistentVolume
0 likes · 6 min read
Mastering Kubernetes Persistent Storage: PV, PVC, and CSI Explained
DevOps Cloud Academy
DevOps Cloud Academy
Jul 12, 2023 · Cloud Native

Using KubeLinter to Lint Kubernetes YAML and Helm Charts for Production‑Readiness and Security

This article introduces KubeLinter, an open‑source tool that scans Kubernetes YAML files and Helm charts for best‑practice compliance, explains why it is useful, shows installation methods, provides usage examples, and details configuration and integration options for secure, production‑ready deployments.

DevOpsKubeLinterYAML linting
0 likes · 9 min read
Using KubeLinter to Lint Kubernetes YAML and Helm Charts for Production‑Readiness and Security
Cloud Native Technology Community
Cloud Native Technology Community
Jul 12, 2023 · Cloud Native

KubeVirt v1.0 Release Announcement and Overview

The KubeVirt community announces the v1.0 release, detailing its history from a 2016 Red Hat experiment to a CNCF graduated project, describing new features across SIGs, updated release cadence, and future roadmap for cloud‑native virtualization on Kubernetes.

KubeVirtSIGVirtualization
0 likes · 8 min read
KubeVirt v1.0 Release Announcement and Overview
DevOps Cloud Academy
DevOps Cloud Academy
Jul 11, 2023 · Cloud Native

A/B Testing with Argo Rollouts Experiments for Progressive Delivery

This article explains how to perform data‑driven A/B testing in progressive delivery using Argo Rollouts Experiments on Kubernetes, covering the concepts, required resources, YAML manifests, command‑line steps, and the benefits of combining A/B tests with canary deployments.

A/B testingArgo RolloutsProgressive Delivery
0 likes · 17 min read
A/B Testing with Argo Rollouts Experiments for Progressive Delivery
System Architect Go
System Architect Go
Jul 11, 2023 · Cloud Native

Container Runtime Internals and Latest Trends (2023)

This article reviews container fundamentals, explains Docker’s architecture and Linux namespaces, cgroups, capabilities, and security mechanisms, then surveys recent developments such as containerd, CRI‑O, rootless containers, alternative runtimes like Podman, Kata, gVisor, and emerging WebAssembly‑based approaches, highlighting trends up to 2023.

ContainersDockerWebAssembly
0 likes · 19 min read
Container Runtime Internals and Latest Trends (2023)
DevOps Cloud Academy
DevOps Cloud Academy
Jul 9, 2023 · Cloud Native

Designing Scalable Kubernetes Applications: Best Practices

This article outlines comprehensive best‑practice guidelines for building Kubernetes applications, covering scalability design, containerization, pod scope, configuration management, health probes, deployments, service discovery, storage, monitoring, security, and CI/CD integration to achieve robust, highly available workloads.

ConfigMapci/cdkubernetes
0 likes · 9 min read
Designing Scalable Kubernetes Applications: Best Practices
DevOps Cloud Academy
DevOps Cloud Academy
Jul 8, 2023 · Cloud Native

Argo CD and Argo Rollouts 2023 User Survey Results: Insights and Trends

The 2023 CNCF user survey of Argo CD and Argo Rollouts reveals high adoption rates, strong Net Promoter Scores, dominant usage by DevOps and platform engineers, expanding production deployments, and growing ecosystem integrations, highlighting opportunities and challenges for the GitOps and progressive delivery landscape.

Argo CDArgo RolloutsDevOps
0 likes · 12 min read
Argo CD and Argo Rollouts 2023 User Survey Results: Insights and Trends
Volcano Engine Developer Services
Volcano Engine Developer Services
Jul 7, 2023 · Cloud Native

How KubeAdmiral Redefines Multi-Cluster Kubernetes Federation for Scale and Efficiency

Since Kubernetes became the de‑facto standard, ByteDance faced scaling limits with single‑cluster setups, prompting the adoption of KubeFed V2 and later the development of KubeAdmiral, a next‑generation multi‑cluster federation system that enhances scheduling, resource efficiency, native API support, and dynamic scaling across clouds.

FederationKubeAdmiralMulti-Cluster
0 likes · 15 min read
How KubeAdmiral Redefines Multi-Cluster Kubernetes Federation for Scale and Efficiency
Cloud Native Technology Community
Cloud Native Technology Community
Jul 6, 2023 · Industry Insights

How Confidential Computing Reinvents Security in Cloud‑Native Kubernetes

This article explains the concept of Confidential Computing, examines Trusted Execution Environments such as AMD SEV, Intel SGX and TDX, compares their security properties and performance overhead, and shows how cloud‑native platforms like Kubernetes can leverage these technologies for stronger data protection.

AMD SEVConfidential ComputingIntel SGX
0 likes · 16 min read
How Confidential Computing Reinvents Security in Cloud‑Native Kubernetes
Efficient Ops
Efficient Ops
Jul 5, 2023 · Operations

How to Use nsenter to Debug Container Networks and Enter Linux Namespaces

nsenter, a util-linux command, lets you run programs inside a target process’s namespaces—such as network, mount, or PID—enabling container network debugging, namespace inspection, and execution of commands without needing built-in tools, with examples for Docker and Kubernetes and explanations of underlying clone and setns system calls.

DockerLinux Namespacesclone
0 likes · 10 min read
How to Use nsenter to Debug Container Networks and Enter Linux Namespaces
21CTO
21CTO
Jul 5, 2023 · Backend Development

Why WebAssembly Could Revolutionize Backend Development

WebAssembly is moving beyond browsers into server‑side workloads, offering a portable binary format, promising performance, and new security considerations, while integrating with containers and Kubernetes through WASI, making it a compelling technology for modern backend development.

PortabilityWebAssemblykubernetes
0 likes · 8 min read
Why WebAssembly Could Revolutionize Backend Development
DaTaobao Tech
DaTaobao Tech
Jul 5, 2023 · Cloud Native

Cloud‑Native Multi‑Tenant Architecture and Network Isolation in Taobao Open Platform

The Taobao Open Platform adopts a cloud‑native, multi‑tenant architecture that abstracts infrastructure, isolates tenants via independent or shared switch‑plus‑security‑group schemes with dual ENI pod networking, and leverages Kubernetes auto‑scaling to simplify onboarding, cut operational costs, and enable future low‑code and FaaS extensions.

Auto ScalingMulti‑tenantcloud-native
0 likes · 14 min read
Cloud‑Native Multi‑Tenant Architecture and Network Isolation in Taobao Open Platform
Cloud Native Technology Community
Cloud Native Technology Community
Jul 5, 2023 · Industry Insights

How Mercedes‑Benz Scaled Kubernetes with Cluster API: A Cloud‑Native Case Study

This article examines how Mercedes‑Benz Tech Innovation expanded its Kubernetes management to public clouds using Cluster API, achieving automated cluster creation, faster rolling upgrades, self‑service capabilities, and a ten‑fold increase in managed clusters while maintaining high availability.

Cluster APIDevOpsMercedes-Benz
0 likes · 8 min read
How Mercedes‑Benz Scaled Kubernetes with Cluster API: A Cloud‑Native Case Study
Open Source Linux
Open Source Linux
Jul 5, 2023 · Cloud Native

Boost Third‑Party API Performance in Kubernetes with Nginx Caching

By configuring Nginx as a caching gateway within a Kubernetes cluster, this article shows how to dramatically reduce read latency to third‑party services, achieve high cache hit rates, ensure availability during outages, and handle cache persistence across pods using S3‑backed storage.

CachingDevOpscloud-native
0 likes · 11 min read
Boost Third‑Party API Performance in Kubernetes with Nginx Caching
Big Data Technology & Architecture
Big Data Technology & Architecture
Jul 4, 2023 · Big Data

Building a Real‑Time Streaming Data Warehouse with Paimon on Kubernetes for Supply‑Chain Logistics

This article presents a step‑by‑step guide on how the logistics provider Haicheng Bangda implemented a streaming data warehouse using Paimon, Flink CDC, and Kubernetes, covering business background, architecture choices, environment setup, SQL examples, troubleshooting tips, and future roadmap for their digital transformation.

Big DataCDCData Warehouse
0 likes · 27 min read
Building a Real‑Time Streaming Data Warehouse with Paimon on Kubernetes for Supply‑Chain Logistics
37 Interactive Technology Team
37 Interactive Technology Team
Jul 4, 2023 · Cloud Native

Understanding the Removal of Dockershim in Kubernetes v1.24 and Its Alternatives

Starting with Kubernetes v1.24 the built‑in dockershim is removed, requiring users to switch to a CRI‑compatible runtime such as containerd or CRI‑O—or install cri‑dockerd for Docker compatibility—while updating scripts, logs, and tooling, and using crictl or ctr for debugging and managing containers and pods.

CRIDockershimcontainerd
0 likes · 12 min read
Understanding the Removal of Dockershim in Kubernetes v1.24 and Its Alternatives
Architects Research Society
Architects Research Society
Jul 3, 2023 · Backend Development

Performance Comparison of REST, gRPC, and Asynchronous Communication in Microservices

This article evaluates the impact of three microservice communication styles—REST, gRPC, and asynchronous messaging via RabbitMQ—on functional and non‑functional software quality attributes, presenting experimental results from a Kubernetes‑based order‑processing scenario that show gRPC delivering the best performance across varying loads.

RESTRabbitMQcommunication
0 likes · 13 min read
Performance Comparison of REST, gRPC, and Asynchronous Communication in Microservices
DevOps Cloud Academy
DevOps Cloud Academy
Jul 3, 2023 · Operations

Top 10 Kubernetes Monitoring Tools and Their Features

This article reviews ten popular Kubernetes monitoring tools—including Helios, Prometheus, New Relic, Grafana, DataDog, Sysdig, Zabbix, AppDynamics, Dynatrace, and Sensu—detailing their key features and how they help improve performance, reliability, and observability of containerized applications.

DevOpscloud-nativekubernetes
0 likes · 11 min read
Top 10 Kubernetes Monitoring Tools and Their Features
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jul 3, 2023 · Operations

How GitOps Revolutionizes Cloud‑Native Deployments: Lessons from Horizon CD

This article examines the shortcomings of traditional host‑based deployments, explains the GitOps methodology with declarative configuration and automation tools, and details a real‑world implementation at NetEase Cloud Music using Horizon CD, Argo CD, and Helm to achieve scalable, reliable, and version‑controlled cloud‑native releases.

ArgoCDGitOpsOperations
0 likes · 19 min read
How GitOps Revolutionizes Cloud‑Native Deployments: Lessons from Horizon CD
Liangxu Linux
Liangxu Linux
Jul 2, 2023 · Cloud Native

Mastering kubectl: Essential Commands for Kubernetes Management

This guide explains what kubectl is, how it interacts with the Kubernetes API server, and provides a categorized list of essential commands for retrieving information, debugging, state management, scaling, deployment, and security, helping users efficiently operate and automate K8s clusters.

Cluster ManagementDevOpscloud-native
0 likes · 5 min read
Mastering kubectl: Essential Commands for Kubernetes Management
DataFunSummit
DataFunSummit
Jul 1, 2023 · Artificial Intelligence

Alibaba Cloud Native Deep Learning Platform PAI‑DLC: Architecture, Features, and Future Outlook

This article introduces Alibaba Cloud's PAI‑DLC, a cloud‑native deep learning platform that integrates machine‑learning capabilities, containerized services, AI‑aware scheduling, GPU virtualization, elastic training with EasyScale, data access, and observability, and discusses its architecture, key features, and future directions.

AI platformDeep LearningGPU virtualization
0 likes · 16 min read
Alibaba Cloud Native Deep Learning Platform PAI‑DLC: Architecture, Features, and Future Outlook
dbaplus Community
dbaplus Community
Jul 1, 2023 · Operations

How We Rebuilt a Private Cloud Platform to Supercharge Developer Efficiency

This article recounts a year‑long effort by a senior SRE engineer to redesign a private cloud platform, detailing the motivations, architectural choices, SSO and RBAC implementations, workflow automation, GitOps deployment, release engineering improvements, and the cultural shift toward metrics‑driven development.

DevOpsGitOpsLow‑code
0 likes · 22 min read
How We Rebuilt a Private Cloud Platform to Supercharge Developer Efficiency
Alibaba Cloud Native
Alibaba Cloud Native
Jun 30, 2023 · Cloud Native

Simplify Hybrid Cloud Kubernetes Management with Alibaba ACK One

This article explains how Alibaba Cloud ACK One enables unified registration and management of Kubernetes clusters across public clouds, private data centers, and edge environments, detailing core features, architecture, security measures, and observability capabilities for seamless multi‑cluster operations.

ACK OneObservabilitycloud-native
0 likes · 9 min read
Simplify Hybrid Cloud Kubernetes Management with Alibaba ACK One
Volcano Engine Developer Services
Volcano Engine Developer Services
Jun 30, 2023 · Cloud Native

Deploy Langchain‑ChatGLM on Volcengine VKE: A Step‑by‑Step Cloud‑Native Guide

This tutorial walks you through preparing a VKE cluster, pulling the Langchain‑ChatGLM container image, creating the necessary Deployment and Service resources, and adding a local knowledge base, enabling you to run a Langchain‑based ChatGLM service with GPU support on Volcengine’s cloud‑native platform.

AI deploymentChatGLMGPU
0 likes · 6 min read
Deploy Langchain‑ChatGLM on Volcengine VKE: A Step‑by‑Step Cloud‑Native Guide
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
Jun 29, 2023 · Cloud Native

KubeCost: Kubernetes-Based Resource Cost Analysis and Allocation System

KubeCost, developed by NetEase Cloud Music, is a low‑intrusion, scalable Kubernetes cost analysis system that allocates resource expenses using peak‑or‑usage billing models, supports hybrid‑multi‑cloud pricing, aggregates per‑pod CPU/memory/GPU costs, and stores data efficiently in ClickHouse for reliable, business‑oriented financial insight.

ClickHouseCloud Cost ManagementFinOps
0 likes · 10 min read
KubeCost: Kubernetes-Based Resource Cost Analysis and Allocation System
Alibaba Cloud Native
Alibaba Cloud Native
Jun 27, 2023 · Cloud Native

How KubeSkoop Automates Kubernetes Network Troubleshooting

KubeSkoop, an open‑source tool from Alibaba Cloud, automates Kubernetes container network diagnosis by building traffic paths, collecting eBPF and IaaS data, and pinpointing root causes for connectivity and jitter issues, supporting major CNI plugins and offering deep network monitoring with Prometheus integration.

CNINetwork Diagnosiscloud-native
0 likes · 10 min read
How KubeSkoop Automates Kubernetes Network Troubleshooting
DevOps Cloud Academy
DevOps Cloud Academy
Jun 26, 2023 · Operations

Comprehensive DevOps Interview Guide: Key Concepts, Tools, and Practices

This article provides a thorough overview of DevOps fundamentals, differences from Agile, popular tools, lifecycle stages, CI/CD concepts, AWS roles, version control, SSH, Git commands, Jenkins architecture, Ansible, Puppet, Chef, Docker, Kubernetes, and related interview questions to help candidates prepare for DevOps engineering positions.

DevOpsInterviewautomation
0 likes · 23 min read
Comprehensive DevOps Interview Guide: Key Concepts, Tools, and Practices
DevOps Cloud Academy
DevOps Cloud Academy
Jun 25, 2023 · Cloud Native

Advanced Helm Chart Techniques: Setting Replica Limits, Sharing Code with Sub‑templates, and Generating ConfigMaps

This article explains how to create and customize Helm charts by setting replica count ceilings, reusing logic with sub‑templates, and generating properly indented ConfigMaps using toYaml and indent functions, providing practical examples and command‑line snippets for Kubernetes deployments.

ConfigMapDevOpsTemplating
0 likes · 12 min read
Advanced Helm Chart Techniques: Setting Replica Limits, Sharing Code with Sub‑templates, and Generating ConfigMaps
dbaplus Community
dbaplus Community
Jun 24, 2023 · Operations

How Bilibili Scales Capacity: VPA, HPA, and Cost‑Saving Strategies

This article summarizes Zhang He’s Bilibili SRE talk on building a capacity‑management system that visualizes resource usage, reduces costs, improves stability, and leverages Kubernetes VPA, HPA, pooling, and quota management to support massive live‑stream events and rapid feature releases.

ObservabilitySREVPA
0 likes · 21 min read
How Bilibili Scales Capacity: VPA, HPA, and Cost‑Saving Strategies
DevOps Cloud Academy
DevOps Cloud Academy
Jun 24, 2023 · Cloud Native

Using ConfigMap to Dynamically Configure Nginx in Kubernetes

This article explains what a Kubernetes ConfigMap is, when to use it, and provides step‑by‑step instructions with YAML examples for creating a ConfigMap, mounting it in an Nginx deployment, and making the server_name parameter dynamic using pod metadata.

ConfigMapDevOpsYAML
0 likes · 8 min read
Using ConfigMap to Dynamically Configure Nginx in Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Jun 23, 2023 · Cloud Native

Accelerating LLM Inference on Alibaba Cloud with KServe and Fluid

This guide explains how to deploy large language models on Alibaba Cloud's ACK using KServe for serverless inference, integrates Fluid for distributed data caching to cut cold‑start latency, provides step‑by‑step commands, performance benchmarks, and practical tips for production‑grade AI model serving.

FluidKServeLLM
0 likes · 22 min read
Accelerating LLM Inference on Alibaba Cloud with KServe and Fluid
DevOps Cloud Academy
DevOps Cloud Academy
Jun 23, 2023 · Cloud Native

An Introduction to Helm: Architecture, Components, and Benefits

Helm is a Kubernetes package manager that simplifies application deployment by using charts, templates, and versioned releases, offering features such as easy installation, upgrades, rollbacks, dependency management, and integration with CI/CD pipelines, making it a key tool for cloud‑native operations.

DevOpsci/cdcloud-native
0 likes · 10 min read
An Introduction to Helm: Architecture, Components, and Benefits
MaGe Linux Operations
MaGe Linux Operations
Jun 22, 2023 · Cloud Native

Essential Open‑Source Kubernetes Tools to Supercharge Your DevOps

This article surveys a curated collection of open‑source Kubernetes utilities—including Helm, Flagger, Kubewatch, Gitkube, kube‑state‑metrics, Kamus, Untrak, Scope, Dashboard, Kops, cAdvisor, Kubespray, K9s, Kubetail, PowerfulSeal and Popeye—detailing their roles in deployment, monitoring, security, and cluster management for modern DevOps workflows.

kubernetesmonitoringsecurity
0 likes · 15 min read
Essential Open‑Source Kubernetes Tools to Supercharge Your DevOps
Open Source Linux
Open Source Linux
Jun 21, 2023 · Cloud Native

How Continuous Profiling with Pyroscope Supercharges Kubernetes Microservices

This article explains why traditional log‑based performance debugging is inefficient, introduces continuous profiling with the open‑source Pyroscope tool, and provides step‑by‑step instructions for installing Pyroscope on Kubernetes, integrating it with Python, .NET, and Go microservices, and visualizing low‑overhead flame graphs to optimize code and reduce cloud costs.

Continuous ProfilingPerformance OptimizationProfiling
0 likes · 11 min read
How Continuous Profiling with Pyroscope Supercharges Kubernetes Microservices

Getting Started with Kubernetes: Reduce Dev Overhead and Optimize Resources

This article introduces Kubernetes, explaining its role as a container orchestration system, when it’s beneficial, how to choose an environment, manage resources with kubectl, YAML, or graphical tools, and details the control‑plane and worker‑node components that enable automated deployment, scaling, and monitoring.

cloud-nativecontainer orchestrationkubectl
0 likes · 6 min read
Getting Started with Kubernetes: Reduce Dev Overhead and Optimize Resources
Cloud Native Technology Community
Cloud Native Technology Community
Jun 20, 2023 · Cloud Native

How Kubernetes Manages Its Software Releases: Community Structure, KEP Process, and Release Cycle

This article examines how the open‑source Kubernetes project orchestrates its software releases by detailing the community’s SIG‑Town structure, the Kubernetes Enhancement Proposal (KEP) workflow, the roles of SIG‑Release and release teams, and the typical three‑month release cadence, while also discussing the broader challenges of open‑source collaboration.

CommunityKEPkubernetes
0 likes · 16 min read
How Kubernetes Manages Its Software Releases: Community Structure, KEP Process, and Release Cycle
Code Ape Tech Column
Code Ape Tech Column
Jun 20, 2023 · Cloud Native

Choosing and Implementing Service Registry Centers: Zookeeper, Eureka, Nacos, Consul, and Kubernetes

This article examines the role of service registry centers in microservice architectures, compares Zookeeper, Eureka, Nacos, Consul, and Kubernetes, discusses load‑balancing strategies, and provides guidance on selecting the most suitable registry solution based on availability, consistency, and ecosystem fit.

ConsulNacosZookeeper
0 likes · 24 min read
Choosing and Implementing Service Registry Centers: Zookeeper, Eureka, Nacos, Consul, and Kubernetes
Efficient Ops
Efficient Ops
Jun 19, 2023 · Cloud Native

How Do Kubernetes Resource Limits Really Work? A Deep Dive into CPU Throttling

This article explains how Kubernetes resource limits function, how to interpret CPU limits as time slices, the Linux accounting system behind them, relevant Prometheus metrics for detecting throttling, practical examples with multithreaded containers, and guidance on setting alerts and avoiding performance pitfalls.

CPU throttlingLinux accountingPrometheus
0 likes · 12 min read
How Do Kubernetes Resource Limits Really Work? A Deep Dive into CPU Throttling
DataFunTalk
DataFunTalk
Jun 16, 2023 · Cloud Native

Kubernetes Operator Deployment Challenges and Alluxio Operator Case Study

This article reviews the challenges of deploying applications on Kubernetes, introduces the operator concept as a mainstream solution, explains how to design and implement custom operators for services, and demonstrates these ideas with a detailed Alluxio Operator case study, including maturity levels and future enhancements.

AlluxioOperatorcloud-native
0 likes · 17 min read
Kubernetes Operator Deployment Challenges and Alluxio Operator Case Study
Java Architect Essentials
Java Architect Essentials
Jun 13, 2023 · Cloud Native

Zero‑Downtime Deployment with K8s and SpringBoot: Health Checks, Rolling Updates, Graceful Shutdown, Autoscaling, Prometheus Integration, and Config Separation

This article demonstrates how to achieve zero‑downtime releases for SpringBoot applications on Kubernetes by configuring readiness/liveness probes, rolling update strategies, graceful shutdown hooks, horizontal pod autoscaling, Prometheus monitoring, and externalized configuration via ConfigMaps.

AutoscalingConfigMapHealthcheck
0 likes · 13 min read
Zero‑Downtime Deployment with K8s and SpringBoot: Health Checks, Rolling Updates, Graceful Shutdown, Autoscaling, Prometheus Integration, and Config Separation
DevOps Cloud Academy
DevOps Cloud Academy
Jun 13, 2023 · Cloud Native

Understanding GitOps: Principles, Workflow, and Benefits

This article explains GitOps as an automated, Git‑centric approach to managing cloud‑native infrastructure using IaC, pull requests, and CI/CD pipelines, detailing how it works, its components, deployment strategies, and the operational advantages it brings to modern software delivery.

DevOpsGitOpsci/cd
0 likes · 12 min read
Understanding GitOps: Principles, Workflow, and Benefits
Efficient Ops
Efficient Ops
Jun 12, 2023 · Cloud Native

Master Kubernetes Labels, Namespaces, and Services: Essential Tips

This article explains how to use Kubernetes labels, namespaces, and services—covering label creation and selection, namespace management commands, and service concepts—to help practitioners efficiently organize and expose container workloads within a cluster.

LabelsNamespacesServices
0 likes · 8 min read
Master Kubernetes Labels, Namespaces, and Services: Essential Tips
Alibaba Cloud Native
Alibaba Cloud Native
Jun 9, 2023 · Cloud Native

Accelerate AI & Big Data on Kubernetes with Elastic File Client & Fluid

This article explains how the Elastic File Client (EFC) and Fluid together provide a cloud‑native, high‑performance storage solution for AI and big‑data workloads on Kubernetes, detailing architecture challenges, core features, performance benchmarks, and a step‑by‑step deployment guide.

AIBig Datacloud-native
0 likes · 16 min read
Accelerate AI & Big Data on Kubernetes with Elastic File Client & Fluid
DevOps
DevOps
Jun 7, 2023 · Big Data

Deploying Apache Spark on YARN vs Kubernetes: Architecture, Benefits, and Comparison

This article explains how Apache Spark can be deployed using the traditional Hadoop YARN resource manager and the newer Kubernetes approach, detailing configuration steps, submission methods, and a comprehensive comparison of isolation, scalability, learning curve, logging, performance, and cost considerations.

Big DataSparkYARN
0 likes · 10 min read
Deploying Apache Spark on YARN vs Kubernetes: Architecture, Benefits, and Comparison
Architects Research Society
Architects Research Society
Jun 6, 2023 · Cloud Native

Calico Components Overview and Their Roles in Kubernetes

This article provides a detailed overview of Calico's essential and optional components, explaining how each part—such as the API server, Felix, BIRD, confd, Dikastes, CNI plugin, datastore plugin, IPAM plugin, kube‑controllers, Typha, and calicoctl—contributes to networking and network policy enforcement in Kubernetes clusters.

BGPCNICalico
0 likes · 9 min read
Calico Components Overview and Their Roles in Kubernetes
Architects Research Society
Architects Research Society
Jun 5, 2023 · Cloud Native

Understanding the Kubernetes Networking Model

This article explains the fundamentals of Kubernetes networking, describes its flat network architecture, reviews common CNI implementations such as Flannel, Project Calico, and Weave Net, and details the various communication pathways including container‑to‑container, pod‑to‑pod, pod‑to‑service, and internet‑to‑service.

CalicoFlannelWeave Net
0 likes · 9 min read
Understanding the Kubernetes Networking Model
ByteDance Cloud Native
ByteDance Cloud Native
Jun 1, 2023 · Cloud Native

How to Deploy and Scale ByConity’s Cloud‑Native Data Warehouse on Kubernetes

ByConity is a cloud‑native, storage‑compute separated data warehouse engine that supports multi‑tenant isolation, high performance, and elastic scaling; this guide explains its three‑layer architecture, hardware requirements, Helm‑based Kubernetes deployment, dynamic scaling, and practical SQL testing steps.

Auto ScalingByConitycloud-native
0 likes · 11 min read
How to Deploy and Scale ByConity’s Cloud‑Native Data Warehouse on Kubernetes
WeChat Backend Team
WeChat Backend Team
Jun 1, 2023 · Big Data

How WeChat Boosted Flink Stability with TaskManager Recovery and Load Balancing

This article details WeChat’s Gemini‑2.0 real‑time streaming platform built on Flink, explaining two key stability enhancements: a TaskManager‑level partial failure recovery that avoids data loss during node crashes, and a load‑balancing scheduler that evenly distributes tasks across TaskManagers to improve resource utilization and reduce latency.

Big DataFlinkStream Processing
0 likes · 16 min read
How WeChat Boosted Flink Stability with TaskManager Recovery and Load Balancing
AntTech
AntTech
May 31, 2023 · Cloud Native

Introduction to ChaosMeta: An Open‑Source Cloud‑Native Chaos Engineering Platform

ChaosMeta is an open‑source, cloud‑native chaos engineering platform derived from Ant Group's internal XMonkey system, offering a complete lifecycle solution, risk catalog, and extensive Kubernetes fault‑injection capabilities to help users discover and mitigate potential system risks through automated experiments.

OperatorRisk Catalogautomation
0 likes · 7 min read
Introduction to ChaosMeta: An Open‑Source Cloud‑Native Chaos Engineering Platform
DevOps Cloud Academy
DevOps Cloud Academy
May 29, 2023 · Cloud Computing

Hybrid Cloud Management Challenges and Rainbond’s Solutions

This article examines the difficulties and key considerations of hybrid‑cloud environments and explains how the Rainbond platform provides unified multi‑cluster orchestration, team workspace isolation, multi‑cloud disaster recovery, and cross‑cloud application deployment to simplify management and operations.

Multi-Cloud ManagementRainbondcloud-native
0 likes · 13 min read
Hybrid Cloud Management Challenges and Rainbond’s Solutions
Efficient Ops
Efficient Ops
May 29, 2023 · Cloud Native

Master Real-Time Kubernetes Logs with Kubetail and Stern

Learn how to efficiently monitor Kubernetes workloads by deploying log agents and using two powerful real‑time log aggregation tools—Kubetail and Stern—including installation steps, usage examples, and detailed command‑line options for filtering, coloring, and exporting logs across multiple pods and containers.

CLI toolsLog Monitoringcloud-native
0 likes · 12 min read
Master Real-Time Kubernetes Logs with Kubetail and Stern
MaGe Linux Operations
MaGe Linux Operations
May 29, 2023 · Cloud Native

Master One-Click Kubernetes Deployments with Helm: A Complete Guide

This article explains how Helm simplifies Kubernetes deployments by providing a package manager that supports single‑command installation, high configurability, version control, templating, chart repositories, and plugins, and it walks through Helm's workflow, core concepts, usage steps, installation order, and a comprehensive command reference.

ci/cdhelmkubernetes
0 likes · 14 min read
Master One-Click Kubernetes Deployments with Helm: A Complete Guide
Programmer DD
Programmer DD
May 29, 2023 · Cloud Native

What Is Azure Linux and How Does It Power Azure Kubernetes Service?

Azure Linux is Microsoft’s custom open‑source Linux distribution designed as a lightweight, Azure‑focused container host for AKS, offering optimized performance across cloud and edge, with minimal dependencies and support tailored for Kubernetes workloads.

AzureLinuxcbl-mariner
0 likes · 6 min read
What Is Azure Linux and How Does It Power Azure Kubernetes Service?
Alibaba Cloud Native
Alibaba Cloud Native
May 29, 2023 · Cloud Native

Why Higress 1.0 Is the Next‑Gen Cloud‑Native Gateway for Kubernetes

Higress 1.0, the GA‑ready open‑source cloud‑native gateway, unifies traffic, security and microservice routing on Kubernetes by leveraging Envoy, hot‑update capabilities, extensive service‑discovery, Wasm plugins and Helm deployment, while detailing its evolution, technical advantages, performance benchmarks, and community roadmap.

Envoycloud-nativeingress
0 likes · 17 min read
Why Higress 1.0 Is the Next‑Gen Cloud‑Native Gateway for Kubernetes
MaGe Linux Operations
MaGe Linux Operations
May 27, 2023 · Operations

Boost Kubernetes Microservice Performance with Pyroscope Continuous Profiling

This guide explains how to use the open‑source Pyroscope continuous profiler on Kubernetes to collect, store, and visualize performance data from microservices written in Go, Python, .NET, and more, enabling developers to pinpoint bottlenecks, reduce CPU and memory usage, and lower cloud costs.

Continuous ProfilingPerformance OptimizationProfiling
0 likes · 10 min read
Boost Kubernetes Microservice Performance with Pyroscope Continuous Profiling
21CTO
21CTO
May 25, 2023 · Cloud Native

Why Podman Desktop Is the Free, Secure Alternative to Docker Desktop

Podman Desktop, sponsored by Red Hat, offers a UI for building, running, and managing containers and local Kubernetes clusters, integrates with OpenShift, supports multiple registries, provides a built‑in terminal, and delivers daemon‑less, non‑privileged operation as a free competitor to Docker Desktop.

Container ManagementDocker alternativeOpenShift
0 likes · 4 min read
Why Podman Desktop Is the Free, Secure Alternative to Docker Desktop
Baidu Geek Talk
Baidu Geek Talk
May 25, 2023 · Cloud Native

OpenFaaS Product Background, Business Scenario, Architecture Design and Implementation

To replace wasteful physical‑machine scripts on Baidu’s Aladdin search platform, the team adopted OpenFaaS on a Kubernetes cluster, using its event‑connector, Prometheus‑driven autoscaling, and high‑availability gateway to run synchronous, scheduled, and asynchronous functions, achieving stable deployments with only 14 % CPU and 8 % memory of the original.

Serverlesskubernetesopenfaas
0 likes · 14 min read
OpenFaaS Product Background, Business Scenario, Architecture Design and Implementation
Tencent Cloud Developer
Tencent Cloud Developer
May 24, 2023 · Artificial Intelligence

Deploying Stable Diffusion on Tencent Cloud: A Step‑by‑Step Guide

Deploy Stable Diffusion on Tencent Cloud by building a Docker image, pushing it to TCR, creating a GPU‑enabled TKE cluster with CFS storage, configuring qGPU sharing, exposing the service via Cloud Native API Gateway, optimizing inference with TACO Kit, storing results in COS, and applying content moderation.

AI deploymentGPUStable Diffusion
0 likes · 19 min read
Deploying Stable Diffusion on Tencent Cloud: A Step‑by‑Step Guide
NetEase Media Technology Team
NetEase Media Technology Team
May 23, 2023 · Cloud Native

How NetEase Media Scaled Flink with Kubernetes: Architecture, Optimizations, and Lessons Learned

This article details NetEase Media's migration of most Flink jobs to a self‑built real‑time platform on Kubernetes, covering the benefits of K8s isolation, the chosen native deployment mode, performance‑critical optimizations, monitoring, resource‑recommendation, and future directions for cloud‑native streaming workloads.

FlinkReal-Time Computingcloud-native
0 likes · 20 min read
How NetEase Media Scaled Flink with Kubernetes: Architecture, Optimizations, and Lessons Learned
Efficient Ops
Efficient Ops
May 22, 2023 · Operations

Fix Common Kubernetes Errors: ImagePullBackOff, CrashLoopBackOff & More

This guide walks operators and developers through diagnosing and resolving frequent Kubernetes issues such as ImagePullBackOff, CrashLoopBackOff, OOMKilled, BackoffLimitExceeded, and probe failures, providing key kubectl commands, secret handling tips, and best‑practice recommendations to keep clusters stable.

CrashLoopBackOffImagePullBackOffOOMKilled
0 likes · 11 min read
Fix Common Kubernetes Errors: ImagePullBackOff, CrashLoopBackOff & More
MaGe Linux Operations
MaGe Linux Operations
May 20, 2023 · Cloud Native

Mastering Kubernetes QoS: Guarantees, Burstable, and BestEffort Explained

This article explains Kubernetes QoS classes—Guaranteed, Burstable, and BestEffort—detailing their resource request and limit requirements, how to configure them with YAML examples, the eviction priority order, and practical best‑practice strategies for classifying and scheduling workloads across cluster nodes.

Pod SchedulingQoSkubernetes
0 likes · 6 min read
Mastering Kubernetes QoS: Guarantees, Burstable, and BestEffort Explained
Architects Research Society
Architects Research Society
May 20, 2023 · Cloud Native

Leveraging Software Architecture at Nubank: From Startup to Scale

This article chronicles Nubank’s architectural evolution—detailing how strategic technology choices, cloud‑native platforms, micro‑service design, and data‑engineering practices were leveraged across startup, growth, consolidation, and expansion phases to achieve massive scalability and business agility.

Data engineeringNubankScalability
0 likes · 24 min read
Leveraging Software Architecture at Nubank: From Startup to Scale
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
May 18, 2023 · Cloud Native

How to Build a High‑Availability E‑Commerce Platform on Kubernetes

This guide explains how to design and deploy a highly available, scalable e‑commerce platform on Kubernetes by containerizing services, planning clusters, configuring replication, load balancing, persistent storage, monitoring, security, CI/CD pipelines, and provides complete YAML examples for frontend, backend, and database components.

ContainerizationYAMLcloud-native
0 likes · 8 min read
How to Build a High‑Availability E‑Commerce Platform on Kubernetes
Cloud Native Technology Community
Cloud Native Technology Community
May 18, 2023 · Cloud Native

Which Kubernetes Multi‑Cluster Solution Wins? A Deep Dive into KubeFed, Karmada, OCM & Gardener

This article examines the origins and core challenges of Kubernetes multi‑cluster management, compares four open‑source solutions—KubeFed, Karmada, Open Cluster Management (OCM) and Gardener—by detailing their architectures, application models, scheduling and service discovery mechanisms, and discusses emerging trends such as multi‑tenant isolation, virtual clusters, and stateful‑application migration strategies.

GardenerKarmadaKubeFed
0 likes · 27 min read
Which Kubernetes Multi‑Cluster Solution Wins? A Deep Dive into KubeFed, Karmada, OCM & Gardener
Cloud Native Technology Community
Cloud Native Technology Community
May 17, 2023 · Cloud Native

Why Do You Need Kubernetes Multi‑Cluster? Core Challenges and Design Principles

This article explains the motivations behind Kubernetes multi‑cluster deployments, outlines common use cases such as isolation and high‑availability, and analyzes core management elements including deployment models, control‑plane architectures, network connectivity, service discovery, cross‑cluster scheduling, application model extensions, and treating clusters as resources.

Cluster ManagementMulti-ClusterNetwork Model
0 likes · 23 min read
Why Do You Need Kubernetes Multi‑Cluster? Core Challenges and Design Principles
Liangxu Linux
Liangxu Linux
May 15, 2023 · Cloud Native

How Kubernetes Assigns IPs to Pods: Deep Dive into Flannel, CNI, and CRI

This article explains how Kubernetes networking components—including Linux Bridge, Flannel's VXLAN, the node IPAM controller, kubelet, container runtimes, and CNI plugins—work together to give every pod a unique IP address and enable inter‑pod communication across nodes.

CNIFlannelcontainer-runtime
0 likes · 10 min read
How Kubernetes Assigns IPs to Pods: Deep Dive into Flannel, CNI, and CRI
Top Architect
Top Architect
May 11, 2023 · Backend Development

Microservice Architecture: Why Choose It, Roadmap, and Key Components

This article explains why microservice architecture is preferred over monolithic applications, outlines a clear learning roadmap, and details essential components such as Docker, container orchestration, API gateways, load balancing, service discovery, event buses, logging, monitoring, distributed tracing, persistence, caching, and cloud providers.

Backend ArchitectureDockerapi-gateway
0 likes · 17 min read
Microservice Architecture: Why Choose It, Roadmap, and Key Components
Open Source Linux
Open Source Linux
May 11, 2023 · Cloud Native

When Kubernetes CPU Limits Fail: Better Alternatives and Best Practices

This article explains how Kubernetes CPU requests and limits work, why limits can throttle performance, compares language‑specific behaviors, and presents alternative strategies such as relying on requests with Horizontal Pod Autoscaling for more efficient and cost‑effective scaling.

Autoscalingcontainer orchestrationcpu-limits
0 likes · 12 min read
When Kubernetes CPU Limits Fail: Better Alternatives and Best Practices
Continuous Delivery 2.0
Continuous Delivery 2.0
May 11, 2023 · Operations

Everything as Code – Automating Deployment, Infrastructure, and Pipelines

The article traces the evolution from manual, error‑prone deployments to fully automated DevOps practices, explaining how code‑centric approaches such as Infrastructure as Code, Environment as Code, Orchestration as Code, Document as Code and Pipeline as Code improve productivity, reliability, consistency and platform scalability across cloud‑native environments.

Dockerautomationci/cd
0 likes · 15 min read
Everything as Code – Automating Deployment, Infrastructure, and Pipelines
DevOps
DevOps
May 10, 2023 · Operations

Everything as Code: From Manual Deployments to Automated Infrastructure and CI/CD Pipelines

The article traces the evolution from cumbersome manual deployments to modern automated, code‑driven practices such as Infrastructure as Code, Environment as Code, Orchestration as Code, and Pipeline as Code, highlighting tools like Ansible, Terraform, Docker, Kubernetes, and Jenkins to improve productivity, reliability, and scalability in DevOps operations.

AnsibleDockerci/cd
0 likes · 15 min read
Everything as Code: From Manual Deployments to Automated Infrastructure and CI/CD Pipelines
Open Source Linux
Open Source Linux
May 9, 2023 · Operations

How to Efficiently Collect Container Logs in Kubernetes: Strategies and Pitfalls

This article compares traditional host‑based log collection with Kubernetes container logging, outlines the challenges of dynamic pod migration, diverse storage methods, and metadata injection, and evaluates deployment options such as DaemonSet, Sidecar, and various volume types for reliable log aggregation.

DaemonSetcontainer loggingkubernetes
0 likes · 11 min read
How to Efficiently Collect Container Logs in Kubernetes: Strategies and Pitfalls