Tagged articles
3133 articles
Page 18 of 32
Alibaba Cloud Native
Alibaba Cloud Native
May 11, 2022 · Cloud Native

How Zuoyebang Cut 22% Costs with Kubernetes Serverless Virtual Nodes

Zuoyebang’s shift to cloud‑native architecture leveraged Alibaba Cloud’s Kubernetes Serverless virtual nodes, achieving a 22.5% cost reduction during peak traffic by dynamically scaling workloads, while addressing scheduling, observability, and performance challenges through custom schedulers, enhanced monitoring, and careful testing.

ObservabilityServerlesscloud-native
0 likes · 11 min read
How Zuoyebang Cut 22% Costs with Kubernetes Serverless Virtual Nodes
Cloud Native Technology Community
Cloud Native Technology Community
May 10, 2022 · Cloud Native

How PayPal Scaled Kubernetes to 4,100 Nodes and 200k Pods

PayPal’s engineering team detailed their journey of scaling Kubernetes from a few hundred nodes to over 4,100 nodes and 200,000 Pods, describing cluster topology, workload generation, API server bottlenecks, controller manager and scheduler tuning, extensive etcd optimizations, and the resulting performance gains that met Kubernetes SLOs.

PayPalScalingcloud-native
0 likes · 13 min read
How PayPal Scaled Kubernetes to 4,100 Nodes and 200k Pods
IT Architects Alliance
IT Architects Alliance
May 9, 2022 · Cloud Native

Mastering Kubernetes: Core Concepts from Container Ops to Network Isolation

This article provides a comprehensive overview of Kubernetes, covering container operation fundamentals, multi‑site deployment models, service discovery mechanisms, shared pod resources, common CNI plugins, layered load‑balancing approaches, isolation dimensions, and essential network model principles for large‑scale clusters.

CNIcloud-nativecontainer orchestration
0 likes · 13 min read
Mastering Kubernetes: Core Concepts from Container Ops to Network Isolation
Alibaba Cloud Native
Alibaba Cloud Native
May 9, 2022 · Cloud Native

Build a Two‑Region, Three‑Center Disaster‑Recovery System with ACK One Multi‑Cluster Deployment

This guide walks through creating a two‑region, three‑center disaster‑recovery architecture using ACK One’s multi‑cluster application distribution and GTM traffic management, covering cluster setup, differential configuration, workflow control, traffic policies, and verification steps with concrete kubectl commands and YAML manifests.

ACK OneGTMMulti-Cluster
0 likes · 18 min read
Build a Two‑Region, Three‑Center Disaster‑Recovery System with ACK One Multi‑Cluster Deployment
Efficient Ops
Efficient Ops
May 8, 2022 · Cloud Native

How Do Kubernetes Pods and Services Achieve Load Balancing?

This article reviews the core structure of Kubernetes pods, explains how pods expose services externally, explores load‑balancing strategies using Services and virtual IPs, and details how kube‑proxy and selectors keep services in sync with changing pod lifecycles.

PodServicecloud-native
0 likes · 7 min read
How Do Kubernetes Pods and Services Achieve Load Balancing?
Tencent Cloud Developer
Tencent Cloud Developer
May 7, 2022 · Cloud Native

Fourth Techo TVP Developer Conference: Cloud Native Trends and Best Practices

The Fourth Techo TVP Developer Conference highlighted current cloud‑native adoption, FinOps cost‑optimization, distributed‑cloud strategies, and maturity models on Day 1, then showcased practical best‑practice case studies—from automotive edge computing to service‑mesh migration, hybrid‑cloud PaaS evolution, observability standards, and high‑performance API‑gateway deployments—on Day 2.

APISIXDevOpsFinOps
0 likes · 33 min read
Fourth Techo TVP Developer Conference: Cloud Native Trends and Best Practices
Alibaba Cloud Native
Alibaba Cloud Native
May 7, 2022 · Cloud Native

Enable Asynchronous Calls for Alibaba Cloud Function Compute HTTP Triggers

This guide explains how to use the new asynchronous invocation feature of Alibaba Cloud Function Compute HTTP triggers, covering the limitations of synchronous calls, the required request header, testing methods, and a best‑practice video‑transcoding example with step‑by‑step commands.

Alibaba CloudAsync InvocationFunction Compute
0 likes · 9 min read
Enable Asynchronous Calls for Alibaba Cloud Function Compute HTTP Triggers
Java High-Performance Architecture
Java High-Performance Architecture
May 7, 2022 · Cloud Native

Unlocking Kubernetes Architecture: From Pods to High‑Availability Design

This article provides a comprehensive overview of Kubernetes architecture, covering its core components, service discovery methods, pod shared resources, common CNI plugins, multi‑layer load balancing, isolation dimensions, and network model principles that enable scalable, high‑availability container operations.

CNIPod Architecturecloud-native
0 likes · 10 min read
Unlocking Kubernetes Architecture: From Pods to High‑Availability Design
Open Source Linux
Open Source Linux
May 6, 2022 · Cloud Native

What’s New in Kubernetes 1.24? A Deep Dive into Major Features and Changes

Kubernetes 1.24 introduces 46 enhancements—including dockershim removal, default‑disabled beta APIs, signed release artifacts, OpenAPI v3 support, storage capacity tracking, CSI volume expansion, and new priority options—while also detailing CNI version considerations, upgraded runtimes, and how to access the release notes and tutorials.

1.24CNIRelease Notes
0 likes · 10 min read
What’s New in Kubernetes 1.24? A Deep Dive into Major Features and Changes
Cloud Native Technology Community
Cloud Native Technology Community
May 5, 2022 · Cloud Native

What’s New in Kubernetes 1.24? Key Features and Changes Explained

Kubernetes 1.24, released in early 2022, introduces 46 enhancements—including the removal of dockershim, default‑off test APIs, signed release artifacts, OpenAPI v3 support, GA storage capacity tracking and volume expansion, new CNI requirements, and numerous API graduations—while also deprecating or deleting several legacy components.

CNIFeature HighlightsRelease 1.24
0 likes · 18 min read
What’s New in Kubernetes 1.24? Key Features and Changes Explained
MaGe Linux Operations
MaGe Linux Operations
May 1, 2022 · Cloud Native

Mastering Kubernetes Networking: From Containers to Services

This article explains Kubernetes' networking model, covering container‑to‑container, pod‑to‑pod, pod‑to‑service, and external traffic flows, detailing network namespaces, veth pairs, bridges, iptables/IPVS load balancing, and cloud‑provider integrations such as AWS VPC and Ingress controllers.

Servicecloud-nativekubernetes
0 likes · 25 min read
Mastering Kubernetes Networking: From Containers to Services
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2022 · Cloud Native

Mastering Kubernetes DaemonSets: Ensure One Pod per Node Efficiently

DaemonSets in Kubernetes automatically run a dedicated pod on each node, handling storage, logging, and monitoring tasks, while using node selectors, affinities, and tolerations to manage placement, resources, and lifecycle, with examples and YAML definitions for fluentd‑elasticsearch deployment.

DaemonSetNodeAffinityPod Scheduling
0 likes · 9 min read
Mastering Kubernetes DaemonSets: Ensure One Pod per Node Efficiently
Alibaba Cloud Native
Alibaba Cloud Native
Apr 30, 2022 · Cloud Native

How to Choose a Serverless Architecture for High‑Elastic, Low‑Cost Apps with Alibaba FC

Developer Xiao Wang evaluates three deployment options—traditional SLB + ECS, Kubernetes, and Alibaba Function Compute—to build a highly elastic, low‑cost, low‑maintenance architecture for two online apps, then adopts FC’s reserved‑instance mode and idle‑billing feature to eliminate cold‑starts and reduce expenses.

Function ComputeServerlessarchitecture
0 likes · 10 min read
How to Choose a Serverless Architecture for High‑Elastic, Low‑Cost Apps with Alibaba FC
Architect
Architect
Apr 29, 2022 · Cloud Native

Understanding Kubernetes Architecture and Its Role in Cloud‑Native Environments

This article explains the fundamentals of Kubernetes, its three core characteristics, practical deployment scenarios for enterprises of different sizes, resource‑utilization calculations, service migration challenges, the evolution from physical servers to containers, and a detailed overview of cloud‑native concepts and Kubernetes components.

Containerizationcloud-nativekubernetes
0 likes · 10 min read
Understanding Kubernetes Architecture and Its Role in Cloud‑Native Environments
AntTech
AntTech
Apr 29, 2022 · Operations

Alipay Double‑11 System Stability Practices: Distributed Architecture, Elastic Scaling, Service Mesh, Full‑Chain Load Testing, Intelligent Monitoring, and OceanBase

The presentation details Alipay's evolution through three stability phases—capacity, elastic cloud‑native architecture, and green computing—covering unit‑based deployment, elastic scaling, ServiceMesh, full‑chain load testing, intelligent monitoring, and the OceanBase distributed database, illustrating how these techniques achieved 99.99% availability during the 2021 Double‑11 peak.

OceanBasecloud-nativedistributed architecture
0 likes · 11 min read
Alipay Double‑11 System Stability Practices: Distributed Architecture, Elastic Scaling, Service Mesh, Full‑Chain Load Testing, Intelligent Monitoring, and OceanBase
NetEase Yanxuan Technology Product Team
NetEase Yanxuan Technology Product Team
Apr 29, 2022 · Operations

How to Achieve Seamless Test Environment Isolation with Environment Coloring in Microservices

This article explains a lightweight environment‑coloring solution for microservice architectures that binds color tags to instances, propagates them through HTTP headers, and uses dynamic routing to isolate test environments, reduce configuration overhead, and improve troubleshooting while supporting both HTTP and WZP protocols.

DevOpsMicroservicescloud-native
0 likes · 16 min read
How to Achieve Seamless Test Environment Isolation with Environment Coloring in Microservices
Practical DevOps Architecture
Practical DevOps Architecture
Apr 29, 2022 · Cloud Native

Understanding Eureka Service Registry in Spring Cloud

This article explains the role of Eureka as a service registry in Spring Cloud, describing its functions, architecture, components such as Eureka Server and client, and how it enables service registration, discovery, load balancing, and fault tolerance for microservices.

Microservicescloud-nativeeureka
0 likes · 4 min read
Understanding Eureka Service Registry in Spring Cloud
Alibaba Cloud Native
Alibaba Cloud Native
Apr 27, 2022 · Cloud Native

How ACK’s Resource Profiling Optimizes Kubernetes CPU & Memory Requests

This article explains how Alibaba Cloud Container Service for Kubernetes (ACK) uses container‑level resource profiling with half‑life sliding windows and quantile algorithms to automatically recommend accurate CPU and memory requests, improving cluster utilization while maintaining application stability.

ACKQuantile AlgorithmResource Profiling
0 likes · 9 min read
How ACK’s Resource Profiling Optimizes Kubernetes CPU & Memory Requests
Volcano Engine Developer Services
Volcano Engine Developer Services
Apr 26, 2022 · Operations

How Volcano Engine’s TLS Transforms Log Management for Kubernetes at Scale

This article explains the challenges of traditional open‑source log collection in cloud‑native environments, describes Volcano Engine’s unified TLS architecture, its centralized configuration, CRD‑based deployment, and showcases real‑world case studies that demonstrate improved availability, efficiency, and scalability.

Distributed SystemsLog ManagementObservability
0 likes · 15 min read
How Volcano Engine’s TLS Transforms Log Management for Kubernetes at Scale
Alibaba Cloud Native
Alibaba Cloud Native
Apr 20, 2022 · Cloud Native

How to Seamlessly Integrate Cloud Services with Alibaba EventBridge

This guide walks through Alibaba Cloud EventBridge’s event standardization, shows step‑by‑step how to integrate OSS events for automatic file unzipping, demonstrates custom event source filtering to store data in RDS, and explains using EventBridge event streams to route RocketMQ messages to MNS, complete with code snippets and configuration details.

Alibaba CloudData IntegrationEventBridge
0 likes · 9 min read
How to Seamlessly Integrate Cloud Services with Alibaba EventBridge
SQB Blog
SQB Blog
Apr 19, 2022 · Cloud Native

How We Built a Scalable Multi‑Lane Testing Environment with Kubernetes and Istio

To meet rapid business growth, the team at 收钱吧 evolved its testing environments through several generations—from isolated physical setups to a Kubernetes‑based multi‑lane system powered by Istio and custom operators—significantly reducing resource usage, speeding deployments, and improving scalability and flexibility.

IstioMulti-EnvironmentService Mesh
0 likes · 12 min read
How We Built a Scalable Multi‑Lane Testing Environment with Kubernetes and Istio
政采云技术
政采云技术
Apr 19, 2022 · Cloud Native

A Practical Guide to Dapr Core Features: Pub/Sub, Resource Bindings, Actors, Observability, Secrets, and Configuration

This comprehensive technical tutorial demonstrates how to implement and configure core Dapr features, including publish/subscribe messaging, resource bindings, virtual actors, distributed tracing, secrets management, and dynamic configuration, using Java applications deployed on Kubernetes with practical code examples and command-line instructions.

DaprJavaMicroservices
0 likes · 21 min read
A Practical Guide to Dapr Core Features: Pub/Sub, Resource Bindings, Actors, Observability, Secrets, and Configuration
Top Architect
Top Architect
Apr 16, 2022 · Cloud Native

Understanding Nacos Architecture and Service Registration in Spring Cloud

This article explains the Nacos architecture, the principles of service registration and discovery, and how Spring Cloud integrates with Nacos through auto‑configuration, heartbeat mechanisms, and dynamic address updates, providing a comprehensive guide for building cloud‑native microservices.

MicroservicesNacoscloud-native
0 likes · 8 min read
Understanding Nacos Architecture and Service Registration in Spring Cloud
Alibaba Cloud Native
Alibaba Cloud Native
Apr 16, 2022 · Cloud Native

How AHAS Feature Switches Simplify Dynamic Configuration in Cloud‑Native Microservices

This article explains common configuration challenges in microservice applications and introduces Alibaba Cloud's AHAS feature switch as a lightweight, dynamic configuration framework that offers zero‑code integration, strong type validation, persistent storage, and non‑intrusive deployment for real‑time business control.

AHASDynamic ConfigurationFeature Switch
0 likes · 8 min read
How AHAS Feature Switches Simplify Dynamic Configuration in Cloud‑Native Microservices
Alibaba Cloud Native
Alibaba Cloud Native
Apr 15, 2022 · Cloud Native

Quick Start with Serverless Devs: Install, Key Management, and Yaml Best Practices

This guide walks you through installing the Serverless Devs CLI, configuring Alibaba Cloud access keys via interactive prompts, command‑line flags, or environment variables, explains key‑usage safety and alias design, and details Yaml syntax, variable handling, service ordering, and custom actions for seamless serverless application deployment.

CLIServerlessYAML
0 likes · 20 min read
Quick Start with Serverless Devs: Install, Key Management, and Yaml Best Practices
Zhongtong Tech
Zhongtong Tech
Apr 15, 2022 · Cloud Native

How Extending the Kubernetes Scheduler Cut Manual Interventions by 80%

This article describes how Zhongtong tackled severe pod‑scheduling imbalance in its Kubernetes clusters by extending the scheduler with the Scheduling Framework, adding custom filter and score plugins that balanced CPU load, boosted overall utilization from 30% to 50%, and reduced manual scheduling interventions by about 80%.

SchedulerScheduling Frameworkcloud-native
0 likes · 10 min read
How Extending the Kubernetes Scheduler Cut Manual Interventions by 80%
21CTO
21CTO
Apr 14, 2022 · Cloud Native

Demystifying Kubernetes Architecture: Master & Worker Nodes Explained

This article breaks down the core principles and architecture of Kubernetes, illustrating how master and worker nodes interact, detailing key components such as the API server, scheduler, controllers, kubelet, kube-proxy, and container runtimes, and explains deployment scenarios on major cloud providers.

ContainersMaster NodeWorker Node
0 likes · 6 min read
Demystifying Kubernetes Architecture: Master & Worker Nodes Explained
Ops Development Stories
Ops Development Stories
Apr 14, 2022 · Cloud Native

Auto‑Trigger Tekton Pipelines with GitLab Webhooks: A Step‑by‑Step Guide

This article explains how to use Tekton Trigger to automatically start PipelineRuns from GitLab webhook events, covering the core components, CRD definitions, installation steps, and detailed configurations of TriggerTemplate, TriggerBinding, EventListener, ServiceAccount, Ingress, and secret management, enabling fully automated CI/CD on Kubernetes.

GitLabTriggersci/cd
0 likes · 20 min read
Auto‑Trigger Tekton Pipelines with GitLab Webhooks: A Step‑by‑Step Guide
Alibaba Cloud Native
Alibaba Cloud Native
Apr 13, 2022 · Cloud Native

From Dapper to OpenTelemetry: A Practical Guide to Distributed Tracing and Observability

This article explains the challenges of long request chains in micro‑service architectures, reviews Google’s Dapper tracing requirements, introduces OpenTracing and OpenCensus standards, compares their strengths, and details how OpenTelemetry unifies tracing, metrics and logs with practical integration steps and best‑practice guidance.

MetricsObservabilityOpenCensus
0 likes · 24 min read
From Dapper to OpenTelemetry: A Practical Guide to Distributed Tracing and Observability
Practical DevOps Architecture
Practical DevOps Architecture
Apr 12, 2022 · Cloud Native

Setting Up NFS Storage in Kubernetes with Helm

This guide walks through configuring an NFS server, installing required utilities, creating a dedicated namespace, installing Helm, and deploying the nfs-client-provisioner chart to provide dynamic NFS storage for workloads in a Kubernetes cluster.

NFScloud-nativehelm
0 likes · 3 min read
Setting Up NFS Storage in Kubernetes with Helm
Liangxu Linux
Liangxu Linux
Apr 11, 2022 · Cloud Native

Why Microservices Matter: From Simple Services to Kubernetes‑Powered Architecture

This article explains what microservices are, how they differ from traditional monolithic apps, illustrates their benefits and drawbacks with an Amazon product‑page example, describes containers and Docker, and shows why Kubernetes is a natural platform for managing microservice‑based systems.

MicroservicesSoftware Architecturecloud-native
0 likes · 14 min read
Why Microservices Matter: From Simple Services to Kubernetes‑Powered Architecture
IT Architects Alliance
IT Architects Alliance
Apr 7, 2022 · Cloud Native

Understanding the Relationship Between Service Mesh and API Gateway

This article examines how Service Mesh and API Gateway differ in function and deployment, explores the philosophical debate over east‑west versus north‑south traffic when a gateway accesses internal services, and traces the evolving integration of sidecars, BFF layers, and cloud‑native architectures.

BFFService Meshapi-gateway
0 likes · 12 min read
Understanding the Relationship Between Service Mesh and API Gateway
dbaplus Community
dbaplus Community
Apr 6, 2022 · Cloud Native

How Huolala Cuts Cloud Costs: Real‑World Kubernetes Optimization Strategies

Huolala’s architecture team shares a detailed walkthrough of their cloud‑native cost‑optimization journey, covering public‑cloud server pricing models, Kubernetes request/limit tuning, HPA and CronHPA scheduling, spot instance integration, intelligent pod placement, and practical lessons learned from scaling a global on‑demand logistics platform.

AutoscalingHuolalacloud-native
0 likes · 25 min read
How Huolala Cuts Cloud Costs: Real‑World Kubernetes Optimization Strategies
Alibaba Cloud Native
Alibaba Cloud Native
Apr 6, 2022 · Cloud Native

How Koordinator Brings Cloud‑Native Mixed‑Workload Scheduling to Scale

Koordinator, an open‑source cloud‑native scheduler born from Alibaba's massive production practice, enables efficient, low‑cost mixed‑workload orchestration on Kubernetes by addressing integration challenges, offering a resource‑oversell model, and providing zero‑intrusion deployment for both cloud and on‑prem environments.

Mixed Workload Schedulingcloud-nativekubernetes
0 likes · 14 min read
How Koordinator Brings Cloud‑Native Mixed‑Workload Scheduling to Scale
Alibaba Cloud Native
Alibaba Cloud Native
Apr 5, 2022 · Cloud Native

How Memory QoS Boosts Container Performance in Cloud‑Native Kubernetes

This article explains the memory challenges of containers in cloud‑native Kubernetes environments, describes how Kubernetes maps Request/Limit to cgroups, outlines the limitations of overcommit and mixed workloads, and details Alibaba Cloud Linux 2's Memory QoS features—including memory.min, memory.high, async reclaim, and global water‑mark adjustments—that improve fairness and latency, supported by Redis benchmark results.

Alibaba CloudContainer MemoryMemory QoS
0 likes · 17 min read
How Memory QoS Boosts Container Performance in Cloud‑Native Kubernetes
IT Services Circle
IT Services Circle
Apr 3, 2022 · Cloud Native

Understanding Kubernetes Federation: kubefed and Karmada Multi‑Cluster Management

This article explains why Kubernetes single‑cluster scalability is limited to about 5,000 nodes, introduces the concept of multi‑cluster federation, compares the legacy kubefed project with the actively maintained Karmada solution, and shows how policies and replica‑scheduling enable flexible cross‑AZ deployments and failover.

Cluster ManagementFederationKarmada
0 likes · 13 min read
Understanding Kubernetes Federation: kubefed and Karmada Multi‑Cluster Management
Alibaba Cloud Native
Alibaba Cloud Native
Apr 3, 2022 · Cloud Native

How to Achieve Full Observability for Performance Testing with Prometheus

This guide explains the essential observability concepts—metrics, logs, and traces—for performance testing, compares Zabbix and Prometheus, shows how to extend JMeter with a Prometheus exporter, and details step‑by‑step integration of Alibaba Cloud PTS and Grafana dashboards for comprehensive monitoring.

ObservabilityPrometheuscloud-native
0 likes · 9 min read
How to Achieve Full Observability for Performance Testing with Prometheus
High Availability Architecture
High Availability Architecture
Mar 28, 2022 · Cloud Native

Best Practices for Building an Integrated Monitoring Platform with Prometheus in a Microservice Architecture

This article explains the monitoring challenges introduced by microservice and container evolution, why Prometheus is the preferred observability solution in the cloud‑native era, and presents a comprehensive, multi‑tenant, high‑availability architecture with practical techniques for data collection, storage, query optimization, security, and future trends.

MetricsPrometheuscloud-native
0 likes · 19 min read
Best Practices for Building an Integrated Monitoring Platform with Prometheus in a Microservice Architecture
MaGe Linux Operations
MaGe Linux Operations
Mar 27, 2022 · Cloud Native

How Kubernetes Service Discovery Keeps Your Pods Connected

This article explains Kubernetes service discovery by first covering essential networking concepts, then detailing how Services provide stable endpoints, how they register with cluster DNS, how Endpoints track healthy Pods, and how kube-proxy routes traffic using iptables or IPVS to ensure reliable intra‑cluster communication.

Endpointscloud-nativekube-proxy
0 likes · 13 min read
How Kubernetes Service Discovery Keeps Your Pods Connected
IT Architects Alliance
IT Architects Alliance
Mar 24, 2022 · Cloud Native

How Software Architecture Evolves from Monolith to Cloud‑Native Microservices

From early monolithic MVC setups to growth‑stage distributed systems and finally fully cloud‑native microservice architectures, this article outlines each phase’s characteristics, technology choices, scaling strategies, and operational practices such as CDN, load balancing, Redis Cluster, Kubernetes auto‑scaling, and unified configuration management.

Distributed SystemsMicroservicesarchitecture
0 likes · 14 min read
How Software Architecture Evolves from Monolith to Cloud‑Native Microservices
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Mar 24, 2022 · Operations

Choosing the Perfect DevOps Toolchain: A Guide for Chinese Internet Enterprises

This article explains how the rapid shift from consumer to industrial internet in China drives the need for a well‑designed DevOps toolchain, outlines the DevOps lifecycle, evaluates key criteria such as maturity, team size and quality requirements, and offers tailored tool recommendations for startups, mid‑size firms and large enterprises.

cloud-nativeenterprisetoolchain
0 likes · 22 min read
Choosing the Perfect DevOps Toolchain: A Guide for Chinese Internet Enterprises
Cloud Native Technology Community
Cloud Native Technology Community
Mar 22, 2022 · Cloud Native

Evaluating eBPF’s Role in Service Mesh Data Plane: Architecture Trade‑offs

This article examines how eBPF can enhance service‑mesh data planes, compares four deployment models—including sidecar, node‑shared, service‑account‑shared, and micro‑proxy architectures—and evaluates each model’s memory, isolation, security, and upgrade trade‑offs while emphasizing Envoy’s continued L7 responsibilities.

Data PlaneEnvoyService Mesh
0 likes · 11 min read
Evaluating eBPF’s Role in Service Mesh Data Plane: Architecture Trade‑offs
Alibaba Cloud Native
Alibaba Cloud Native
Mar 21, 2022 · Cloud Native

How to Build CNStack Community Edition with ACK Distro and Sealer

This guide explains how to create a CNStack Community Edition cluster image using ACK Distro as the base, package it with Sealer, configure it via Kubefile and Clusterfile, and enable advanced features such as open‑local storage and flexible component deployment.

ACK DistroCNStackContainer Service
0 likes · 19 min read
How to Build CNStack Community Edition with ACK Distro and Sealer
DataFunTalk
DataFunTalk
Mar 19, 2022 · Artificial Intelligence

QQ Music Recommendation Architecture: Challenges, Solutions, and Future Directions

This article details how QQ Music tackled rapid growth in recommendation traffic by redesigning its recommendation architecture, introducing a cloud‑native machine‑learning platform, optimizing data services, and adopting a DAG‑based recall system to improve scalability, flexibility, and development efficiency.

AIarchitecturecloud-native
0 likes · 12 min read
QQ Music Recommendation Architecture: Challenges, Solutions, and Future Directions
Top Architect
Top Architect
Mar 18, 2022 · Cloud Native

Docker Architecture Overview and Component Analysis

This article provides a comprehensive overview of Docker's overall architecture, detailing the roles of Docker Client, Daemon, Engine, Registry, Graph, drivers, Libcontainer, and containers, and explains how these components interact to manage images, networking, storage, and execution within a C/S model.

ContainerizationDevOpsDocker
0 likes · 11 min read
Docker Architecture Overview and Component Analysis
Cloud Native Technology Community
Cloud Native Technology Community
Mar 17, 2022 · Industry Insights

How Cloud‑Native Tech Is Transforming China’s Financial Sector in 2022

The fourth‑edition Cloud‑Native Technology Survey (2021‑2022) analyzes how banks, insurers, securities firms and payment providers adopt containers, Kubernetes, micro‑services and hybrid‑cloud solutions, revealing adoption rates, pain points, security concerns and strategic recommendations for the financial industry’s digital transformation.

DevOpsFinanceIndustry Insights
0 likes · 23 min read
How Cloud‑Native Tech Is Transforming China’s Financial Sector in 2022
Open Source Linux
Open Source Linux
Mar 17, 2022 · Cloud Native

How PayPal Scaled Kubernetes to 4,000 Nodes and 200,000 Pods

PayPal’s engineering team detailed their journey of scaling Kubernetes from a few hundred nodes to over 4,000 nodes and 200,000 pods, describing the cluster topology, workload generation, bottlenecks in the API server, controller manager, scheduler, and etcd, and the optimizations that enabled stable performance at massive scale.

PayPalScalingcloud-native
0 likes · 12 min read
How PayPal Scaled Kubernetes to 4,000 Nodes and 200,000 Pods
Efficient Ops
Efficient Ops
Mar 15, 2022 · Cloud Native

How eBPF Powers Seamless Observability in Cloud‑Native Kubernetes Environments

This article explains why the rise of Kubernetes as a cloud‑native standard brings new observability challenges, outlines how eBPF enables non‑intrusive, multi‑language, multi‑protocol data collection, and describes a comprehensive monitoring stack—including golden metrics, service topology, tracing, alerts, and network diagnostics—to achieve end‑to‑end visibility in complex Kubernetes deployments.

Operationscloud-nativeeBPF
0 likes · 22 min read
How eBPF Powers Seamless Observability in Cloud‑Native Kubernetes Environments
Efficient Ops
Efficient Ops
Mar 14, 2022 · Cloud Native

Demystifying Kubernetes Service Discovery: From Pods to Stable Endpoints

This article explains Kubernetes service discovery by first covering essential network concepts, then detailing how Services, Endpoints, and kube-proxy work together to provide stable, load‑balanced communication between dynamic Pods in a cloud‑native environment.

Podscloud-nativekubernetes
0 likes · 12 min read
Demystifying Kubernetes Service Discovery: From Pods to Stable Endpoints
dbaplus Community
dbaplus Community
Mar 14, 2022 · Cloud Native

19 Common Kubernetes Failures and How to Fix Them

This guide walks through nineteen typical Kubernetes problems—from service access and port‑mapping errors to pod init failures, PVC issues, and helm installation glitches—explaining each root cause, providing concise troubleshooting steps, and showing the exact kubectl commands and code snippets needed to resolve them.

ContainersTroubleshootingcloud-native
0 likes · 10 min read
19 Common Kubernetes Failures and How to Fix Them
Alibaba Cloud Native
Alibaba Cloud Native
Mar 14, 2022 · Cloud Native

How OpenKruise Extends Kubernetes Container Runtime Operations

This article explains how OpenKruise, a CNCF sandbox project, overcomes native Kubernetes container‑runtime limitations by integrating with Kubelet and CRI, offering features such as in‑place upgrades, container restarts, image pre‑heating, and a modular architecture that enhances workload management and runtime control.

CRDImage Pre‑heatOpenKruise
0 likes · 13 min read
How OpenKruise Extends Kubernetes Container Runtime Operations
Efficient Ops
Efficient Ops
Mar 13, 2022 · Cloud Native

Master Traefik 2.5: From Basics to Advanced Routing, TLS, and Kubernetes Integration

This comprehensive guide introduces Traefik as an open‑source edge router, explains its core concepts such as providers, entrypoints, routers, services and middlewares, and walks through deploying Traefik with Helm on Kubernetes, configuring HTTP and HTTPS routes, using middlewares, handling TLS certificates, and leveraging advanced features like canary releases, traffic mirroring, TCP services, and the Kubernetes Gateway API.

Edge RouterTLSTraefik
0 likes · 27 min read
Master Traefik 2.5: From Basics to Advanced Routing, TLS, and Kubernetes Integration
MaGe Linux Operations
MaGe Linux Operations
Mar 13, 2022 · Cloud Native

From Docker to Serverless Kubernetes: Tracing the Cloud‑Native Evolution

This article chronicles the evolution of cloud‑native container technology—from early IaaS and PaaS concepts, through Docker’s rise, Kubernetes’s dominance, to modern serverless offerings like Alibaba Cloud’s ECI and ASK—highlighting how managed services simplify operations and enable rapid, pod‑level scaling.

Alibaba CloudContainerDocker
0 likes · 11 min read
From Docker to Serverless Kubernetes: Tracing the Cloud‑Native Evolution
Architects' Tech Alliance
Architects' Tech Alliance
Mar 12, 2022 · Cloud Computing

Understanding and Managing Complexity in Multi‑Cloud Infrastructure

The article examines the growing complexity of multi‑cloud and hybrid cloud environments, identifies security, API, and logging challenges, and proposes a flexible, cloud‑neutral automation platform with clear communication, audit, planning, and incremental implementation steps to reduce operational overhead and cost.

Operationsautomationcloud-native
0 likes · 12 min read
Understanding and Managing Complexity in Multi‑Cloud Infrastructure
AntTech
AntTech
Mar 12, 2022 · Operations

Evolution of Large‑Scale Distributed System Stability at Ant Group

The article outlines Ant Group's multi‑stage journey of building large‑scale distributed system stability, describing architectural evolutions, risk‑inspection mechanisms, high‑availability solutions such as LDC and fine‑grained traffic scheduling, and intelligent risk‑defense products that together enable resilient, cost‑effective operations.

Distributed SystemsOperationscapacity scaling
0 likes · 15 min read
Evolution of Large‑Scale Distributed System Stability at Ant Group
dbaplus Community
dbaplus Community
Mar 10, 2022 · Operations

How Qunar Scaled DevOps: From Process to Cloud‑Native Automation

This article details Qunar's end‑to‑end DevOps ecosystem, covering project workflow, goals, systematic methods, a complete cloud‑native toolchain, measurable outcomes, core practices such as standardization, quality gates, application profiling, and future roadmap for continuous delivery.

Platformautomationci/cd
0 likes · 30 min read
How Qunar Scaled DevOps: From Process to Cloud‑Native Automation
Alibaba Cloud Native
Alibaba Cloud Native
Mar 10, 2022 · Cloud Native

Mastering Kubernetes Ingress: From Basics to MSE Cloud Native Gateway

This article explains why Kubernetes clusters need an ingress point, compares NodePort, LoadBalancer, and Ingress solutions, introduces Ingress Providers, details Nginx and Alibaba Cloud MSE Ingress Controllers, and provides a step‑by‑step tutorial for deploying services and Ingress resources on an ACK cluster.

ACKMSETutorial
0 likes · 10 min read
Mastering Kubernetes Ingress: From Basics to MSE Cloud Native Gateway
Tencent Cloud Middleware
Tencent Cloud Middleware
Mar 10, 2022 · Cloud Native

How eBPF Can Replace iptables to Boost Service Mesh Performance

This article explains how replacing the traditional iptables‑based sidecar traffic‑hijacking in Istio with eBPF programs and sockmap can cut CPU usage, increase QPS and lower latency, while detailing the implementation, architecture, and performance results on Kubernetes.

cloud-nativeeBPFiptables Replacement
0 likes · 13 min read
How eBPF Can Replace iptables to Boost Service Mesh Performance
Architecture Digest
Architecture Digest
Mar 10, 2022 · Cloud Native

Nacos Architecture and Service Registration Mechanism in Spring Cloud

This article explains the Nacos architecture, including its provider, consumer, name server, and server components, and details how Spring Cloud integrates with Nacos for service registration, heartbeat monitoring, and dynamic service discovery using Open API, SDK, and Raft-based consistency protocols.

MicroservicesNacoscloud-native
0 likes · 7 min read
Nacos Architecture and Service Registration Mechanism in Spring Cloud
DevOps Cloud Academy
DevOps Cloud Academy
Mar 9, 2022 · Cloud Native

Infrastructure as Code (IaC) and GitOps: Benefits, Practices, and Tooling

The article explains how Infrastructure as Code and GitOps address common cloud‑migration challenges by automating resource provisioning, ensuring environment consistency, reducing manual effort and errors, and highlights tools like Terraform while noting industry trends and a brief promotional note.

DevOpscloud-nativeiac
0 likes · 4 min read
Infrastructure as Code (IaC) and GitOps: Benefits, Practices, and Tooling
Yiche Technology
Yiche Technology
Mar 9, 2022 · Cloud Native

Design and Implementation of the Yunji Logging System Using Flink and ClickHouse

The article presents the Yunji logging system, a Flink+ClickHouse-based cloud-native platform for real-time ingestion, storage, querying, analysis, and monitoring of massive heterogeneous logs, covering its architecture, configuration center, storage design, processing flow, monitoring features, and future enhancements.

ClickHouseFlinkJanino
0 likes · 21 min read
Design and Implementation of the Yunji Logging System Using Flink and ClickHouse
Alibaba Cloud Native
Alibaba Cloud Native
Mar 7, 2022 · Cloud Native

How Open-Local Simplifies Kubernetes Local Storage in ACK Distro

This article explains the challenges of using local storage in Kubernetes, introduces the open‑local project and its four core components, shows how to configure NodeLocalStorageInitConfig, and provides step‑by‑step commands for provisioning, expanding, snapshotting, block‑device usage, IO throttling, temporary volumes, and monitoring within Alibaba Cloud ACK Distro.

ACK DistroCSIOpen-Local
0 likes · 16 min read
How Open-Local Simplifies Kubernetes Local Storage in ACK Distro
Alibaba Cloud Native
Alibaba Cloud Native
Mar 5, 2022 · Cloud Native

How Fluid Accelerates Cloud‑Native Deep Learning Training

Fluid, an open‑source CNCF project co‑developed by Alibaba Cloud and Nanjing University, introduces a dataset abstraction and elastic caching architecture that automatically optimizes I/O for cloud‑native deep‑learning training jobs, and its research was accepted as a full paper at the prestigious ICDE 2022 conference.

Data AccelerationDeep LearningICDE
0 likes · 6 min read
How Fluid Accelerates Cloud‑Native Deep Learning Training
DevOps
DevOps
Mar 4, 2022 · Cloud Native

Complexity Is Killing Software Developers: Challenges and Strategies in the Cloud‑Native Era

The article examines how the rapid rise of micro‑services, containers, and cloud‑native platforms has dramatically increased software complexity, threatening developer productivity, and discusses industry perspectives and practical approaches—such as internal developer platforms and curated toolsets—to regain control and deliver value.

Internal Developer PlatformMicroservicescloud-native
0 likes · 14 min read
Complexity Is Killing Software Developers: Challenges and Strategies in the Cloud‑Native Era
Open Source Linux
Open Source Linux
Mar 4, 2022 · Operations

Master Kubernetes Troubleshooting: 3 Essential Steps and Toolkits

This article outlines a three‑step framework—understanding, managing, and preventing—to effectively troubleshoot Kubernetes deployments, explains how to leverage monitoring, observability, and incident‑response tools at each stage, and offers practical tool recommendations for modern cloud‑native environments.

DevOpscloud-nativekubernetes
0 likes · 8 min read
Master Kubernetes Troubleshooting: 3 Essential Steps and Toolkits
政采云技术
政采云技术
Mar 3, 2022 · Cloud Native

Hands‑on Dapr with Java: Service Invocation and State Management Tutorial

This tutorial walks through setting up a Java‑based Dapr project, demonstrating service‑to‑service invocation and state management with Redis, including configuration, code, Kubernetes manifests, Docker packaging, and verification steps, and provides guidance on building, deploying, and testing the microservices locally.

DaprDockerJava
0 likes · 12 min read
Hands‑on Dapr with Java: Service Invocation and State Management Tutorial
Alibaba Cloud Native
Alibaba Cloud Native
Mar 2, 2022 · Cloud Native

How Gaode Map Achieved Zero‑On‑Site Duty with Serverless Architecture

Gaode Map transformed its navigation and recommendation services by adopting a Serverless, cloud‑native platform that reduces operational costs, enables millisecond‑level scaling, and eliminates the need for on‑site duty during peak holiday periods, while supporting rapid UI and strategy changes.

Low-Cost MigrationScalabilityServerless
0 likes · 12 min read
How Gaode Map Achieved Zero‑On‑Site Duty with Serverless Architecture
政采云技术
政采云技术
Mar 1, 2022 · Cloud Native

Introduction to Dapr: Features, Architecture, and Installation Guide

This article introduces Dapr, a cloud‑native sidecar runtime for building resilient microservices, explains its core features such as service invocation, state management, pub/sub, bindings, actors, observability, and secrets, and provides step‑by‑step installation instructions for CLI, binaries, Kubernetes, and Helm.

DaprInstallationMicroservices
0 likes · 10 min read
Introduction to Dapr: Features, Architecture, and Installation Guide
Open Source Linux
Open Source Linux
Feb 28, 2022 · Cloud Native

Master Kubernetes Essentials: Pods, Services, Deployments, and More

This article introduces Kubernetes, the open‑source container‑orchestration platform, and explains its core concepts—including Pods, Namespaces, Nodes, Services, Volumes, PersistentVolumes, Deployments, StatefulSets, DaemonSets, Ingress, Jobs, Horizontal Pod Autoscaling, Service Accounts, Secrets, ConfigMaps, and Resource Quotas—along with common kubectl commands for managing each component.

DevOpscloud-nativecontainer orchestration
0 likes · 17 min read
Master Kubernetes Essentials: Pods, Services, Deployments, and More
Alibaba Cloud Native
Alibaba Cloud Native
Feb 23, 2022 · Cloud Native

Achieving Zero‑Loss Service Deployment with Alibaba Cloud MSE

This guide explains how Alibaba Cloud's Microservice Engine (MSE) achieves zero‑loss service deployment by using adaptive offline waiting, active notifications, readiness‑aligned startup checks, and traffic warm‑up, providing step‑by‑step Kubernetes manifests, configuration details, and validation results to prevent traffic loss during releases.

MSEService Warm‑upZero‑Loss Deployment
0 likes · 20 min read
Achieving Zero‑Loss Service Deployment with Alibaba Cloud MSE
Alipay Experience Technology
Alipay Experience Technology
Feb 23, 2022 · Cloud Native

How Cloud IDE Transforms Development in a Cloud‑Native Era

This article explores how Ant Group's Cloud IDE leverages cloud‑native architecture to overcome local development limitations, offering on‑demand resources, seamless collaboration, plugin ecosystems, multi‑container isolation, and integrated best‑practice workflows for modern software engineering teams.

Cloud IDEMulti-Containercloud-native
0 likes · 12 min read
How Cloud IDE Transforms Development in a Cloud‑Native Era
MaGe Linux Operations
MaGe Linux Operations
Feb 22, 2022 · Cloud Native

Explore Kubernetes CI/CD Through an Engaging Comic

This article presents a comic series that visually explains Kubernetes fundamentals and demonstrates how to implement continuous integration and continuous delivery pipelines on the platform, offering a concise, illustrated guide for developers and DevOps engineers.

ComicDevOpsci/cd
0 likes · 4 min read
Explore Kubernetes CI/CD Through an Engaging Comic