Tagged articles
4047 articles
Page 30 of 41
Open Source Linux
Open Source Linux
May 16, 2021 · Cloud Native

What We Learned After 3 Years of Running Kubernetes at Scale

After three years of operating a multi‑data‑center Kubernetes platform for millions of devices, we share hard‑won lessons on Java container compatibility, upgrade strategies, build‑pipeline redesign, probe tuning, and external IP handling that can guide any large‑scale cloud‑native deployment.

Cloud NativeKubernetesProbes
0 likes · 12 min read
What We Learned After 3 Years of Running Kubernetes at Scale
Huolala Tech
Huolala Tech
May 14, 2021 · Cloud Native

Mount S3 as a Filesystem in Kubernetes with s3fs-fuse and DaemonSet

This article explains how to use FUSE‑based s3fs to mount an Amazon S3 bucket as a regular filesystem inside Kubernetes pods via a DaemonSet, covering background, FUSE principles, implementation steps, Docker image creation, ConfigMap and DaemonSet configuration, and performance trade‑offs.

ContainerDaemonSetFUSE
0 likes · 14 min read
Mount S3 as a Filesystem in Kubernetes with s3fs-fuse and DaemonSet
Cloud Native Technology Community
Cloud Native Technology Community
May 14, 2021 · Cloud Native

What’s Next for Kube-OVN? Roadmap, Multi‑Cloud Networking & eBPF Innovations

The 2021 Container Network Technology Conference celebrated Kube-OVN’s anniversary, showcasing its mature multi‑tenant, cross‑cluster, and hardware‑accelerated networking features, outlining a roadmap focused on performance, eBPF‑based security and monitoring, and highlighting real‑world deployments with partners such as Intel, F5, banks and telecom operators.

Cloud NativeKube-OVNKubernetes
0 likes · 10 min read
What’s Next for Kube-OVN? Roadmap, Multi‑Cloud Networking & eBPF Innovations
Infra Learning Club
Infra Learning Club
May 13, 2021 · Cloud Native

Understanding Kubernetes Networking: Single‑Node Basics to Cross‑Host Overlay & Underlay

This article explains the fundamentals of Kubernetes container networking, covering the network stack, bridge, veth pairs, host networking, ARP resolution, and then dives into cross‑host communication methods, comparing Overlay solutions such as Flannel and Calico with Underlay approaches like BGP, illustrated with concrete commands and diagrams.

BGPCalicoFlannel
0 likes · 22 min read
Understanding Kubernetes Networking: Single‑Node Basics to Cross‑Host Overlay & Underlay
Alibaba Cloud Native
Alibaba Cloud Native
May 13, 2021 · Cloud Native

From Code Prison to Service: How Infrastructure‑as‑Code Powers the New Cloud‑Native Era

The article outlines the evolution from traditional code repositories to a code‑as‑service model, describing how pipeline‑as‑code, machine‑as‑code, server‑cluster‑as‑code and infrastructure‑as‑code (Jenkins, Docker, Kubernetes, Terraform) enable cloud‑native development, DevOps automation, and platform‑centric R&D ecosystems.

Cloud NativeDockerGitOps
0 likes · 10 min read
From Code Prison to Service: How Infrastructure‑as‑Code Powers the New Cloud‑Native Era
Ctrip Technology
Ctrip Technology
May 13, 2021 · Cloud Native

Design and Implementation of an AVD IaaS Testing Platform for Mobile Automation at Ctrip

The article details Ctrip's development of a cloud‑native AVD IaaS platform that leverages Kubernetes, Docker, and Android Virtual Devices to provide scalable, cost‑effective, and high‑availability mobile automated testing infrastructure, addressing hardware costs, performance, and operational challenges while supporting continuous integration pipelines.

AVDDockerKubernetes
0 likes · 18 min read
Design and Implementation of an AVD IaaS Testing Platform for Mobile Automation at Ctrip
Zhongtong Tech
Zhongtong Tech
May 11, 2021 · Cloud Native

Why Ingress‑NGINX Crashed: Hidden TLS Secret Pitfall and How to Fix It

A morning outage revealed an ingress‑nginx CrashLoopBackOff caused by a non‑TLS secret, and this article walks through the log analysis, code inspection of the controller startup, the faulty extractTLSSecretName logic, and the two‑pronged fix to prevent future crashes.

ControllerCrashLoopBackOffKubernetes
0 likes · 14 min read
Why Ingress‑NGINX Crashed: Hidden TLS Secret Pitfall and How to Fix It
Open Source Linux
Open Source Linux
May 10, 2021 · Cloud Native

Master Kubernetes Basics: From Pods to Deployments and kubectl

This comprehensive guide walks beginners through Kubernetes fundamentals, explaining the architecture, core objects such as Pods, Deployments, Services, and Ingress, and provides step‑by‑step instructions for configuring kubectl, deploying resources, managing updates, and troubleshooting common issues.

Cloud NativeDeploymentKubernetes
0 likes · 35 min read
Master Kubernetes Basics: From Pods to Deployments and kubectl
Top Architect
Top Architect
May 9, 2021 · Cloud Native

Why Kubernetes Is So Hard: Four Reasons and Possible Solutions

The article explains why Kubernetes is notoriously difficult to use, detailing four main pain points—complex initial setup, confusing YAML syntax, copy‑paste pitfalls, and hard debugging—and then offers practical suggestions to make the platform more approachable.

Cloud NativeKubernetesYAML
0 likes · 14 min read
Why Kubernetes Is So Hard: Four Reasons and Possible Solutions
JD Cloud Developers
JD Cloud Developers
May 8, 2021 · Cloud Native

How to Build a High‑Availability Jenkins Distributed Cluster with Kubernetes and LVS

This article explains how to design and implement a highly available Jenkins distributed architecture using master‑slave nodes, label‑based scheduling, containerized deployment on Kubernetes, and LVS load balancing to improve resource utilization, scalability, and fault tolerance for large‑scale CI pipelines.

Distributed BuildJenkinsKubernetes
0 likes · 9 min read
How to Build a High‑Availability Jenkins Distributed Cluster with Kubernetes and LVS
macrozheng
macrozheng
May 8, 2021 · Cloud Native

Mastering Kubernetes: From Pods to High Availability Explained

This article demystifies Kubernetes by explaining its core scheduling function, the role of Pods, YAML configuration, probes, high‑availability constructs like ReplicaSet and Deployment, internal components, resource limits, and practical cluster‑setup tools, providing a comprehensive guide for newcomers and practitioners alike.

Cloud NativeDeploymentDevOps
0 likes · 16 min read
Mastering Kubernetes: From Pods to High Availability Explained
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
May 7, 2021 · Cloud Native

Install Loki Locally and Query Nginx Logs with LogQL

This guide walks through installing Loki and Promtail in local mode, configuring Nginx to emit JSON logs, adjusting Promtail settings, and using LogQL’s JSON extraction (with and without parameters) to build queries that count successful Nginx requests over a selectable time range.

KubernetesLogQLLoki
0 likes · 11 min read
Install Loki Locally and Query Nginx Logs with LogQL
Efficient Ops
Efficient Ops
May 6, 2021 · Operations

How to Safely Backup and Restore etcd in a Kubernetes Cluster

This guide explains why etcd backup is critical for Kubernetes disaster recovery, walks through snapshot creation, distribution, scheduled cron jobs, and provides a step‑by‑step procedure to restore the cluster on all nodes, ensuring services resume correctly.

BackupClusterKubernetes
0 likes · 14 min read
How to Safely Backup and Restore etcd in a Kubernetes Cluster
Open Source Linux
Open Source Linux
May 6, 2021 · Operations

How to Build a Scalable Container Log Collection System with S6 and Filebeat

This article explains Docker and Kubernetes logging challenges, compares logging drivers, introduces S6‑based container logging, and presents a node‑level log‑agent architecture using Filebeat, Logrotate, Kafka, and Elasticsearch to achieve reliable, auto‑rotating log collection in production environments.

DockerFilebeatKubernetes
0 likes · 9 min read
How to Build a Scalable Container Log Collection System with S6 and Filebeat
Alibaba Cloud Native
Alibaba Cloud Native
May 4, 2021 · Cloud Native

Exploring ChaosBlade: Alibaba’s Open‑Source Chaos Engineering Platform for Cloud‑Native Environments

ChaosBlade, Alibaba’s open‑source chaos engineering project now advancing through CNCF Sandbox, offers a comprehensive suite—including the chaosblade experiment tool and chaosblade‑box platform—to simulate over 200 scenarios across hosts, Kubernetes, and multi‑language applications, with automated deployment, extensible architecture, and enterprise adoption examples.

CNCFCloud NativeKubernetes
0 likes · 6 min read
Exploring ChaosBlade: Alibaba’s Open‑Source Chaos Engineering Platform for Cloud‑Native Environments
MaGe Linux Operations
MaGe Linux Operations
May 2, 2021 · Cloud Native

Master Kubernetes Jobs and CronJobs: A Step‑by‑Step Guide

This article explains what Kubernetes Jobs and CronJobs are, outlines common use cases, and provides detailed, code‑rich instructions for creating, configuring, and managing them—including parallel execution, random naming, and key parameters—so you can automate batch and ad‑hoc tasks in a cloud‑native environment.

CronJobDevOpsJobs
0 likes · 8 min read
Master Kubernetes Jobs and CronJobs: A Step‑by‑Step Guide
Architects Research Society
Architects Research Society
May 1, 2021 · Cloud Native

Coordinating Microservices and Multi-Container Applications for High Scalability and Availability with Kubernetes and Azure

This article explains how to use container orchestration platforms such as Kubernetes, Azure Kubernetes Service (AKS), and Helm to manage, scale, and deploy microservice‑based applications across multiple containers and hosts, ensuring high availability and production‑ready operations.

AKSAzureCloud Native
0 likes · 12 min read
Coordinating Microservices and Multi-Container Applications for High Scalability and Availability with Kubernetes and Azure
MaGe Linux Operations
MaGe Linux Operations
Apr 29, 2021 · Operations

Essential Kubernetes Production Best Practices for Reliable Ops

This article outlines essential Kubernetes best‑practice guidelines for production environments, covering health probes, resource allocation, RBAC, cluster configuration, networking policies, monitoring, logging, stateless design, autoscaling, runtime security, and strategies for zero‑downtime and failure recovery.

KubernetesOperationsmonitoring
0 likes · 12 min read
Essential Kubernetes Production Best Practices for Reliable Ops
Efficient Ops
Efficient Ops
Apr 28, 2021 · Cloud Native

Mastering Kubernetes: Understanding Pods, Probes, and Core Concepts

This article demystifies Kubernetes by explaining its scheduling fundamentals, the role of Pods, essential YAML configurations, health probes, high‑availability objects, service types, and core internal components, providing a comprehensive guide for developers and operators.

DeploymentKubernetesPod
0 likes · 10 min read
Mastering Kubernetes: Understanding Pods, Probes, and Core Concepts
Alibaba Cloud Native
Alibaba Cloud Native
Apr 27, 2021 · Cloud Native

Seamless Traffic Migration with Alibaba Cloud ACK’s Dual‑Node CLB Feature

This guide explains how Alibaba Cloud's ACK Cloud Controller Manager now supports attaching both in‑cluster nodes and external ECS instances to the same CLB backend, enabling smooth traffic migration, canary releases, and multi‑cluster high‑availability with step‑by‑step instructions and code examples.

ACKAlibaba CloudCloud Native
0 likes · 10 min read
Seamless Traffic Migration with Alibaba Cloud ACK’s Dual‑Node CLB Feature
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Apr 27, 2021 · Cloud Native

Advanced Kubernetes Pod Scheduling: Node Selectors, Affinity, Taints & Probes

This guide explains how to control Kubernetes pod placement using nodeName, nodeSelector, node and pod affinity (hard and soft), taints and tolerations, as well as pod lifecycle features such as restart policies, init containers, lifecycle hooks, and liveness/readiness probes, with concrete YAML examples and commands.

AffinityKubernetesNode Selector
0 likes · 32 min read
Advanced Kubernetes Pod Scheduling: Node Selectors, Affinity, Taints & Probes
Programmer DD
Programmer DD
Apr 27, 2021 · Cloud Native

Top Open‑Source Tools Every SRE Should Master for Scalable, Reliable Systems

This article surveys the most popular open‑source projects for Site Reliability Engineering and DevOps, covering monitoring, deployment, chaos testing, and observability tools such as Cloudprober, Istio, Prometheus, Litmus, and more, highlighting their key features and how they help build scalable, high‑reliability cloud‑native systems.

DevOpsKubernetesSRE
0 likes · 11 min read
Top Open‑Source Tools Every SRE Should Master for Scalable, Reliable Systems
New Oriental Technology
New Oriental Technology
Apr 26, 2021 · Cloud Native

Design and Implementation of an Automated Test Environment Deployment Platform

The article describes how a rapidly growing development team built a one‑click, cloud‑native platform that automates the provisioning, configuration, Docker image creation, and Kubernetes deployment of diverse test environments, addressing challenges such as heterogeneous tech stacks, middleware variety, and configuration inconsistencies.

DeploymentDockerEnvironment
0 likes · 8 min read
Design and Implementation of an Automated Test Environment Deployment Platform
Ops Development Stories
Ops Development Stories
Apr 25, 2021 · Cloud Native

Mastering Traefik Mesh: A Lightweight, Non‑Intrusive Service Mesh for Kubernetes

This guide introduces Traefik Mesh, a lightweight, non‑intrusive service mesh built on Traefik and SMI‑compatible Kubernetes, explains its sidecar‑free architecture, details installation via Helm, outlines static and dynamic configuration options, and provides step‑by‑step examples for deploying and testing services with traffic routing, retries, ACLs, and traffic splitting.

CoreDNSKubernetesSMI
0 likes · 13 min read
Mastering Traefik Mesh: A Lightweight, Non‑Intrusive Service Mesh for Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Apr 24, 2021 · Cloud Native

9 Proven Strategies to Slash Kubernetes Costs

Learn how to monitor, limit, and optimize Kubernetes expenses with nine practical techniques—including resource constraints, autoscaling, right-sized instances, Spot instances, sleep schedules, regular clean‑ups, and tagging—to dramatically reduce cloud costs while maintaining performance.

AWSCost OptimizationKubernetes
0 likes · 8 min read
9 Proven Strategies to Slash Kubernetes Costs
DataFunTalk
DataFunTalk
Apr 23, 2021 · Big Data

Building and Evolving Zhihu’s Flink‑Based Data Integration Platform

This article details Zhihu’s transition from a Sqoop‑driven data integration system to a Flink‑centric platform, covering business scenarios, historical architecture, design goals, technology choices, performance optimizations, and future plans for unified streaming‑batch processing across diverse storage systems.

Batch ProcessingBig DataData Integration
0 likes · 14 min read
Building and Evolving Zhihu’s Flink‑Based Data Integration Platform
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Apr 23, 2021 · Cloud Native

Understanding SNAT Port Conflicts in Kubernetes Container Networking and Mitigation Strategies

This article analyzes why Kubernetes pods experience occasional one‑second connect() delays due to SNAT port‑collision issues in the iptables conntrack table, explains the underlying networking mechanisms, and offers practical mitigation techniques such as random‑fully SNAT selection and long‑lived connections.

KubernetesSNATconntrack
0 likes · 9 min read
Understanding SNAT Port Conflicts in Kubernetes Container Networking and Mitigation Strategies
iQIYI Technical Product Team
iQIYI Technical Product Team
Apr 23, 2021 · Cloud Native

ByteDance Stateful Application Cloud‑Native Practices

ByteDance’s cloud‑native migration of stateful services uses a custom SolarService extending StatefulSet with Budset CRD to handle versioned data, shard‑aware routing, NUMA‑aware scheduling, advanced storage, eBPF monitoring, and automated PDB eviction, delivering efficiency, cost savings, and reliable rolling upgrades.

KubernetesSchedulingautomation
0 likes · 18 min read
ByteDance Stateful Application Cloud‑Native Practices
iQIYI Technical Product Team
iQIYI Technical Product Team
Apr 23, 2021 · Cloud Native

iQIYI Container Practice – Cloud‑Native Deployment Exploration and Implementation

At an April 10 technical salon, iQIYI’s Zhao Wei detailed the company’s shift from Mesos‑Marathon to Kubernetes, describing container application scenarios, evolving network stacks from bridge/NAT to Cilium/BGP, the adoption of Containerd with RunC and optional Kata runtimes, performance trade‑offs, and a hybrid scheduling approach that improves resource utilization across offline and online services.

ContainerKubernetesNetworking
0 likes · 15 min read
iQIYI Container Practice – Cloud‑Native Deployment Exploration and Implementation
Meituan Technology Team
Meituan Technology Team
Apr 22, 2021 · Cloud Native

Meituan Serverless Platform: Architecture, Practices, and Optimization

Meituan’s Nest Serverless platform, built on native Kubernetes with Knative‑inspired components, delivers elastic scaling, rapid cold‑start reduction, multi‑region high availability, and integrated developer tools, enabling higher resource utilization, lower costs, and up to 40 % faster development across diverse business scenarios.

Cloud NativeFunction as a ServiceKubernetes
0 likes · 30 min read
Meituan Serverless Platform: Architecture, Practices, and Optimization
Alibaba Cloud Native
Alibaba Cloud Native
Apr 22, 2021 · Cloud Native

How KubeProbe Enables Early Problem Detection in Large‑Scale Cloud‑Native Clusters

This article explains how Alibaba's KubeProbe system combines black‑box probing and directed inspections to detect issues in massive ASI Kubernetes clusters before users notice them, detailing the architecture, implementation, integration with release pipelines, and real‑world results that improve reliability and operational efficiency.

KubeProbeKubernetescloud-native
0 likes · 17 min read
How KubeProbe Enables Early Problem Detection in Large‑Scale Cloud‑Native Clusters
Open Source Linux
Open Source Linux
Apr 21, 2021 · Databases

Deploy a Redis Cluster on Kubernetes: Step‑by‑Step Guide

This article introduces Redis, explains why it is popular, describes the architecture of a Redis Cluster, and provides a complete step‑by‑step tutorial for deploying, initializing, validating, and testing a Redis Cluster on Kubernetes with sample code and a hit‑counter application.

ClusterDevOpsKubernetes
0 likes · 14 min read
Deploy a Redis Cluster on Kubernetes: Step‑by‑Step Guide
Efficient Ops
Efficient Ops
Apr 20, 2021 · Operations

11 Must‑Know Open‑Source DevOps Tools for Modern Operations

This article surveys the 11 most popular open‑source DevOps tools—including Kubernetes, Docker, Istio, GitHub Actions, Jenkins, Prometheus, Ansible, Chef, Terraform, JAMStack, and ELK Stack—while also highlighting the DevOps Foundation certification that helps professionals master these technologies.

DevOpsKubernetesci/cd
0 likes · 10 min read
11 Must‑Know Open‑Source DevOps Tools for Modern Operations
Code Ape Tech Column
Code Ape Tech Column
Apr 20, 2021 · Cloud Native

A Beginner's Guide to Designing, Implementing, and Deploying Microservices on Kubernetes

This article provides a comprehensive step‑by‑step tutorial on designing, implementing, and deploying a simple Java Spring Boot microservice system on Kubernetes, covering architecture design, registration center, monitoring with Prometheus and Grafana, logging, tracing, flow control, and verification using tools such as Zipkin and Sentinel.

DeploymentKubernetesMicroservices
0 likes · 18 min read
A Beginner's Guide to Designing, Implementing, and Deploying Microservices on Kubernetes
Ops Development Stories
Ops Development Stories
Apr 19, 2021 · Cloud Native

Mastering Kubernetes Component Troubleshooting with pprof and Log Analysis

Learn a systematic approach to diagnosing Kubernetes core component issues by identifying faulty nodes, analyzing logs via systemd or static pods, and leveraging Go's pprof tool for performance profiling, including step‑by‑step commands and UI visualizations for components like kube‑apiserver, scheduler, controller‑manager, and kubelet.

Cloud NativeKuberneteslogs
0 likes · 9 min read
Mastering Kubernetes Component Troubleshooting with pprof and Log Analysis
Huolala Tech
Huolala Tech
Apr 19, 2021 · Cloud Native

Mastering Prometheus on Kubernetes: A Step‑by‑Step Guide for Cloud‑Native Monitoring

This article introduces Prometheus fundamentals, its architecture and metric types, then walks through a complete Kubernetes deployment—including namespace, RBAC, ConfigMap, and various exporters—showing how to collect metrics, configure alerts, and visualize data with Grafana, while highlighting limitations and future improvements.

Cloud NativeDevOpsKubernetes
0 likes · 21 min read
Mastering Prometheus on Kubernetes: A Step‑by‑Step Guide for Cloud‑Native Monitoring
Liangxu Linux
Liangxu Linux
Apr 19, 2021 · Cloud Native

Designing a Scalable Kubernetes Log Collection System Using S6 and Filebeat

This article explains the limitations of Docker‑based logging, compares logging drivers, and presents a Kubernetes‑wide log collection architecture that uses an S6‑based base image, Filebeat, logrotate, Kafka, and Elasticsearch to achieve reliable, scalable log aggregation.

DaemonSetFilebeatKubernetes
0 likes · 8 min read
Designing a Scalable Kubernetes Log Collection System Using S6 and Filebeat
Efficient Ops
Efficient Ops
Apr 18, 2021 · Operations

How to Build a Scalable Prometheus Monitoring System with Thanos on Kubernetes

This article explains why monitoring is essential for production stability, compares white‑box and black‑box approaches, details the advantages of Prometheus, walks through its architecture, metric types, query language, high‑availability strategies with Thanos, and provides practical Kubernetes deployment manifests and configuration tips.

DevOpsKubernetesPrometheus
0 likes · 21 min read
How to Build a Scalable Prometheus Monitoring System with Thanos on Kubernetes
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Apr 17, 2021 · Cloud Native

How Knative Handles Cold‑Start Traffic: From Activator to Pod

This article explores Knative’s traffic routing and autoscaling mechanisms, detailing how requests are initially directed through the Activator during cold‑start, how VirtualService configurations evolve, and how newer versions shift traffic handling to Kubernetes Service/Endpoint layers, improving performance and decoupling gateway logic.

IstioKnativeKubernetes
0 likes · 14 min read
How Knative Handles Cold‑Start Traffic: From Activator to Pod
MaGe Linux Operations
MaGe Linux Operations
Apr 16, 2021 · Cloud Native

Building a Scalable Container Log System with S6, Filebeat, and Kafka

This article explains Docker and Kubernetes logging challenges, compares engine and container logs, shows why the Docker daemon becomes a bottleneck, and demonstrates a scalable solution using S6‑based images, Filebeat, logrotate, and a node‑agent architecture to collect, rotate, and forward logs to Kafka and Elasticsearch.

FilebeatKubernetesS6
0 likes · 8 min read
Building a Scalable Container Log System with S6, Filebeat, and Kafka
Huolala Tech
Huolala Tech
Apr 16, 2021 · Cloud Native

How to Build a Scalable Kubernetes Logging Pipeline with EFK and Fluentd

This article explains how to collect, process, and visualize Flink job logs on Kubernetes using an EFK stack with Fluentd, covering logging architectures, deployment of Elasticsearch, Kibana, and Fluentd, and the backend logic for querying and displaying logs in a feature platform.

EFKElasticsearchFlink
0 likes · 20 min read
How to Build a Scalable Kubernetes Logging Pipeline with EFK and Fluentd
Volcano Engine Developer Services
Volcano Engine Developer Services
Apr 15, 2021 · Cloud Native

Replacing Spring Cloud with Cloud‑Native Service Governance: A Practical Guide

This article, based on a Volcano Engine developer community meetup, compares Spring Cloud and cloud‑native technologies, explains their evolution, and demonstrates how to replace Spring Cloud’s core capabilities—such as configuration, service discovery, traffic management, and auto‑scaling—with Kubernetes, Istio, and other cloud‑native tools.

DevOpsKubernetesSpring Cloud
0 likes · 16 min read
Replacing Spring Cloud with Cloud‑Native Service Governance: A Practical Guide
Liangxu Linux
Liangxu Linux
Apr 14, 2021 · Cloud Native

Mastering Kubernetes Architecture: From Pods to Multi‑Center Deployments

This article provides a comprehensive overview of Kubernetes architecture, covering container operations, core components, multi‑center deployment models, service discovery methods, pod resource sharing, CNI plugins, load‑balancing layers, isolation dimensions, network principles, and IP address classifications.

CNICloud NativeKubernetes
0 likes · 13 min read
Mastering Kubernetes Architecture: From Pods to Multi‑Center Deployments
Cloud Native Technology Community
Cloud Native Technology Community
Apr 14, 2021 · Cloud Native

2020‑2021 Survey on Cloud‑Native Technology Adoption in Traditional Industries

The 2020‑2021 Cloud‑Native Technology Landing Survey, conducted by CNBPA, Lingqu Cloud and the Cloud‑Native Community, collected 783 responses from finance, manufacturing, energy, pharma, telecom and government sectors, revealing that cloud‑native adoption—including containers, DevOps, micro‑services, Kubernetes, Service Mesh and cloud‑native databases—has roughly doubled in production environments and is now the primary driver of digital transformation in traditional enterprises.

DevOpsIndustry SurveyKubernetes
0 likes · 12 min read
2020‑2021 Survey on Cloud‑Native Technology Adoption in Traditional Industries
Liangxu Linux
Liangxu Linux
Apr 12, 2021 · Cloud Native

Understanding Kubernetes Architecture: From Master Nodes to Service Discovery

This article provides a concise yet comprehensive overview of Kubernetes, covering its core architecture, the workflow of creating deployments, pod fundamentals, scaling and rolling updates, networking basics, service discovery, and external access methods such as NodePort, LoadBalancer, and Ingress.

KubernetesMicroservicescontainer orchestration
0 likes · 12 min read
Understanding Kubernetes Architecture: From Master Nodes to Service Discovery
Alibaba Cloud Native
Alibaba Cloud Native
Apr 12, 2021 · Cloud Native

Why KubeVela Is the Next‑Generation Programmable Cloud‑Native Application Platform

KubeVela, an open‑source programmable cloud‑native application platform built on OAM and Kubernetes, transforms traditional PaaS limitations by using CUE templates to define modular capabilities, integrates Helm, supports multi‑cluster deployments, and enables self‑service delivery, making application shipping faster and more flexible.

CUECloud NativeKubeVela
0 likes · 18 min read
Why KubeVela Is the Next‑Generation Programmable Cloud‑Native Application Platform
MaGe Linux Operations
MaGe Linux Operations
Apr 11, 2021 · Cloud Native

What’s New in Kubernetes 1.21? Explore 51 Enhancements and Core Features

Kubernetes 1.21, the first 2021 release, introduces 51 enhancements—including stable CronJobs, immutable Secrets/ConfigMaps, dual‑stack IPv4/IPv6 support, graceful node shutdown, and new health monitoring for PersistentVolumes—while deprecating PodSecurityPolicy and TopologyKeys and offering a suite of new beta and stable features for cloud‑native workloads.

DevOpsInfrastructureKubernetes
0 likes · 9 min read
What’s New in Kubernetes 1.21? Explore 51 Enhancements and Core Features
MaGe Linux Operations
MaGe Linux Operations
Apr 10, 2021 · Backend Development

Can Java Microservices Match Go’s Speed? Benchmark Results Revealed

Through a series of benchmark tests comparing simple, logging‑enabled microservices written in Java (Helidon) and Go (Go‑Kit), the authors evaluate whether Java can achieve Go‑like performance, exploring JVM tuning, GraalVM native images, and Kubernetes deployments to uncover speed, memory, and scalability trade‑offs.

GoKubernetesMicroservices
0 likes · 18 min read
Can Java Microservices Match Go’s Speed? Benchmark Results Revealed
Laravel Tech Community
Laravel Tech Community
Apr 8, 2021 · Cloud Native

Deploying a MySQL Master‑Slave Cluster on Kubernetes Using StatefulSet and Local Persistent Volumes

This article demonstrates how to build a MySQL master‑slave replication cluster on Kubernetes by leveraging StatefulSet for stateful pod management, local persistent volumes for storage, and a series of YAML manifests and commands to configure storage classes, PVs, ConfigMaps, Secrets, Services, and the StatefulSet itself, while also showing how to verify replication and scale the replica set.

Cloud NativeKubernetesLocal Persistent Volume
0 likes · 18 min read
Deploying a MySQL Master‑Slave Cluster on Kubernetes Using StatefulSet and Local Persistent Volumes
Volcano Engine Developer Services
Volcano Engine Developer Services
Apr 8, 2021 · Cloud Native

Designing Scalable Kubernetes Deployments: Single & Multi‑Cluster Strategies

This article outlines Kubernetes cluster components and presents practical single‑cluster and multi‑cluster deployment architectures, covering component interactions, load‑balancer designs, pre‑deployment preparations, Ansible‑driven automation, and operational benefits for private‑cloud PaaS environments.

Cluster DeploymentKubernetesLoad Balancer
0 likes · 14 min read
Designing Scalable Kubernetes Deployments: Single & Multi‑Cluster Strategies
Huolala Tech
Huolala Tech
Apr 8, 2021 · Big Data

Mastering PyFlink on Kubernetes: Practical Deployment Strategies and Lessons

This article explains how to deploy a PyFlink feature platform on Kubernetes, covering basic K8s concepts, Flink execution graphs, various deployment modes, preparation steps, detailed Standalone and Native deployment procedures, and practical tips for efficient big‑data processing.

Cloud NativeDeploymentFlink
0 likes · 16 min read
Mastering PyFlink on Kubernetes: Practical Deployment Strategies and Lessons
DevOps
DevOps
Apr 8, 2021 · Cloud Native

Encrypting Kubernetes Secrets with Sealed Secrets, Helm Secrets, and Kamus

This article explains three practical methods—Sealed Secrets, Helm Secrets, and Kamus—for encrypting Kubernetes secrets, covering their principles, encryption and decryption processes, installation steps, and usage examples with full command‑line and manifest snippets to securely store sensitive data in GitOps workflows.

DevSecOpsKamusKubernetes
0 likes · 23 min read
Encrypting Kubernetes Secrets with Sealed Secrets, Helm Secrets, and Kamus
dbaplus Community
dbaplus Community
Apr 7, 2021 · Cloud Native

Why Prometheus Wins for Cloud‑Native Monitoring and G‑Bank’s Deployment Secrets

Prometheus, favored for cloud‑native monitoring, is deployed at G‑Bank using the Prometheus Operator and CRDs to automate service discovery, rule management, and alerting, while addressing performance limits, metric accuracy, storage strategies, and closed‑loop monitoring to achieve scalable, distributed observability.

AlertmanagerCloud NativeKubernetes
0 likes · 11 min read
Why Prometheus Wins for Cloud‑Native Monitoring and G‑Bank’s Deployment Secrets
Alibaba Cloud Developer
Alibaba Cloud Developer
Apr 6, 2021 · Cloud Native

Automate Cloud Deployments Cost‑Effectively with Terraform on Alibaba Cloud

With cloud adoption shifting to rapid, low‑cost deployment, Alibaba Cloud’s Open Platform offers an end‑to‑end solution that automates product activation, quota management, reserved‑instance optimization, and RAM policy export using Terraform, Argo, and Kubernetes, enabling fully automated, elastic, and cost‑effective cloud workloads.

Infrastructure as CodeKubernetesTerraform
0 likes · 15 min read
Automate Cloud Deployments Cost‑Effectively with Terraform on Alibaba Cloud
AntTech
AntTech
Apr 6, 2021 · Information Security

Confidential Computing: Challenges, Solutions, and the Role of Rust in the SOFAEnclave Stack

The article explains how confidential computing, built on trusted execution environments like Intel SGX, addresses data‑in‑use security, outlines the technical hurdles developers face, and showcases Ant Group's open‑source SOFAEnclave components—Occlum, HyperEnclave, and KubeTEE—highlighting Rust’s pivotal contribution.

KubernetesRustSGX
0 likes · 13 min read
Confidential Computing: Challenges, Solutions, and the Role of Rust in the SOFAEnclave Stack
Open Source Linux
Open Source Linux
Apr 6, 2021 · Cloud Native

How Do Kubernetes and Docker Work Together? A Clear Comparison

This article provides a concise, illustrated explanation of the relationship between Kubernetes and Docker, covering official definitions, virtualization and deployment perspectives, and how Kubernetes manages Docker containers, helping readers grasp core concepts and practical usage in modern cloud-native environments.

ContainerizationDockerKubernetes
0 likes · 6 min read
How Do Kubernetes and Docker Work Together? A Clear Comparison
Alibaba Cloud Native
Alibaba Cloud Native
Apr 3, 2021 · Cloud Native

How RocketMQ Achieved Zero‑Failure Double‑11 with Cloud‑Native Operator and POP Consumption

This article details RocketMQ's 2020 Double‑11 transformation, covering its migration to a Kubernetes‑based operator, a MessageType‑indexed filter optimization that cut CPU usage by up to 32%, and the introduction of a POP consumption model that eliminates rebalance‑induced latency and improves reliability.

Cloud NativeKubernetesMessage Queue
0 likes · 14 min read
How RocketMQ Achieved Zero‑Failure Double‑11 with Cloud‑Native Operator and POP Consumption
Alibaba Cloud Native
Alibaba Cloud Native
Apr 2, 2021 · Cloud Native

How Fluid Turns Kubernetes into a High‑Performance Data Logistics System

This article explains how the open‑source Fluid project addresses the inefficiencies of data‑intensive AI and big‑data workloads in cloud‑native Kubernetes environments by introducing a data‑centric abstraction, dual orchestration mechanisms, and seamless integration with Alluxio to achieve faster, secure, and scalable data access.

AlluxioBig DataCloud Native
0 likes · 19 min read
How Fluid Turns Kubernetes into a High‑Performance Data Logistics System
Meituan Technology Team
Meituan Technology Team
Apr 1, 2021 · Cloud Native

Meituan Elastic Scaling System: Architecture, Challenges, and Business Enablement

Meituan's elastic scaling system evolved from Hulk 1.0 on OpenStack to Hulk 2.0 on Kubernetes, adding micro‑services, quota management, hybrid‑cloud pools, and automated scheduling, thereby delivering cost savings, high‑availability handling of holiday peaks, delivery spikes, anti‑scraping needs, and SaaS releases, while future plans target stability, usability, and emerging technologies.

Cloud NativeKubernetesMeituan
0 likes · 21 min read
Meituan Elastic Scaling System: Architecture, Challenges, and Business Enablement
Volcano Engine Developer Services
Volcano Engine Developer Services
Apr 1, 2021 · Cloud Native

How to Run Redis Natively on Kubernetes: Architecture & Ops Guide

This article explains Redis fundamentals, its typical use cases, and presents a detailed cloud‑native deployment architecture on Kubernetes—including Server, Proxy, ConfigServer components, placement strategies, storage handling, scaling, and upgrade procedures—illustrated with diagrams and practical operator workflows.

KubernetesOperatorStatefulSet
0 likes · 17 min read
How to Run Redis Natively on Kubernetes: Architecture & Ops Guide
UCloud Tech
UCloud Tech
Apr 1, 2021 · Cloud Native

How Serverless Containers Achieve Service Discovery Without kube-proxy Using eBPF

This article explains how UCloud's Serverless container product Cube integrates Virtual Kubelet with Kubernetes, why kube-proxy is unsuitable for lightweight serverless VMs, and how an eBPF‑based Rust proxy (cproxy) provides efficient service discovery and superior performance across different service scales.

Cloud NativeKubernetesServerless
0 likes · 9 min read
How Serverless Containers Achieve Service Discovery Without kube-proxy Using eBPF
Liangxu Linux
Liangxu Linux
Mar 31, 2021 · Cloud Native

Mastering Canary Deployments with Ingress‑Nginx Annotations in Kubernetes

This guide explains how to use Ingress‑Nginx 0.21+ Canary annotations to perform blue‑green, canary, and A/B testing deployments on Kubernetes, covering annotation syntax, priority rules, and step‑by‑step examples with weight‑based, header‑based, and cookie‑based traffic splitting.

A/B testingBlue-GreenCloud Native
0 likes · 17 min read
Mastering Canary Deployments with Ingress‑Nginx Annotations in Kubernetes
Sohu Tech Products
Sohu Tech Products
Mar 31, 2021 · Operations

Improving Cluster Stability: CI/CD, Monitoring, Logging, Documentation, and Traffic Management Solutions

The article analyzes the instability of a company's Kubernetes clusters, identifies root causes such as unstable release processes, lack of monitoring, logging, and documentation, and proposes comprehensive solutions including a Kubernetes‑centric CI/CD pipeline, federated Prometheus monitoring, Elasticsearch logging, centralized documentation, and integrated traffic management with Kong and Istio.

DevOpsKubernetesOperations
0 likes · 10 min read
Improving Cluster Stability: CI/CD, Monitoring, Logging, Documentation, and Traffic Management Solutions
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Mar 31, 2021 · Operations

How to Efficiently Backup and Restore Your Kubernetes Cluster with Velero and Other Tools

Accidental namespace deletions in Kubernetes can cause massive data loss, but by using etcd snapshots, resource‑level backup tools like Velero, PX‑Backup, and Kasten, and configuring scheduled backups, hooks, and PVC migration, you can protect clusters, streamline recovery, and avoid painful manual redeployments.

BackupCluster MigrationKubernetes
0 likes · 12 min read
How to Efficiently Backup and Restore Your Kubernetes Cluster with Velero and Other Tools
dbaplus Community
dbaplus Community
Mar 30, 2021 · Operations

How to Build a Scalable Prometheus Monitoring Stack on Kubernetes with Thanos

This article explains why monitoring is essential for production stability, introduces Prometheus fundamentals, metric naming conventions, query types, and high‑availability solutions such as Thanos federation, then walks through a complete Kubernetes deployment including StatefulSets, RBAC, Pushgateway, Alertmanager, and Ingress configuration.

AlertmanagerDevOpsKubernetes
0 likes · 20 min read
How to Build a Scalable Prometheus Monitoring Stack on Kubernetes with Thanos
Efficient Ops
Efficient Ops
Mar 28, 2021 · Cloud Native

Building a Scalable Container Log Collection System with S6 and Filebeat

This article explains how to design and implement a unified log collection architecture for Docker containers and Kubernetes clusters using S6‑based images, Filebeat, logrotate, Kafka, Logstash, and Elasticsearch, addressing common challenges such as log rotation, daemon bottlenecks, and dynamic configuration.

DockerFilebeatKubernetes
0 likes · 9 min read
Building a Scalable Container Log Collection System with S6 and Filebeat
Alibaba Cloud Native
Alibaba Cloud Native
Mar 27, 2021 · Cloud Native

Why Knative? Simplifying Serverless on Kubernetes with ASK Integration

This article explains why Knative is needed to simplify Kubernetes‑based serverless workloads, describes its core modules and traffic‑based gray release capabilities, and shows how Alibaba Cloud's ASK platform integrates with Knative to reduce operational complexity, improve elasticity, and lower costs.

ASKCloud NativeKnative
0 likes · 10 min read
Why Knative? Simplifying Serverless on Kubernetes with ASK Integration
Tencent Cloud Middleware
Tencent Cloud Middleware
Mar 26, 2021 · Cloud Native

How Tencent Leverages SkyWalking for Full‑Stack Microservice Observability

Facing challenges of distributed microservice architectures, Tencent’s Smart Retail team built a full‑link performance monitoring platform using Apache SkyWalking and the cloud‑native TSW service, detailing architecture, agent integration, deployment steps, and performance impact to guide similar observability implementations.

APMCloud NativeKubernetes
0 likes · 9 min read
How Tencent Leverages SkyWalking for Full‑Stack Microservice Observability