Tagged articles
226 articles
Page 2 of 3
Top Architect
Top Architect
May 6, 2022 · Cloud Native

Comprehensive Guide to Kubernetes Architecture, Service Discovery, and Load Balancing

This article provides an in‑depth overview of Kubernetes container operations, covering its core components, multi‑center deployment, four‑layer service discovery, pod resource sharing, common CNI plugins, seven‑layer load balancing, isolation dimensions, and network model principles, while also offering interview resources and community links.

CNIPod Architecturecontainer orchestration
0 likes · 13 min read
Comprehensive Guide to Kubernetes Architecture, Service Discovery, and Load Balancing
Baidu Geek Talk
Baidu Geek Talk
Apr 27, 2022 · Cloud Native

Baidu Search Service Compute Management: Architecture, Practices, and Cloud‑Native Techniques

Baidu’s Search Architecture team evolved compute management from static physical‑machine deployment to cloud‑native mixed deployment, employing a governance system that combines elastic containers, Service Mesh, and committee‑driven operations, while leveraging tidal scaling, container tiering, performance‑curve‑based VPA/HPA, and fine‑grained traffic scheduling to deliver cost‑effective, flexible, and performance‑driven resource allocation across both temporal and task‑type dimensions.

Performance Optimizationcloud-nativecompute management
0 likes · 12 min read
Baidu Search Service Compute Management: Architecture, Practices, and Cloud‑Native Techniques
Architecture Digest
Architecture Digest
Apr 25, 2022 · Cloud Native

Kubernetes Architecture Overview and Detailed Components

This article explains the goals, design principles, and detailed components of Kubernetes architecture, covering its control plane, API server, etcd store, scheduler, kubelet, container runtime, and kube-proxy, and summarizes how these parts work together to provide a scalable, portable, and automated container orchestration platform.

Control PlaneKubernetescontainer orchestration
0 likes · 12 min read
Kubernetes Architecture Overview and Detailed Components
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.

Cloud NativeDevOpsKubernetes
0 likes · 17 min read
Master Kubernetes Essentials: Pods, Services, Deployments, and More
ITPUB
ITPUB
Feb 24, 2022 · Cloud Native

Mastering Kubernetes: Core Concepts, Architecture, and Networking Essentials

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

CNIIP addressingKubernetes
0 likes · 14 min read
Mastering Kubernetes: Core Concepts, Architecture, and Networking Essentials
Efficient Ops
Efficient Ops
Feb 17, 2022 · Cloud Native

Demystifying Kubernetes: Architecture, Deployments, and Service Networking

This article provides a concise overview of Kubernetes, covering its master‑node architecture, core components, deployment workflow, pod fundamentals, container orchestration patterns, scaling and rolling updates, as well as internal and external service networking mechanisms.

Cloud NativeDeploymentcontainer orchestration
0 likes · 13 min read
Demystifying Kubernetes: Architecture, Deployments, and Service Networking
MaGe Linux Operations
MaGe Linux Operations
Jan 26, 2022 · Cloud Native

Unlock Kubernetes Essentials: Pods, Services, Deployments, and Beyond

This article introduces Kubernetes—Google's open‑source container orchestration platform—detailing its core concepts such as Pods, Namespaces, Nodes, Services, Volumes, PersistentVolumes, Deployments, StatefulSets, DaemonSets, Ingress, Jobs, HPA, ServiceAccounts, Secrets, ConfigMaps, and ResourceQuotas, providing practical commands and usage notes for each component.

Cloud NativeDevOpsInfrastructure
0 likes · 18 min read
Unlock Kubernetes Essentials: Pods, Services, Deployments, and Beyond
vivo Internet Technology
vivo Internet Technology
Dec 16, 2021 · Cloud Native

vivo Kubernetes Cluster Zero-Downtime Upgrade from v1.10 to v1.17: Practices and Solutions

Vivo’s internet team performed a zero‑downtime, in‑place upgrade of a 1,000‑node Kubernetes cluster from v1.10 to v1.17 by analyzing changelogs, backporting fixes, adjusting kubelet hash validation, adding tolerations, ensuring node labels, and using staged binary rollout, completing the process in roughly ten minutes.

Cloud NativeCluster UpgradeK8s migration
0 likes · 19 min read
vivo Kubernetes Cluster Zero-Downtime Upgrade from v1.10 to v1.17: Practices and Solutions
Architect
Architect
Nov 26, 2021 · Cloud Native

Kubernetes (K8s) Overview: Architecture, Components, Probes, Rolling Updates, Image Policies, and Persistent Storage

This article provides a comprehensive introduction to Kubernetes, covering its origin, master‑node and worker‑node architecture, pod health‑checking probes, rolling‑update controls, image pull policies, service concepts, external access, persistent storage options, label selectors, and common kubectl commands, all illustrated with practical YAML examples.

KubernetesPersistent VolumeProbes
0 likes · 20 min read
Kubernetes (K8s) Overview: Architecture, Components, Probes, Rolling Updates, Image Policies, and Persistent Storage
IT Architects Alliance
IT Architects Alliance
Nov 7, 2021 · Cloud Native

Why Microservices Matter: Core Architecture, Benefits, and Real-World Practices

This article provides a comprehensive overview of microservices, covering its origin, core architectural principles, key characteristics, advantages and drawbacks, suitable organizational contexts, and essential technical components such as service discovery, gateways, configuration centers, monitoring, circuit breaking, and container orchestration.

Microservicesarchitecturecontainer orchestration
0 likes · 17 min read
Why Microservices Matter: Core Architecture, Benefits, and Real-World Practices
Baidu Geek Talk
Baidu Geek Talk
Oct 29, 2021 · Industry Insights

Baidu’s QCon 2021 Highlights: Elastic Scaling, Search Architecture, AI Chips

This article compiles Baidu engineers' QCon 2021 talks, covering micro‑service evolution, large‑scale container elastic scaling, search system elasticity, AI‑chip deployment at massive scale, and cost‑focused monitoring, each with abstracts, outlines and key takeaways for practitioners.

AI chipsCloud NativeMicroservices
0 likes · 11 min read
Baidu’s QCon 2021 Highlights: Elastic Scaling, Search Architecture, AI Chips
IT Architects Alliance
IT Architects Alliance
Sep 17, 2021 · Cloud Native

Why Kubernetes Is the Backbone of Modern Cloud‑Native Architecture

This article provides a comprehensive overview of Kubernetes, covering its core features, resource‑estimation examples, evolution of service deployment models, the relationship between cloud and Kubernetes, cloud‑native principles, and a detailed look at its historical background and architectural components.

Cloud NativeDevOpsKubernetes
0 likes · 11 min read
Why Kubernetes Is the Backbone of Modern Cloud‑Native Architecture
Efficient Ops
Efficient Ops
Sep 14, 2021 · Cloud Native

Master Kubernetes: A Step‑by‑Step Learning Roadmap for Beginners

This comprehensive guide walks beginners through Kubernetes fundamentals, core components, key objects, storage, networking, resource management, security, cluster operations, backup, logging, monitoring, DevOps practices, and deep‑dive techniques, providing a clear learning path and practical tips for effective use.

Cloud NativeDevOpscontainer orchestration
0 likes · 16 min read
Master Kubernetes: A Step‑by‑Step Learning Roadmap for Beginners
Tencent Cloud Developer
Tencent Cloud Developer
Sep 6, 2021 · Cloud Native

From Docker to Kubernetes: A Comprehensive Guide to Containerization Technology

This guide introduces beginners to containerization by explaining Docker’s core components, Linux kernel mechanisms, and networking, then progresses to Kubernetes, detailing its architecture, key objects such as Pods, Deployments, Services, and storage concepts, and how they orchestrate distributed container workloads.

Cloud NativeDockerKubernetes
0 likes · 28 min read
From Docker to Kubernetes: A Comprehensive Guide to Containerization Technology
IT Architects Alliance
IT Architects Alliance
Aug 21, 2021 · Cloud Native

11 Must‑Have Open‑Source Kubernetes Tools to Supercharge Your Cloud‑Native Workflow

This article surveys eleven essential open‑source tools for Kubernetes, grouping them into three categories—running clusters, accelerating feedback loops, and enriching IDE experiences—while explaining each tool’s purpose, key features, and practical usage tips for developers and operators.

Cloud NativeKubernetescontainer orchestration
0 likes · 13 min read
11 Must‑Have Open‑Source Kubernetes Tools to Supercharge Your Cloud‑Native Workflow
MaGe Linux Operations
MaGe Linux Operations
Aug 18, 2021 · Cloud Native

11 Must-Have Open-Source Kubernetes Tools to Boost Your DevOps Workflow

Discover 11 essential open-source Kubernetes tools—ranging from environment setup and feedback loops to IDE extensions—that streamline cluster management, simplify testing, and enhance developer productivity, helping both newcomers and seasoned engineers master cloud-native workflows.

DevOpsKubernetescontainer orchestration
0 likes · 11 min read
11 Must-Have Open-Source Kubernetes Tools to Boost Your DevOps Workflow
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Aug 11, 2021 · Cloud Native

Master Kubernetes: Core Concepts, Architecture, Probes, and Deployment Strategies

This guide explains what Kubernetes is, compares container and host deployments, details the master‑node and worker‑node components, describes pod health‑checking probes and their parameters, outlines rolling‑update controls, image pull policies, restart policies, version rollback commands, label usage, DaemonSet behavior, pod lifecycle, service concepts, and data‑persistence options.

K8s ArchitectureKubernetesPod Probes
0 likes · 19 min read
Master Kubernetes: Core Concepts, Architecture, Probes, and Deployment Strategies
Open Source Linux
Open Source Linux
Aug 8, 2021 · Cloud Native

Unlock the Cloud Native Landscape: A Deep Dive into the CNCF Technology Map

This comprehensive guide walks you through the CNCF cloud‑native panorama, breaking down its four layers—Provisioning, Runtime, Orchestration & Management, and Application Definition—while also covering platform solutions and observability tools, helping engineers choose the right technologies for modern cloud‑native applications.

CNCFKubernetescontainer orchestration
0 likes · 57 min read
Unlock the Cloud Native Landscape: A Deep Dive into the CNCF Technology Map
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 19, 2021 · Cloud Native

Mastering Kubernetes: Core Architecture, Networking, and Service Discovery Explained

This article provides a comprehensive overview of Kubernetes, covering its purpose for container operations, core components, multi‑site high‑availability design, service discovery mechanisms, pod resource sharing, common CNI plugins, layered load balancing, isolation dimensions, network model principles, and IP address classifications.

CNICloud NativeKubernetes
0 likes · 14 min read
Mastering Kubernetes: Core Architecture, Networking, and Service Discovery Explained
Open Source Linux
Open Source Linux
May 30, 2021 · Cloud Native

What Is etcd? Features, Use Cases, and How It Powers Kubernetes

This article explains etcd as a highly available distributed key‑value store, outlines its simple, secure, fast, and reliable characteristics, describes typical scenarios such as service discovery and distributed locking, and then provides a comprehensive overview of Kubernetes architecture, components, deployment methods, security, networking, storage, and operational best practices.

Kubernetescontainer orchestrationetcd
0 likes · 45 min read
What Is etcd? Features, Use Cases, and How It Powers Kubernetes
MaGe Linux Operations
MaGe Linux Operations
May 25, 2021 · Cloud Native

Mastering Kubernetes Architecture: Core Components, Networking, and Scaling

This article provides a comprehensive overview of Kubernetes, covering its core components, container operations, service discovery layers, pod shared resources, common CNI plugins, multi‑layer load balancing, isolation dimensions, network model principles, and various IP address categories for large‑scale deployments.

CNIIP addressingKubernetes
0 likes · 11 min read
Mastering Kubernetes Architecture: Core Components, Networking, and Scaling
IT Architects Alliance
IT Architects Alliance
May 24, 2021 · Cloud Native

What Is Microservices? A Complete Guide to Architecture, Benefits, and Tools

This article provides a comprehensive overview of microservices, explaining their definition, core characteristics, advantages and drawbacks, suitable organizational contexts, and the essential technical components such as service discovery, API gateways, configuration centers, communication protocols, monitoring, circuit breaking, and container orchestration platforms.

Cloud NativeConfiguration CenterMicroservices
0 likes · 19 min read
What Is Microservices? A Complete Guide to Architecture, Benefits, and Tools
Java Interview Crash Guide
Java Interview Crash Guide
May 24, 2021 · Cloud Native

Mastering Kubernetes: Core Concepts, Architecture, Probes, and Best Practices

This comprehensive guide explains what Kubernetes is, its architecture and components, pod health‑checking probes, rolling updates, image pull policies, restart strategies, services, label selectors, DaemonSet, Job, persistent volumes, and the full pod lifecycle, providing clear examples and command‑line snippets for each topic.

KubernetesPersistent VolumeProbes
0 likes · 23 min read
Mastering Kubernetes: Core Concepts, Architecture, Probes, and Best Practices
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
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
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
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
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
Alibaba Cloud Native
Alibaba Cloud Native
Feb 3, 2021 · Cloud Native

How OpenYurt Enables Scalable Cloud‑Native Edge Computing with Kubernetes

OpenYurt, the first non‑intrusive Kubernetes‑based edge computing platform, merges cloud‑native and edge paradigms to address scaling, autonomy, and network challenges, offering unitized management, edge autonomy, cloud‑edge collaboration, seamless conversion, and heterogeneous resource support, with real‑world cases from retail and transportation.

Cloud NativeEdge ComputingKubernetes
0 likes · 14 min read
How OpenYurt Enables Scalable Cloud‑Native Edge Computing with Kubernetes
Programmer DD
Programmer DD
Jan 8, 2021 · Cloud Native

Mastering Kubernetes: From Container Basics to Massive Scale

This article provides a comprehensive overview of Kubernetes, covering its core components, container deployment and scaling, service discovery methods, shared pod resources, common CNI plugins, multi-layer load balancing, isolation dimensions, network model principles, and IP address classifications for large-scale cloud-native deployments.

CNICloud NativeKubernetes
0 likes · 12 min read
Mastering Kubernetes: From Container Basics to Massive Scale
Open Source Linux
Open Source Linux
Jan 6, 2021 · Cloud Native

Unlock Kubernetes: Architecture, Deployments, Pods, and Service Networking

This article provides a concise, step‑by‑step overview of Kubernetes, covering its master‑node architecture, core components, deployment workflow, pod fundamentals, service discovery, networking models, and external access methods for modern cloud‑native applications.

Kubernetescontainer orchestrationservice discovery
0 likes · 10 min read
Unlock Kubernetes: Architecture, Deployments, Pods, and Service Networking
Liangxu Linux
Liangxu Linux
Dec 27, 2020 · Cloud Native

Understanding Kubernetes Architecture: From Master Nodes to Service Discovery

This article provides a comprehensive overview of Kubernetes, covering its master‑node architecture, component roles, deployment workflow, pod fundamentals, orchestration resources, scaling and update strategies, networking basics, and how services enable microservice discovery and external access.

Cloud NativeDeploymentKubernetes
0 likes · 11 min read
Understanding Kubernetes Architecture: From Master Nodes to Service Discovery
MaGe Linux Operations
MaGe Linux Operations
Dec 10, 2020 · Cloud Native

What’s New in Kubernetes v1.20? 42 Enhancements Explained

Kubernetes v1.20, released on December 8, introduces 42 enhancements—including stable storage snapshots, a beta‑stage kubectl debug command, API priority and fairness, IPv4/IPv6 dual‑stack, PID limits, and graceful node shutdown—while deprecating Dockershim and fixing exec probe timeouts, marking a feature‑dense milestone for the cloud‑native ecosystem.

KubernetesNew Featurescontainer orchestration
0 likes · 8 min read
What’s New in Kubernetes v1.20? 42 Enhancements Explained
Tencent Cloud Developer
Tencent Cloud Developer
Nov 3, 2020 · Cloud Native

TKEStack Open Source Governance Model and Development Strategy

The article outlines TKEStack’s evolution into Tencent’s open‑source enterprise container platform, detailing its distinct positioning for multi‑cloud and heterogeneous hardware, its comprehensive governance model—including the Gold Pyramid, Hourglass, and Ecosystem Partner frameworks—and its development strategy, case studies, and future roadmap.

Hardware HeterogeneityKubernetesTKEStack
0 likes · 23 min read
TKEStack Open Source Governance Model and Development Strategy
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Oct 22, 2020 · Cloud Native

Kubernetes Overview, Architecture, and Hands‑On Deployment with Minikube

This article introduces Kubernetes fundamentals, explains its production‑grade nature, container concepts, orchestration features, core architecture, and provides step‑by‑step commands for installing Minikube, creating a cluster, deploying an Nginx application, exposing it as a service, scaling, updating, and deleting the deployment.

DeploymentKubernetesService
0 likes · 16 min read
Kubernetes Overview, Architecture, and Hands‑On Deployment with Minikube
Tencent Cloud Developer
Tencent Cloud Developer
Oct 15, 2020 · Cloud Native

Tencent Donates TencentOS tiny and TKEStack to OpenAtom Open Source Foundation

Tencent has donated its lightweight IoT operating system TencentOS tiny and enterprise container platform TKEStack to the OpenAtom Open Source Foundation, where they will be incubated under open governance to expand the cloud‑native and IoT ecosystems, attract developers, accelerate innovation, and help establish industry standards.

IoT operating systemOpenAtom FoundationTKEStack
0 likes · 6 min read
Tencent Donates TencentOS tiny and TKEStack to OpenAtom Open Source Foundation
MaGe Linux Operations
MaGe Linux Operations
Sep 1, 2020 · Cloud Native

Master Docker Swarm: Core Concepts, Modes, and Essential Commands

This guide explains Docker Swarm's built‑in cluster management, key concepts such as Swarm, Node, Stack, Service, Task, and load balancing, and provides step‑by‑step commands for initializing a Swarm, adding nodes, labeling, deploying stacks, and updating services.

Cloud NativeDeploymentDocker
0 likes · 7 min read
Master Docker Swarm: Core Concepts, Modes, and Essential Commands
Java Architect Essentials
Java Architect Essentials
Aug 18, 2020 · Cloud Native

Kubernetes Introduction: History, Architecture, and Open‑Source Impact

This article provides an overview of Kubernetes, explaining its purpose as an open‑source container orchestration platform, recounting its origins from internal Google discussions in 2013, the influence of Borg, the decision to open‑source it, and its subsequent growth into a widely adopted cloud‑native solution.

Cloud NativeGoogleKubernetes
0 likes · 6 min read
Kubernetes Introduction: History, Architecture, and Open‑Source Impact
ITPUB
ITPUB
Aug 14, 2020 · Cloud Native

Understanding Kubernetes Architecture: From Master Nodes to Service Networking

This article provides a comprehensive overview of Kubernetes, explaining its master‑node architecture, core components, deployment workflow, pod fundamentals, scaling and update strategies, networking layers, and service discovery mechanisms, enabling readers to grasp how container orchestration works in practice.

Cloud NativeDeploymentKubernetes
0 likes · 11 min read
Understanding Kubernetes Architecture: From Master Nodes to Service Networking
Efficient Ops
Efficient Ops
Aug 10, 2020 · Cloud Native

Master Kubernetes: From Architecture to Deployment and Service Mesh

This comprehensive guide explains Kubernetes' architecture, core components, deployment workflow, pod fundamentals, container orchestration patterns, networking model, and service discovery, providing a clear understanding of how containerized applications are managed and accessed in a cloud‑native environment.

DeploymentKubernetesService
0 likes · 12 min read
Master Kubernetes: From Architecture to Deployment and Service Mesh
Efficient Ops
Efficient Ops
Jul 8, 2020 · Cloud Native

Master Kubernetes: Architecture, Deployments, Pods, and Service Networking

This article provides a comprehensive overview of Kubernetes, covering its overall architecture, core components, deployment workflow, pod fundamentals, container orchestration patterns, scaling, updates, networking, and service discovery, enabling readers to grasp how Kubernetes orchestrates containerized micro‑services.

DeploymentKubernetesPod
0 likes · 11 min read
Master Kubernetes: Architecture, Deployments, Pods, and Service Networking
Top Architect
Top Architect
Jul 1, 2020 · Backend Development

Understanding Microservices Architecture: Concepts, Benefits, and Key Components

Microservices, introduced in 2012 and popularized by Martin Fowler, decompose applications into small, independent services that communicate via lightweight protocols, enabling modular development, flexible technology choices, independent deployment, and improved scalability, while also introducing challenges such as distributed data consistency, testing complexity, and operational overhead.

Backend ArchitectureConfiguration ManagementMicroservices
0 likes · 16 min read
Understanding Microservices Architecture: Concepts, Benefits, and Key Components
Cloud Native Technology Community
Cloud Native Technology Community
Jun 29, 2020 · Cloud Native

Kubernetes Dominates Containers: Architecture, Scaling & Best Practices

This comprehensive guide explains why Kubernetes has become the standard container platform, covering its application‑centric architecture, migration challenges, networking and CNI design, control‑plane components, storage solutions including CSI and FlexVolume, image distribution strategies, upgrade and backup procedures, operator patterns, and practical containerization best practices for large‑scale deployments.

CNICSICloud Native
0 likes · 76 min read
Kubernetes Dominates Containers: Architecture, Scaling & Best Practices
Cloud Native Technology Community
Cloud Native Technology Community
Jun 11, 2020 · Cloud Native

How Edge Computing Overcomes Cloud Limits with TKE@edge

This article explains the fundamentals and challenges of edge computing, compares it with centralized cloud, outlines current research hotspots, and details Tencent's TKE@edge solution—including its architecture and key components—that adapts Kubernetes for edge environments.

5GCloud NativeEdge Computing
0 likes · 14 min read
How Edge Computing Overcomes Cloud Limits with TKE@edge
21CTO
21CTO
May 19, 2020 · Cloud Native

Step‑by‑Step Guide: Build a Kubernetes Development Environment on CentOS

This tutorial walks you through setting up a complete Kubernetes development environment on CentOS, covering prerequisite installations, Docker CE setup, kubelet/kubeadm/kubectl configuration, master node initialization, network add‑ons, node joining, and common troubleshooting tips.

CentOSCloud NativeKubernetes
0 likes · 14 min read
Step‑by‑Step Guide: Build a Kubernetes Development Environment on CentOS
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
May 9, 2020 · Cloud Native

Why Kubernetes Is the Ultimate Cloud‑Native Platform and How It Works

This article provides a comprehensive overview of Kubernetes, explaining its core concepts, advantages, key features, typical use cases, and the new capabilities introduced in version 1.18, while also linking to related tutorials and practical deployment guides for building scalable, resilient cloud‑native applications.

Cloud NativeDevOpsKubernetes
0 likes · 16 min read
Why Kubernetes Is the Ultimate Cloud‑Native Platform and How It Works
UCloud Tech
UCloud Tech
Apr 28, 2020 · Cloud Native

How We Built a Highly Available Kubernetes Platform for Multi‑Cluster Deployments

This article explains why Kubernetes was chosen, describes the overall architecture, high‑availability master design, multi‑IDC cluster deployment, logging, monitoring, service exposure, image building, lifecycle hooks, CI/CD, multi‑cluster management, encountered challenges, and future plans for operators and automated scaling.

KubernetesMulti-Clusterci/cd
0 likes · 11 min read
How We Built a Highly Available Kubernetes Platform for Multi‑Cluster Deployments
Alibaba Cloud Native
Alibaba Cloud Native
Mar 18, 2020 · Cloud Native

From Java Monolith to Serverless Kubernetes: Building a Custom Container Orchestration System

This article recounts a developer's journey from a single‑machine Java monolith to a full‑stack container orchestration platform, explaining why Kubernetes was needed, how master‑worker components like kube‑apiserver, scheduler, etcd, kubelet and kube‑proxy work together, and how the design evolves toward a serverless model.

Distributed SystemsKubernetesMaster-Worker Architecture
0 likes · 12 min read
From Java Monolith to Serverless Kubernetes: Building a Custom Container Orchestration System
DevOps Cloud Academy
DevOps Cloud Academy
Mar 18, 2020 · Cloud Native

Overview of Popular Container Orchestration Platforms and Services

This article provides an overview of major container orchestration tools and managed services—including Kubernetes, OpenShift, Docker Swarm, Mesos, GKE, AWS EKS, ECS, Azure AKS, DigitalOcean Kubernetes, and Red Hat OpenShift Online—highlighting their features, origins, and suitability for complex application deployments.

Managed Servicescontainer orchestration
0 likes · 5 min read
Overview of Popular Container Orchestration Platforms and Services
Programmer DD
Programmer DD
Dec 19, 2019 · Backend Development

Why Microservices Matter: Core Principles, Benefits, and Architecture Explained

This article introduces the fundamental concepts of microservices, covering their definition, advantages, design principles, core components such as service discovery, gateways, configuration centers, monitoring, circuit breaking, and container orchestration, while also discussing suitable organizational structures and practical implementation details.

Microservicescontainer orchestrationgateway
0 likes · 21 min read
Why Microservices Matter: Core Principles, Benefits, and Architecture Explained
ITPUB
ITPUB
Dec 12, 2019 · Cloud Native

What Makes Kubernetes Tick? Pods, ReplicationControllers, and Services Explained

The author explores Kubernetes by reading "Kubernetes in Action", uncovering why pods are the smallest deployable unit, how ReplicationControllers maintain desired replica counts, and how Services provide stable access, while emphasizing a problem‑first, think‑first approach to mastering the platform.

DevOpsKubernetesPod
0 likes · 8 min read
What Makes Kubernetes Tick? Pods, ReplicationControllers, and Services Explained
MaGe Linux Operations
MaGe Linux Operations
Dec 11, 2019 · Cloud Native

Demystifying Kubernetes Architecture: From Master to Service

This article explains the core components and data flow of Kubernetes, covering the Master‑Node relationship, APIServer layers, Controller Manager, Scheduler, kubelet, Service and kube‑proxy, and demonstrates deployment with practical Tomcat and MySQL examples using YAML configuration files.

KubernetesMicroservicesService
0 likes · 19 min read
Demystifying Kubernetes Architecture: From Master to Service
Java Captain
Java Captain
Nov 30, 2019 · Cloud Native

Microservices Architecture Overview: Core Concepts, Benefits, and Implementation Details

This article provides a comprehensive overview of microservices, covering its origin, definition, core principles such as small independent services, process isolation, lightweight communication, deployment and management, while discussing advantages, challenges, suitable organizational structures, and key technical components like service discovery, gateways, configuration centers, monitoring, circuit breaking, containers, and orchestration frameworks.

DevOpsDistributed TracingMicroservices
0 likes · 15 min read
Microservices Architecture Overview: Core Concepts, Benefits, and Implementation Details
21CTO
21CTO
Nov 2, 2019 · Cloud Native

How Meituan Scaled Its Container Platform to 30,000 Pods: Lessons from HULK

This article details Meituan's journey from early container adoption to the HULK 2.0 platform, covering architecture, isolation, stability, performance, and promotion challenges, and shares the engineering solutions that enabled over 30,000 containers to run reliably at massive scale.

Image DistributionKubernetesLarge‑Scale Deployment
0 likes · 22 min read
How Meituan Scaled Its Container Platform to 30,000 Pods: Lessons from HULK
ITPUB
ITPUB
Oct 12, 2019 · Cloud Native

Why Kubernetes Leads Container Orchestration: Architecture and Core Components Explained

This article introduces Kubernetes as the leading open‑source container orchestration platform, outlines its primary features, explains its architecture with a diagram, and provides detailed descriptions of core components such as etcd, the API server, scheduler, controller manager, kubelet, and kube‑proxy, including their roles, mechanisms, and common configurations.

Kubernetescomponentscontainer orchestration
0 likes · 12 min read
Why Kubernetes Leads Container Orchestration: Architecture and Core Components Explained
Architects' Tech Alliance
Architects' Tech Alliance
Oct 5, 2019 · Cloud Native

Master Kubernetes: Core Concepts, Architecture, and Hands‑On Demo

This article introduces Kubernetes as an industrial‑grade container orchestration platform, explains its key functions, architecture, core API objects such as Pod, Deployment, Service, and Namespace, and walks through a practical Minikube demo covering scheduling, self‑healing, rolling updates, and horizontal scaling.

Cloud NativeKubernetesarchitecture
0 likes · 20 min read
Master Kubernetes: Core Concepts, Architecture, and Hands‑On Demo
360 Tech Engineering
360 Tech Engineering
Sep 26, 2019 · Cloud Native

Kubernetes Core Concepts, Comparison with Docker Swarm, and Practical Deployment Tips

This article introduces Kubernetes' fundamental components such as Pods, Deployments, Services, compares it with Docker Swarm, shares practical usage of the Wayne dashboard, provides deployment best‑practice notes, and presents performance test results of a self‑built cluster versus bare‑metal Java workloads.

Cloud NativeDocker SwarmKubernetes
0 likes · 12 min read
Kubernetes Core Concepts, Comparison with Docker Swarm, and Practical Deployment Tips
Huajiao Technology
Huajiao Technology
Sep 24, 2019 · Cloud Native

Why Kubernetes Dominates Container Orchestration: Core Concepts, Comparison, and Real‑World Benchmarks

This article introduces Kubernetes’ fundamental building blocks such as Pods, Deployments, Services, compares it with Docker Swarm across scheduling, autoscaling, load balancing and disaster recovery, shares practical deployment experiences using the Wayne management tool, provides self‑build setup tips, and presents benchmark results that contrast k8s clusters with bare‑metal Java workloads.

Cloud NativeDocker SwarmKubernetes
0 likes · 14 min read
Why Kubernetes Dominates Container Orchestration: Core Concepts, Comparison, and Real‑World Benchmarks
Alibaba Cloud Native
Alibaba Cloud Native
Sep 14, 2019 · Cloud Native

Master the 11 Core Components of Kubernetes in Minutes

This article provides a concise, beginner-friendly overview of Kubernetes, covering its origins, key concepts such as Pods, Nodes, Labels, Service Discovery, ReplicaSet, DaemonSet, StatefulSet, Jobs, ConfigMaps, Secrets, Deployments, and Storage, and explains how each component fits into a cloud‑native architecture.

DeploymentsKubernetesPods
0 likes · 10 min read
Master the 11 Core Components of Kubernetes in Minutes
Meituan Technology Team
Meituan Technology Team
Sep 12, 2019 · Cloud Native

Meituan HULK: Cloud‑Native Container Cluster Management and Scheduling Practices

Meituan’s HULK platform evolved from an OpenStack‑based scheduler to a Kubernetes‑native container cluster manager, integrating service governance, release, CMDB, and monitoring to automate VM‑to‑container migration, improve resource utilization, and deliver elastic, policy‑driven scheduling and scaling with reduced troubleshooting time and higher SLA compliance.

Cloud NativeCluster SchedulingKubernetes
0 likes · 13 min read
Meituan HULK: Cloud‑Native Container Cluster Management and Scheduling Practices
Tencent Cloud Developer
Tencent Cloud Developer
Aug 6, 2019 · Cloud Computing

Tencent Cloud AIoT Product: Edge AI Capabilities and Cloud-Edge Collaboration Architecture

Tencent Cloud’s AIoT solution combines edge AI processing with a cloud‑edge collaboration framework, using container‑orchestrated microservices, AI chips and IoT connectivity to cut latency to milliseconds, lower bandwidth by sending only structured data, and enable real‑time applications such as smart retail, manufacturing, agriculture and building security.

AIoTDeep LearningEdge Computing
0 likes · 28 min read
Tencent Cloud AIoT Product: Edge AI Capabilities and Cloud-Edge Collaboration Architecture
21CTO
21CTO
Jul 22, 2019 · Cloud Native

Understanding Kubernetes v1.0: The Comic Guide to the Cloud Native Revolution

Released on July 21, 2015, Kubernetes v1.0 marked a pivotal moment in cloud-native computing, quickly becoming a foundational open‑source platform adopted by companies worldwide, and this article uses a comic strip to illustrate its core concepts and significance.

DevOpscontainer orchestrationopen source
0 likes · 4 min read
Understanding Kubernetes v1.0: The Comic Guide to the Cloud Native Revolution
NetEase Media Technology Team
NetEase Media Technology Team
Jun 20, 2019 · Cloud Native

Deep Dive into Docker and Kubernetes Resource Management Using Linux Namespaces and Cgroups

The article explains how Docker and Kubernetes use Linux namespaces to isolate processes, network, IPC, mounts, UTS and users, and employ cgroups to enforce CPU, memory and I/O limits, detailing Docker’s architecture, Kubernetes’s millicore‑based resource model, QoS classes, and the hierarchical pod‑level cgroup structure.

Cloud NativeDockerKubernetes
0 likes · 41 min read
Deep Dive into Docker and Kubernetes Resource Management Using Linux Namespaces and Cgroups
dbaplus Community
dbaplus Community
May 18, 2019 · Cloud Native

Why Kubernetes Is the Bedrock of Cloud‑Native and How to Adopt It

This article explains Kubernetes' origins, its pivotal role in the cloud‑native ecosystem, practical steps for migrating legacy applications, common operational challenges, and emerging trends such as service mesh, serverless, and data‑service integration.

Cloud NativeDevOpsKubernetes
0 likes · 11 min read
Why Kubernetes Is the Bedrock of Cloud‑Native and How to Adopt It
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 27, 2019 · Cloud Native

Why Kubernetes Became the Backbone of Modern Cloud Native Architecture

This article introduces Kubernetes from a beginner’s perspective, covering its historical background, core design principles, architecture components such as Master and Node, key concepts like declarative APIs, containers, Pods, Services, and demonstrates how to create clusters, deploy, scale, and update applications, while also highlighting its role in cloud‑native environments.

DevOpsInfrastructureKubernetes
0 likes · 15 min read
Why Kubernetes Became the Backbone of Modern Cloud Native Architecture
Architects' Tech Alliance
Architects' Tech Alliance
Feb 19, 2019 · Cloud Native

From Shipping Containers to Docker: A Comprehensive Introduction to Containers and Their Management Platforms

This article explains how container technology, inspired by physical shipping containers, provides lightweight, standardized, and portable application packaging, details the underlying Linux namespace and cgroup mechanisms, compares containers with virtual machines, and introduces major orchestration platforms such as Kubernetes, Mesos, and Swarm along with their key features and challenges.

ContainersDevOpsDocker
0 likes · 15 min read
From Shipping Containers to Docker: A Comprehensive Introduction to Containers and Their Management Platforms
JD Tech
JD Tech
Jan 17, 2019 · Operations

Technical Overview of JD's Archimedes Resource Scheduling System

The article presents a detailed technical analysis of JD's Archimedes project, describing its evolution from JDOS 2.0 to a large‑scale container scheduling platform that dramatically improves resource utilization, deployment speed, and cost efficiency across JD’s data centers.

AIBig DataJD
0 likes · 6 min read
Technical Overview of JD's Archimedes Resource Scheduling System
Manbang Technology Team
Manbang Technology Team
Dec 27, 2018 · Cloud Native

Cloud‑Native Infrastructure Practices at Manbang Group’s HuoCheBang

This article outlines Manbang Group’s HuoCheBang migration to cloud‑native architecture, detailing the unified monitoring platform Galileo, the Kubernetes‑based container cloud Planck, the microservice environment Newton, and the DevOps platform Solvay that together enable scalable, observable, and efficient service delivery.

DevOpsInfrastructurecontainer orchestration
0 likes · 5 min read
Cloud‑Native Infrastructure Practices at Manbang Group’s HuoCheBang
Tencent Cloud Developer
Tencent Cloud Developer
Dec 7, 2018 · Cloud Native

29 Top Tools for Building Microservices on All Levels

The article surveys thirty‑nine essential open‑source tools for constructing microservices—from API management, messaging, and monitoring to Kubernetes orchestration, programming languages, frameworks, and serverless platforms—highlighting how each solution supports communication, scalability, and rapid development across enterprise, government, education, and charitable applications.

API ManagementKubernetesMessage Queue
0 likes · 13 min read
29 Top Tools for Building Microservices on All Levels
Architects' Tech Alliance
Architects' Tech Alliance
Oct 16, 2018 · Cloud Native

What Is Kubernetes? A Complete Overview of Its Architecture and Benefits

This article provides a comprehensive overview of Kubernetes, explaining its purpose as an open‑source platform for automating container deployment, scaling, and management, detailing its advantages over traditional VM approaches, and outlining the core features, capabilities, and limitations of the system.

Cloud NativeDevOpsKubernetes
0 likes · 10 min read
What Is Kubernetes? A Complete Overview of Its Architecture and Benefits
Alibaba Cloud Native
Alibaba Cloud Native
Sep 30, 2018 · Cloud Native

Why Kubernetes Dominates Container Orchestration: Design, Architecture, and Core Concepts

This article explains how Kubernetes evolved from Google’s Borg research to become the leading cloud‑native container orchestration platform, detailing its master‑node architecture, core components such as kubelet and CRI, the role of Pods, Services, Deployments, and the declarative API model that enables scalable, flexible workload management.

BorgDeclarative APIDeployment
0 likes · 18 min read
Why Kubernetes Dominates Container Orchestration: Design, Architecture, and Core Concepts
Tongcheng Travel Technology Center
Tongcheng Travel Technology Center
Sep 26, 2018 · Databases

Design and Implementation of the Thor System for Containerized Management of TiDB

This article describes the challenges of scaling MySQL workloads, introduces TiDB’s distributed architecture, and details the Thor system’s container‑orchestrated design—including scheduling, cluster and database management, data synchronization with Hamal, and integrated monitoring and alerting—to achieve efficient, automated operation of large‑scale TiDB clusters.

TiDBcontainer orchestrationdistributed database
0 likes · 9 min read
Design and Implementation of the Thor System for Containerized Management of TiDB
Alibaba Cloud Native
Alibaba Cloud Native
Aug 21, 2018 · Cloud Native

Inside Alibaba’s Sigma: How a Cloud‑Native Scheduler Powers 280× Double‑11 Growth

The article details Alibaba’s Sigma scheduling and cluster management platform—its three‑layer architecture, data and state consistency strategies, real‑world case studies, Go‑based redesign, integration with Kubernetes APIs, and lessons on concurrency, high availability, and pod dispersion for massive Double 11 traffic.

GoKubernetesScheduler
0 likes · 20 min read
Inside Alibaba’s Sigma: How a Cloud‑Native Scheduler Powers 280× Double‑11 Growth
JD Retail Technology
JD Retail Technology
Jul 20, 2018 · Cloud Native

How JD Built the World’s Largest Kubernetes Cluster to Support Trillion‑Scale E‑commerce Transactions

The article describes JD’s experience of redesigning Kubernetes at massive scale, detailing the JDOS2.0 platform, custom DNS and load‑balancing, the Archimedes scheduler, API and controller optimizations, and operational lessons learned from running tens of thousands of nodes in production.

JDOSKubernetesLarge-Scale Clusters
0 likes · 16 min read
How JD Built the World’s Largest Kubernetes Cluster to Support Trillion‑Scale E‑commerce Transactions
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 26, 2018 · Operations

How Scheduling Algorithms Power Efficient Data Center Resource Management

Scheduling algorithms are a crucial component of cluster resource management systems, determining where containerized tasks run to ensure resource needs, high availability, fault tolerance, and cost efficiency across individual containers, applications, and entire data centers, while also supporting Alibaba’s global scheduling challenge.

Cluster ManagementData centeralgorithm competition
0 likes · 10 min read
How Scheduling Algorithms Power Efficient Data Center Resource Management
Efficient Ops
Efficient Ops
Jun 14, 2018 · Cloud Native

Understanding Kubernetes: Core Concepts Explained Through Q&A

This article provides a concise, question‑driven overview of Kubernetes, covering the roles of master and worker nodes, pod scheduling, data storage with etcd, service exposure, dynamic scaling, and how the various control‑plane components collaborate to manage a distributed container cluster.

Cloud NativeKubernetesPods
0 likes · 9 min read
Understanding Kubernetes: Core Concepts Explained Through Q&A
Java High-Performance Architecture
Java High-Performance Architecture
May 20, 2018 · Cloud Native

What Is Kubernetes? Core Concepts Explained for Beginners

An overview of Kubernetes introduces its role as a container orchestration engine, highlights self‑healing and zero‑downtime deployment, and explains key components such as kubectl, master and worker nodes, pods, deployments, services, secrets, and how they work together in a cloud‑native environment.

DeploymentKubernetesPods
0 likes · 5 min read
What Is Kubernetes? Core Concepts Explained for Beginners
21CTO
21CTO
Apr 16, 2018 · Cloud Native

How AWS Fargate Is Redefining Cloud‑Native Container Deployment

This article explains how AWS Fargate eliminates the need for traditional container orchestration by providing a serverless, pay‑as‑you‑go platform that integrates with Amazon VPC, Auto Scaling, ELB, IAM and compliance standards, reshaping the way developers build and run cloud‑native applications.

AWSAWS FargateCloud Native
0 likes · 12 min read
How AWS Fargate Is Redefining Cloud‑Native Container Deployment
360 Tech Engineering
360 Tech Engineering
Apr 11, 2018 · Cloud Native

Understanding Kubernetes Architecture and Custom Controllers: A Practical Guide

This article from the 360 Qihu operations team explains Kubernetes' architecture, core components, and the three‑step registration‑watch‑action process, while also detailing custom load‑balancer and log‑collection controllers they built for HULK deployments, offering insights for developers and operators.

Cloud NativeCustom ControllersKubernetes
0 likes · 11 min read
Understanding Kubernetes Architecture and Custom Controllers: A Practical Guide
MaGe Linux Operations
MaGe Linux Operations
Apr 3, 2018 · Cloud Native

Why Kubernetes Is the Hidden Backbone Shaping the Future of Cloud Computing

This article explores how Kubernetes has emerged as the dominant container‑orchestration platform, evolving into a low‑level, multi‑cloud standard that creates network effects for distributed tools, reshapes vendor offerings, drives new business models such as Helm‑based package management and serverless functions, and hints at a future where Kubernetes is as invisible as the OS kernel.

Cloud NativeKubernetesServerless
0 likes · 26 min read
Why Kubernetes Is the Hidden Backbone Shaping the Future of Cloud Computing
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 8, 2018 · Operations

How Cainiao Ark’s Elastic Scheduling Boosts Resource Efficiency and Cuts Costs

This article explains why Cainiao needed an elastic scheduling system, how its unique business and technical characteristics make it ideal for such a solution, and details the architecture, decision‑making layers, strategies, and real‑world results that together improve resource utilization, stability, and cost efficiency.

Auto ScalingCainiao ArkResource Management
0 likes · 27 min read
How Cainiao Ark’s Elastic Scheduling Boosts Resource Efficiency and Cuts Costs
Alibaba Cloud Developer
Alibaba Cloud Developer
Mar 5, 2018 · Operations

Boosting Test Environment Stability: Automated Container Replacement & Buffer Pools

This article analyzes the instability of Alibaba's test environment container provisioning, identifies root causes, and presents a comprehensive solution—including automatic container replacement, a buffer pool, and resource‑pool rationalization—that raised the container success rate to 99.9% and stabilized performance.

Operationsbuffer poolcontainer orchestration
0 likes · 9 min read
Boosting Test Environment Stability: Automated Container Replacement & Buffer Pools