Tag

Container Orchestration

0 views collected around this technical thread.

Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 11, 2025 · Cloud Native

Master Kubernetes Architecture: From Master Nodes to Pods Explained

This article provides a comprehensive overview of Kubernetes architecture, detailing the control plane components, worker node services, and the end‑to‑end workflow that enables automated deployment, scaling, and management of containerised applications in cloud‑native environments.

Container OrchestrationDevOpsKubernetes
0 likes · 5 min read
Master Kubernetes Architecture: From Master Nodes to Pods Explained
Raymond Ops
Raymond Ops
Apr 27, 2025 · Cloud Native

Master Docker Compose: Install, Write YAML, and Deploy WordPress & Nginx

This guide walks you through installing Docker Compose, crafting correct YAML files for WordPress and Nginx services, and using Docker Compose commands to launch, manage, and remove containers, highlighting key syntax rules such as quoting strings and avoiding tabs.

Container OrchestrationDockerDocker Compose
0 likes · 4 min read
Master Docker Compose: Install, Write YAML, and Deploy WordPress & Nginx
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Apr 17, 2025 · Cloud Native

Kubernetes Architecture and Core Principles Explained

This article provides a comprehensive overview of Kubernetes, covering its cloud‑native architecture, core components such as API Server, Scheduler, Controller Manager, etcd, kubelet and kube‑proxy, and explains the workflow that enables automated deployment, scaling and management of containerized applications.

Container OrchestrationDevOpsKubernetes
0 likes · 6 min read
Kubernetes Architecture and Core Principles Explained
IT Architects Alliance
IT Architects Alliance
Jan 22, 2025 · Cloud Native

Kubernetes in the Cloud‑Native Era: Architecture, Core Components, and Practical Practices

This article introduces Kubernetes as the cornerstone of cloud‑native architecture, explains its control‑plane and node components, demonstrates practical tasks such as namespace isolation, custom scheduling, and persistent storage with code examples, and showcases real‑world success cases across industries.

Container Orchestration
0 likes · 12 min read
Kubernetes in the Cloud‑Native Era: Architecture, Core Components, and Practical Practices
Code Mala Tang
Code Mala Tang
Nov 12, 2024 · Cloud Native

Master Docker Compose: Quick Setup, YAML Basics, and Advanced Tips

Docker Compose, Docker’s official orchestration tool, lets you define and run multi‑container applications via a simple YAML file, covering its history, installation, service definitions, essential CLI commands, and advanced features like environment variables, scaling, and network configuration to streamline development, testing, and production workflows.

CLI commandsContainer OrchestrationDocker
0 likes · 6 min read
Master Docker Compose: Quick Setup, YAML Basics, and Advanced Tips
ByteDance SYS Tech
ByteDance SYS Tech
Aug 12, 2024 · Cloud Native

How mGPU Enables Efficient GPU Sharing for AI Workloads

This article explains the mGPU solution that virtualizes NVIDIA GPUs for containers, detailing its driver architecture, compute and memory isolation mechanisms, performance benchmarks on ResNet‑50 inference, and how it boosts GPU utilization by over 50% for AI and high‑performance computing tasks.

AI accelerationContainer OrchestrationGPU sharing
0 likes · 10 min read
How mGPU Enables Efficient GPU Sharing for AI Workloads
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Aug 8, 2024 · Cloud Native

Understanding Kubernetes (K8S) Architecture and Core Components

This article provides a comprehensive overview of Kubernetes, detailing its cloud‑native architecture, the roles of Master and Node components, key services such as API Server, etcd, Controller Manager, Scheduler, as well as node‑level elements like Kubelet, container runtimes, and Kube‑Proxy, while also offering practical code examples and resource links.

Container OrchestrationKubernetesMaster Node
0 likes · 9 min read
Understanding Kubernetes (K8S) Architecture and Core Components
DevOps
DevOps
Jul 30, 2024 · Cloud Native

Essential kubectl Commands for DevOps Engineers

This guide introduces the most important and frequently used kubectl commands, explaining how to retrieve version information, manage clusters, list resources, apply configurations, scale deployments, expose services, and debug pods, enabling DevOps engineers to efficiently control Kubernetes environments.

CLIContainer OrchestrationDevOps
0 likes · 13 min read
Essential kubectl Commands for DevOps Engineers
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 30, 2024 · Cloud Native

Unveiling Kubernetes: Inside the Cosmic Architecture Powering Cloud Native Apps

Amid the digital transformation era, Kubernetes has become essential for modern cloud computing, and this article demystifies its inner workings by detailing its master and node components, service discovery, storage orchestration, networking, high availability, flexible resource management, and thriving ecosystem.

Container OrchestrationKubernetesarchitecture
0 likes · 5 min read
Unveiling Kubernetes: Inside the Cosmic Architecture Powering Cloud Native Apps
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
May 14, 2024 · Cloud Native

Comprehensive Overview of Kubernetes (K8S) Architecture and Core Components

This article provides a detailed introduction to Kubernetes (K8S), explaining its four main problem areas, the master‑node architecture, key master and node components, networking modules, and the relationship between K8S and Docker, while also offering additional resource links.

Container OrchestrationK8sKubernetes
0 likes · 8 min read
Comprehensive Overview of Kubernetes (K8S) Architecture and Core Components
DevOps Operations Practice
DevOps Operations Practice
Apr 24, 2024 · Cloud Native

What Is K3s and How Does It Differ from Kubernetes (K8s)

K3s is a CNCF‑certified lightweight Kubernetes distribution designed for edge, IoT and developer environments, offering faster installation, lower resource usage, and simplified management, and the article compares its scale, deployment, resource consumption, and ecosystem with full‑size Kubernetes to help choose the appropriate solution.

Container OrchestrationEdge ComputingK3S
0 likes · 4 min read
What Is K3s and How Does It Differ from Kubernetes (K8s)
Efficient Ops
Efficient Ops
Apr 15, 2024 · Cloud Native

Do You Really Need Kubernetes? Real‑World Opinions and Practical Insights

This article compiles several Zhihu contributors' perspectives on adopting Kubernetes, weighing cost, operational benefits, potential pitfalls, and practical command‑line examples to help developers decide whether container orchestration truly fits their projects.

Container OrchestrationDevOpsKubernetes
0 likes · 9 min read
Do You Really Need Kubernetes? Real‑World Opinions and Practical Insights
Efficient Ops
Efficient Ops
Apr 9, 2024 · Cloud Native

Mastering Kubernetes: From Container Operations to Advanced Networking

This article provides a comprehensive overview of Kubernetes, covering its core container‑operation capabilities, component architecture, two‑site three‑center design, multi‑layer service discovery, pod shared resources, common CNI plugins, layered load balancing, isolation dimensions, network model principles, and IP address classifications.

CNIContainer OrchestrationKubernetes
0 likes · 14 min read
Mastering Kubernetes: From Container Operations to Advanced Networking
IT Services Circle
IT Services Circle
Apr 8, 2024 · Cloud Native

Understanding Docker: Architecture, Images, Containers, Compose, Swarm and Their Relationship to Kubernetes

This article explains Docker's core concepts—including images, containers, Dockerfile, registries, and the client‑server architecture—while also covering Docker Compose, Docker Swarm, and how they relate to Kubernetes, providing a concise yet comprehensive overview of containerization and its role in modern cloud‑native development.

Container OrchestrationDevOpsDocker
0 likes · 15 min read
Understanding Docker: Architecture, Images, Containers, Compose, Swarm and Their Relationship to Kubernetes
IT Services Circle
IT Services Circle
Mar 26, 2024 · Cloud Native

Understanding Kubernetes: Architecture, Components, and Deployment Workflow

This article explains how Kubernetes serves as a middle layer between applications and servers, detailing its control plane and node components, the role of pods, containers, and the deployment process using YAML and kubectl, and how it simplifies scaling, restarting, and service access.

Container OrchestrationDeploymentDevOps
0 likes · 10 min read
Understanding Kubernetes: Architecture, Components, and Deployment Workflow
Architect
Architect
Mar 14, 2024 · Cloud Native

Understanding Kubernetes: Architecture, Core Components, and Deployment Workflow

This article explains how Kubernetes serves as a cloud‑native middle layer that abstracts servers and application services, detailing its control‑plane and node components, the role of pods, containers, and the kubectl tool, and walks through a typical service deployment and request flow.

Container OrchestrationDeploymentKubernetes
0 likes · 10 min read
Understanding Kubernetes: Architecture, Core Components, and Deployment Workflow
Selected Java Interview Questions
Selected Java Interview Questions
Mar 14, 2024 · Cloud Native

Comprehensive Guide to Kubernetes Fundamentals, Networking, Security, and Best Practices

This article provides an extensive overview of Kubernetes, covering its core architecture, pod IP design, environment setup, networking models, plugins, security measures, backup strategies, monitoring solutions, Helm usage, gray releases, service mesh concepts, and CI/CD pipeline implementation, offering practical insights for developers and operators.

Container OrchestrationKubernetesMonitoring
0 likes · 32 min read
Comprehensive Guide to Kubernetes Fundamentals, Networking, Security, and Best Practices
vivo Internet Technology
vivo Internet Technology
Feb 28, 2024 · Cloud Native

vivo's Online-Offline Co-location Technology Practice: Data Center Resource Optimization

Vivo’s online‑offline co‑location platform consolidates latency‑sensitive online services and batch offline workloads on shared Kubernetes nodes, using differentiated resource views, priority‑based QoS, and safety watermarks to boost CPU utilization from 13 % to 25 %, adding 20 000 cores and 50 TB memory for peak‑hour offline tasks.

Container OrchestrationDevOpsKubernetes
0 likes · 17 min read
vivo's Online-Offline Co-location Technology Practice: Data Center Resource Optimization
vivo Internet Technology
vivo Internet Technology
Dec 27, 2023 · Cloud Native

vivo Joins CNCF Cloud Native Computing Foundation: Cloud Native Adoption and Practice

vivo has officially joined the CNCF to accelerate its internal cloud‑native adoption—leveraging Kubernetes, Helm, Harbor and other open‑source tools to build a robust container platform, enhance business delivery, share knowledge with the global community, contribute to CNCF projects, and continue advancing micro‑services and containerization.

CNCFContainer OrchestrationKubernetes
0 likes · 6 min read
vivo Joins CNCF Cloud Native Computing Foundation: Cloud Native Adoption and Practice