Tagged articles
103 articles
Page 1 of 2
MaGe Linux Operations
MaGe Linux Operations
May 16, 2026 · Cloud Native

Why Pods Are the Most Powerful Unit in Kubernetes – A Deep Dive

This article provides a comprehensive, step‑by‑step analysis of Kubernetes Pods, covering their design as a shared‑namespace container group, the role of the pause (infra) container, creation flow, lifecycle phases, resource requests and limits, QoS classes, scheduling mechanics, volume types, and detailed troubleshooting techniques with concrete command‑line examples.

KubernetesNamespacePod
0 likes · 30 min read
Why Pods Are the Most Powerful Unit in Kubernetes – A Deep Dive
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2026 · Cloud Native

Kubernetes Service Connectivity Issues? A Step‑by‑Step Guide from Pods to Services to Ingress

This article provides a systematic, layer‑by‑layer troubleshooting guide for Kubernetes service connectivity problems, covering pod health, service and endpoint configuration, kube‑proxy rules, CNI plugins, Ingress controllers, DNS resolution, and NetworkPolicy, with concrete commands, examples, and preventive scripts.

IngressKubernetesPod
0 likes · 39 min read
Kubernetes Service Connectivity Issues? A Step‑by‑Step Guide from Pods to Services to Ingress
java1234
java1234
Apr 2, 2026 · Cloud Native

How a Simple Analogy Clarified Docker and Kubernetes Core Concepts

An image is a static snapshot of an OS, runtime and code; a container runs that snapshot, while Dockerfile and docker‑compose define how to build and orchestrate images. Pods group containers for shared resources, and Kubernetes schedules, scales, heals, networks and stores them, enabling true “run anywhere” deployment.

Cloud NativeContainersDocker
0 likes · 6 min read
How a Simple Analogy Clarified Docker and Kubernetes Core Concepts
MaGe Linux Operations
MaGe Linux Operations
Mar 16, 2026 · Operations

Kubernetes Pod Troubleshooting Guide: Diagnose CrashLoopBackOff, OOMKilled & More

A comprehensive, step‑by‑step guide for SREs and DevOps engineers to diagnose and resolve common Kubernetes pod issues—including CrashLoopBackOff, OOMKilled, ImagePullBackOff, Pending, Evicted, and Terminating—by leveraging pod lifecycle knowledge, kubectl commands, logs, events, node inspection, scripts, real‑world case studies, and monitoring best practices.

DevOpsKubernetesPod
0 likes · 55 min read
Kubernetes Pod Troubleshooting Guide: Diagnose CrashLoopBackOff, OOMKilled & More
Raymond Ops
Raymond Ops
Mar 7, 2026 · Cloud Native

Master Kubernetes Troubleshooting: From Pod Crashes to Network Failures

This comprehensive guide walks you through Kubernetes fault‑tolerance by covering core components, classifying six major failure types, presenting a three‑step troubleshooting methodology, and detailing six real‑world case studies with commands, manifests, monitoring setups and preventive best practices.

Podnetworkstorage
0 likes · 36 min read
Master Kubernetes Troubleshooting: From Pod Crashes to Network Failures
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Feb 1, 2026 · Cloud Native

Master Kubernetes Liveness Probes: When, Why, and How to Use Them

This article provides a comprehensive guide to Kubernetes Liveness Probes, explaining their purpose, the three probe types (HTTP GET, TCP Socket, Exec), how they differ from Readiness and Startup probes, practical YAML examples, verification steps, common pitfalls, troubleshooting tips, and best‑practice recommendations for improving pod stability and self‑healing.

Cloud NativeKubernetesLiveness Probe
0 likes · 10 min read
Master Kubernetes Liveness Probes: When, Why, and How to Use Them
Raymond Ops
Raymond Ops
Sep 3, 2025 · Cloud Native

Master Essential k8s Pod Commands and Real-World Scenarios

This guide presents the most frequently used Kubernetes pod management commands, demonstrates practical examples of network sharing and shared storage with complete YAML configurations, walks through verification steps, and explains each field in a pod definition to help operators master pod operations.

KubernetesPodYAML
0 likes · 18 min read
Master Essential k8s Pod Commands and Real-World Scenarios
Alibaba Cloud Big Data AI Platform
Alibaba Cloud Big Data AI Platform
Aug 6, 2025 · Cloud Native

Demystifying Kubernetes Pods: From YAML to Full Lifecycle

This article walks through the complete structure of a Kubernetes Pod—covering its Resource, Object, Spec, and Status sections, the corresponding REST API paths, metadata fields, lifecycle phases, scheduling strategies, and status reporting—providing a clear, step‑by‑step guide for both beginners and experienced users.

Cloud NativePodResource Orchestration
0 likes · 15 min read
Demystifying Kubernetes Pods: From YAML to Full Lifecycle
Raymond Ops
Raymond Ops
Jun 19, 2025 · Operations

Master Kubernetes Cluster Management: Essential kubectl Commands Explained

This guide walks you through essential kubectl commands for viewing cluster status, inspecting resources, creating and modifying objects, labeling, annotating, and launching pods, providing practical examples and command syntax to help you manage Kubernetes clusters effectively.

Cluster ManagementDevOpsPod
0 likes · 14 min read
Master Kubernetes Cluster Management: Essential kubectl Commands Explained
MaGe Linux Operations
MaGe Linux Operations
Jun 9, 2025 · Operations

Essential Kubernetes Troubleshooting Checklist for Ops Engineers

This guide provides Kubernetes operators with a comprehensive, step‑by‑step troubleshooting manual covering pod, node, and cluster‑level issues, common pod states, exit‑code analysis, and practical commands such as kubectl describe, logs, top, and drain, enabling rapid diagnosis and resolution of K8s problems.

KubernetesNodeOperations
0 likes · 10 min read
Essential Kubernetes Troubleshooting Checklist for Ops Engineers
Ops Development Stories
Ops Development Stories
Mar 10, 2025 · Cloud Native

What Are Kubernetes Core Components and How Do They Work?

This article provides a comprehensive overview of Kubernetes fundamentals, covering core control‑plane and node components, key object differences such as Pod vs Deployment, Service types, ConfigMap vs Secret, scheduling, health checks, scaling, security, storage, and troubleshooting techniques.

Cloud NativeContainersDeployment
0 likes · 19 min read
What Are Kubernetes Core Components and How Do They Work?
MaGe Linux Operations
MaGe Linux Operations
Sep 20, 2024 · Cloud Native

Master Kubernetes: From Pods to Deployments and Seamless Scaling

This comprehensive guide walks you through the origins, architecture, core components, and practical workflows of Kubernetes, explaining how Pods and Deployments work together, how the control plane orchestrates resources, and how to create, manage, and troubleshoot containerized applications at scale.

Cloud NativeDeploymentKubernetes
0 likes · 44 min read
Master Kubernetes: From Pods to Deployments and Seamless Scaling
Go Programming World
Go Programming World
Aug 12, 2024 · Cloud Native

Setting /dev/shm Size for Kubernetes Pods: A Production Troubleshooting Guide

During a production deployment of large language model training on Kubernetes, a pod failed due to insufficient /dev/shm shared memory; the article details the root cause, explores missing pod spec parameters, and presents a complete solution using an emptyDir volume with medium: Memory and sizeLimit to configure shared memory.

KubernetesPodemptyDir
0 likes · 11 min read
Setting /dev/shm Size for Kubernetes Pods: A Production Troubleshooting Guide
DevOps Cloud Academy
DevOps Cloud Academy
Feb 16, 2024 · Cloud Native

Configuring a Kubernetes Pod as a Jenkins Agent

This guide explains how to set up a Kubernetes pod to act as a Jenkins agent, covering prerequisites, deployment YAML, commands to launch and verify the pod and service, and the Jenkins UI configuration needed to connect the pod as a scalable CI/CD worker.

Cloud NativeJenkinsKubernetes
0 likes · 5 min read
Configuring a Kubernetes Pod as a Jenkins Agent
Efficient Ops
Efficient Ops
Jan 3, 2024 · Cloud Native

Master Kubernetes Basics: Understanding Pods, Nodes, and Cluster Resources

This article provides a concise, practical guide to Kubernetes fundamentals, covering pod creation, the essential compute‑network‑storage resources, cluster components, native objects like Deployments and StatefulSets, and the trade‑offs of standardization, elasticity, and extensibility.

Cloud NativeClusterDevOps
0 likes · 15 min read
Master Kubernetes Basics: Understanding Pods, Nodes, and Cluster Resources
System Architect Go
System Architect Go
Dec 23, 2023 · Cloud Native

What Happens Inside Kubernetes When You Create a Deployment?

This article walks through the complete Kubernetes workflow from a user‑submitted Deployment request to the creation and scheduling of the resulting Pod, detailing the roles of the control‑plane components, node services, admission webhooks, and the various plugins involved.

Cloud NativeControl PlaneDeployment
0 likes · 7 min read
What Happens Inside Kubernetes When You Create a Deployment?
dbaplus Community
dbaplus Community
Nov 16, 2023 · Cloud Native

Master Kubernetes Troubleshooting: From Pod Failures to DNS Issues

This guide walks through a systematic approach to diagnosing Kubernetes problems, covering pod startup failures, cluster health checks, event logs, pod status, network and storage verification, container logs, DNS service checks, and provides practical commands and tips for each step.

ClusterDNSKubernetes
0 likes · 10 min read
Master Kubernetes Troubleshooting: From Pod Failures to DNS Issues
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2023 · Operations

Debug Kubernetes Pods Without Restart Using Ephemeral Containers

This guide explains why exec‑based pod debugging is limited and demonstrates how to use Kubernetes ephemeral containers to troubleshoot network issues, trace processes, and debug nodes without restarting the pod, including step‑by‑step commands and code examples.

Ephemeral ContainersKubernetesPod
0 likes · 7 min read
Debug Kubernetes Pods Without Restart Using Ephemeral Containers
Alibaba Cloud Native
Alibaba Cloud Native
Jul 16, 2023 · Cloud Native

Why Pods Suddenly Fail with “Address not available” and How to Fix It

When a Kubernetes pod that previously created connections stops working and reports “Address not available”, the root cause is often exhaustion of the kernel’s random port range, which can be resolved by adjusting net.ipv4.ip_local_port_range and aligning it with ServiceNodePortRange settings.

Cloud NativeEADDRNOTAVAILKubernetes
0 likes · 12 min read
Why Pods Suddenly Fail with “Address not available” and How to Fix It
MaGe Linux Operations
MaGe Linux Operations
Apr 30, 2023 · Cloud Native

Master Kubernetes Essentials: kube-proxy, Pods, Deployments, Services & More

This article explains key Kubernetes concepts—including the kube-proxy IPVS mode versus iptables, static Pods, Pod lifecycle states, Pod creation workflow, restart policies, health probes, scheduling strategies, init containers, Deployment upgrade processes and strategies, DaemonSet characteristics, Horizontal Pod Autoscaling, Service types and load‑balancing, headless Services, external access methods, Ingress routing, image pull policies, and load‑balancer options—providing a comprehensive overview for cloud‑native practitioners.

Cloud NativeDeploymentIngress
0 likes · 16 min read
Master Kubernetes Essentials: kube-proxy, Pods, Deployments, Services & More
IT Architects Alliance
IT Architects Alliance
Feb 6, 2023 · Cloud Native

What Is Kubernetes and Why Is It Hard to Get Started?

This article introduces Kubernetes as a Google‑originated container‑based distributed cluster management system, explaining its architecture, core components such as Master, Nodes, Pods, Services, etcd, and detailing how communication, scheduling, storage, external access, scaling, and controller coordination work together.

Cloud NativeDistributed SystemsKubernetes
0 likes · 8 min read
What Is Kubernetes and Why Is It Hard to Get Started?
Open Source Linux
Open Source Linux
Jan 28, 2023 · Cloud Native

Mastering Kubernetes Probes: Startup, Liveness, and Readiness Explained

This article explains why Kubernetes uses Startup, Liveness, and Readiness probes, describes common Pod states and restart policies, compares the probes, details their configuration fields, and provides practical YAML examples for each probe type to ensure reliable container health monitoring.

KubernetesLivenessProbePod
0 likes · 17 min read
Mastering Kubernetes Probes: Startup, Liveness, and Readiness Explained
ITPUB
ITPUB
Dec 26, 2022 · Cloud Native

What Really Happens When You Deploy an App on Kubernetes?

This article walks through the complete lifecycle of a Kubernetes deployment, explaining how a manual upgrade request triggers API calls, creates Deployments, ReplicaSets, Pods, and how the scheduler, kubelet, and Docker work together, while also covering concepts like containers, labels, replication controllers, deployments, and autoscaling mechanisms.

Cloud NativeContainersDeployment
0 likes · 23 min read
What Really Happens When You Deploy an App on Kubernetes?
Open Source Linux
Open Source Linux
Dec 26, 2022 · Cloud Native

Why Does My Kubernetes Service Fail? 10 Common Issues and Quick Fixes

This guide walks through ten frequent Kubernetes problems—including service access failures, port mapping errors, certificate issues, pod image pull errors, init‑container hangs, and CrashLoopBackOff—explaining their causes and providing concise, step‑by‑step solutions to restore cluster functionality.

CrashLoopBackOffInitContainerKubernetes
0 likes · 7 min read
Why Does My Kubernetes Service Fail? 10 Common Issues and Quick Fixes
Alibaba Cloud Native
Alibaba Cloud Native
Nov 9, 2022 · Cloud Native

13 Common Kubernetes Pod Failures and How to Diagnose Them

This article outlines the Kubernetes pod lifecycle, describes the five pod phases, enumerates 13 typical failure scenarios—including scheduling, image pull, dependency, init container, probe, and OOM issues—provides error states, root causes, and step‑by‑step kubectl commands for diagnosis and remediation.

Cloud NativeKubernetesOperations
0 likes · 22 min read
13 Common Kubernetes Pod Failures and How to Diagnose Them
Open Source Linux
Open Source Linux
Sep 28, 2022 · Cloud Native

What Really Makes a Kubernetes Pod? Inside Its Isolation, Namespaces & Cgroups

This article explores how Kubernetes Pods differ from simple containers by examining their underlying implementation, shared network and IPC namespaces, cgroup hierarchies, and the role of the pause sandbox, while also demonstrating how similar pod-like behavior can be achieved using Docker and cgroup tools.

ContainerDockerKubernetes
0 likes · 20 min read
What Really Makes a Kubernetes Pod? Inside Its Isolation, Namespaces & Cgroups
Liangxu Linux
Liangxu Linux
Sep 5, 2022 · Cloud Native

How to Diagnose and Fix Pod Network Issues in Kubernetes Clusters

This article introduces a systematic approach to troubleshooting Kubernetes pod network anomalies, covering classification of common failures, essential tools such as tcpdump, nsenter, paping and mtr, detailed packet‑capture techniques, a step‑by‑step troubleshooting workflow, and real‑world case studies to illustrate root‑cause analysis and resolution.

CNIKubernetesMTU
0 likes · 28 min read
How to Diagnose and Fix Pod Network Issues in Kubernetes Clusters
MaGe Linux Operations
MaGe Linux Operations
Sep 1, 2022 · Cloud Native

How to Diagnose Kubernetes Pod Network Issues: Models, Tools, and Real‑World Cases

This article introduces a systematic approach to troubleshooting Kubernetes pod network problems, covering common anomaly categories, essential tools like tcpdump, nsenter, paping and mtr, a step‑by‑step troubleshooting workflow, and detailed case studies of service connectivity failures, external host timeouts, and object‑storage access issues.

CNIKubernetesPod
0 likes · 28 min read
How to Diagnose Kubernetes Pod Network Issues: Models, Tools, and Real‑World Cases
Tencent Cloud Developer
Tencent Cloud Developer
Aug 25, 2022 · Cloud Native

Kubernetes (K8s) Complete Guide: From Architecture to Cluster Setup and Resource Management

This guide walks developers through the evolution from physical and virtual deployments to containerization, explains Kubernetes architecture and core components, demonstrates building a one‑master‑two‑node cluster with kubeadm and Flannel, and details resource management using YAML with imperative and declarative kubectl commands.

Cloud NativeCluster SetupDevOps
0 likes · 21 min read
Kubernetes (K8s) Complete Guide: From Architecture to Cluster Setup and Resource Management
Efficient Ops
Efficient Ops
Aug 23, 2022 · Cloud Native

Demystifying Kubernetes Pods: From YAML Basics to Full Lifecycle

This article walks readers through Kubernetes pod orchestration by breaking down the Pod YAML into Resource, Object, Spec, and Status sections, explaining REST API paths, metadata fields, lifecycle phases, health checks, and status reporting to deepen understanding of cloud‑native operations.

Cloud NativeKubernetesPod
0 likes · 19 min read
Demystifying Kubernetes Pods: From YAML Basics to Full Lifecycle
MaGe Linux Operations
MaGe Linux Operations
Aug 2, 2022 · Cloud Native

How Does Kubernetes Orchestrate Containers? A Deep Dive into Architecture and Workflows

This article provides a comprehensive overview of Kubernetes, covering its master‑node architecture, core components like API server, scheduler, controller, kubelet and kube‑proxy, the deployment creation process, pod fundamentals, service networking, and common patterns such as scaling, rolling updates, and ingress access.

Cloud NativeDeploymentKubernetes
0 likes · 11 min read
How Does Kubernetes Orchestrate Containers? A Deep Dive into Architecture and Workflows
MaGe Linux Operations
MaGe Linux Operations
Jun 21, 2022 · Cloud Native

How Multus CNI Enables Multi‑Network Pods in Kubernetes

Multus CNI extends Kubernetes by allowing Pods to attach multiple network interfaces through custom resource definitions, detailing its architecture, installation via DaemonSet, CNI configuration, and step‑by‑step examples for creating additional interfaces and verifying network status.

CNICRDKubernetes
0 likes · 13 min read
How Multus CNI Enables Multi‑Network Pods in Kubernetes
Open Source Linux
Open Source Linux
Jun 21, 2022 · Cloud Native

How Kubernetes Connects Pods, Services, and the Internet – A Deep Dive

This article explains Kubernetes' networking model, covering container‑to‑container, pod‑to‑pod (same‑node and cross‑node), pod‑to‑service, and external traffic handling via load balancers and Ingress, while detailing the underlying Linux namespaces, veth pairs, bridges, iptables, and IPVS mechanisms.

IngressKubernetesNetworking
0 likes · 23 min read
How Kubernetes Connects Pods, Services, and the Internet – A Deep Dive
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.

Cloud NativeKubernetesPod
0 likes · 7 min read
How Do Kubernetes Pods and Services Achieve Load Balancing?
Ops Development Stories
Ops Development Stories
Mar 22, 2022 · Cloud Native

Mastering Kubernetes Pod Resource Requests, Limits, and QoS

This guide explains how to configure CPU and memory requests and limits for Kubernetes pods, implement QoS classes, use LimitRange and ResourceQuota, and monitor resource usage with Prometheus queries and Grafana dashboards to ensure stable cluster operations.

CPUKubernetesMemory
0 likes · 11 min read
Mastering Kubernetes Pod Resource Requests, Limits, and QoS
Ops Development Stories
Ops Development Stories
Feb 23, 2022 · Cloud Native

Why Your Kubernetes Pod Can't Reach the Server: DNS Search Domain Pitfalls and Fixes

An agent service running in a Kubernetes pod appeared healthy but failed to receive heartbeats due to DNS resolution errors caused by an unintended 'HOST' search domain, leading to incorrect IP resolution; the article details the investigation, explains Kubernetes DNS mechanics, and shows how adjusting ndots or using fully qualified names resolves the issue.

DNSKubernetesPod
0 likes · 18 min read
Why Your Kubernetes Pod Can't Reach the Server: DNS Search Domain Pitfalls and Fixes
Architects Research Society
Architects Research Society
Feb 22, 2022 · Cloud Computing

Understanding the Kubernetes Networking Model

This article explains the fundamentals of Kubernetes networking, compares popular CNI implementations such as Flannel, Calico, and Weave Net, and details the key networking scenarios—including container‑to‑container, pod‑to‑pod, pod‑to‑service, and Internet‑to‑service—required for reliable and secure cluster operation.

CalicoFlannelNetworking
0 likes · 9 min read
Understanding the Kubernetes Networking Model
Cloud Native Technology Community
Cloud Native Technology Community
Feb 8, 2022 · Cloud Native

Tracing the Path of Network Traffic in Kubernetes

This article provides a comprehensive guide to Kubernetes networking, covering pod network requirements, Linux network namespaces, the role of the pause container, IP allocation, veth pairs, bridge connections, inter‑pod traffic on same and different nodes, CNI plugins, and how services use iptables and conntrack for traffic routing.

CNIKubernetesLinux Namespaces
0 likes · 26 min read
Tracing the Path of Network Traffic in Kubernetes
Efficient Ops
Efficient Ops
Dec 8, 2021 · Cloud Native

Demystifying Kubernetes Networking: Services, IPs, and Ports Explained

This article breaks down Kubernetes' internal networking model, explaining key concepts such as network namespaces, veth pairs, iptables, services, ClusterIP, NodePort, and Ingress, and illustrates how pods communicate within a node, across nodes, and how external traffic reaches the cluster.

CNINetworkingNodePort
0 likes · 15 min read
Demystifying Kubernetes Networking: Services, IPs, and Ports Explained
MaGe Linux Operations
MaGe Linux Operations
Sep 9, 2021 · Cloud Native

Understanding Kubernetes Pods, ReplicaSets, Deployments, and StatefulSets

This article explains Kubernetes core concepts—including pods as container groups, how ReplicaSets maintain desired replica counts, Deployment's rolling update mechanism, and StatefulSet's approach to managing stateful services with persistent storage—providing a comprehensive guide for cloud‑native deployments.

DeploymentKubernetesPod
0 likes · 9 min read
Understanding Kubernetes Pods, ReplicaSets, Deployments, and StatefulSets
Liangxu Linux
Liangxu Linux
Sep 7, 2021 · Cloud Native

Top 19 Kubernetes Service Issues and How to Fix Them

This guide compiles nineteen common Kubernetes problems—from certificate errors and service exposure failures to pod initialization issues and Helm installation errors—providing concise root‑cause analyses and step‑by‑step command solutions to help you quickly troubleshoot and resolve cluster disruptions.

ClusterKubernetesPod
0 likes · 11 min read
Top 19 Kubernetes Service Issues and How to Fix Them
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
NetEase Media Technology Team
NetEase Media Technology Team
Jul 21, 2021 · Mobile Development

Componentization Practices in NetEase News iOS Application

The NetEase News iOS team adopted a three‑layer componentization strategy—foundation, common, and business—standardizing code conventions, Git workflow, and CI‑driven reviews, encapsulating third‑party libraries, managing dependencies via injection and mediators, and distributing binary pods, which reduced the main project to a single file while expanding reusable components to over 250, achieving low coupling and high cohesion.

Component ArchitecturePoddependency management
0 likes · 19 min read
Componentization Practices in NetEase News iOS Application
Top Architect
Top Architect
Jun 17, 2021 · Cloud Native

Kubernetes Interview Questions and Answers: Architecture, Probes, Deployment, and Management

This article provides a comprehensive set of Kubernetes interview questions and detailed answers covering architecture components, pod lifecycle, health probes, rolling updates, image pull policies, services, label selectors, DaemonSets, Jobs, and persistent storage options, with example YAML snippets and command‑line usage.

KubernetesLabelPersistent Volume
0 likes · 23 min read
Kubernetes Interview Questions and Answers: Architecture, Probes, Deployment, and Management
Open Source Linux
Open Source Linux
May 10, 2021 · Cloud Native

Master Kubernetes Basics: From Pods to Deployments and kubectl

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

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

Mastering Kubernetes: From Pods to High Availability Explained

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

Cloud NativeDeploymentDevOps
0 likes · 16 min read
Mastering Kubernetes: From Pods to High Availability Explained
Efficient Ops
Efficient Ops
Apr 28, 2021 · Cloud Native

Mastering Kubernetes: Understanding Pods, Probes, and Core Concepts

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

DeploymentKubernetesPod
0 likes · 10 min read
Mastering Kubernetes: Understanding Pods, Probes, and Core Concepts
Architecture Digest
Architecture Digest
Jan 14, 2021 · Cloud Native

Understanding Kubernetes Components Through an Aquarium Analogy

The article uses an aquarium metaphor to explain Kubernetes fundamentals—including Pods, Nodes, Scheduler, ReplicaSets, Services, Network Policies, and ConfigMaps—by comparing applications to fish, tanks to Pods, rooms to Nodes, and the control plane to the aquarium manager, making complex concepts easier to visualize.

Cloud NativeConfigMapContainers
0 likes · 7 min read
Understanding Kubernetes Components Through an Aquarium Analogy
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
MaGe Linux Operations
MaGe Linux Operations
Jun 17, 2020 · Cloud Native

Mastering Kubernetes ConfigMaps: From Creation to Pod Integration

This comprehensive guide explains how ConfigMaps and Secrets work in Kubernetes, walks through multiple ways to provide configuration to containers—including command‑line arguments, environment variables, and volume mounts—shows how to create ConfigMaps from literals, files, or directories, and demonstrates how to consume them in Pods with env, envFrom, and volume mounts, plus best‑practice tips.

ConfigMapEnvironment VariablesKubernetes
0 likes · 34 min read
Mastering Kubernetes ConfigMaps: From Creation to Pod Integration
Ops Development Stories
Ops Development Stories
Apr 28, 2020 · Cloud Native

Why Kubernetes? A Visual Guide to Containers, Pods, and Cluster Architecture

This article offers a pictorial introduction to Kubernetes, explaining what containers are, when to use orchestration, why Kubernetes stands out, and detailing its core architecture—including master components, pods, controllers, services, and ingress—providing a clear, beginner-friendly overview of container orchestration in cloud-native environments.

Cloud NativeContainersController
0 likes · 10 min read
Why Kubernetes? A Visual Guide to Containers, Pods, and Cluster Architecture
Ops Development Stories
Ops Development Stories
Mar 27, 2020 · Cloud Native

Master Kubernetes LimitRange: Control Pod Resources Efficiently

This article explains how Kubernetes LimitRange lets you set default CPU and memory requests and limits for Pods within a namespace, provides step‑by‑step configuration examples, demonstrates common usage scenarios, and shows how to test and verify the limits, including for PersistentVolumeClaims.

KubernetesLimitRangeNamespace
0 likes · 9 min read
Master Kubernetes LimitRange: Control Pod Resources Efficiently
Cloud Native Technology Community
Cloud Native Technology Community
Dec 25, 2019 · Cloud Native

Understanding Kubernetes Deployments, ReplicaSets, Pods and Advanced Deployment Strategies

This article explains how Kubernetes uses Deployments, ReplicaSets and Pods to manage containerized applications, covering basic object creation, scaling, rolling updates, readiness probes, rollback, maxSurge/maxUnavailable settings, and advanced strategies such as blue‑green and canary deployments.

Blue-GreenCanaryDeployment
0 likes · 17 min read
Understanding Kubernetes Deployments, ReplicaSets, Pods and Advanced Deployment Strategies
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
ITPUB
ITPUB
Oct 16, 2019 · Cloud Native

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

This comprehensive guide explains core Kubernetes concepts—including Pods, Namespaces, Nodes, Services, Volumes, PersistentVolumes, Deployments, StatefulSets, DaemonSets, Ingress, Jobs, CronJobs, HPA, Service Accounts, Secrets, ConfigMaps, and Resource Quotas—along with practical kubectl commands and configuration details for effective cluster management.

IngressKubernetesPod
0 likes · 19 min read
Master Kubernetes Basics: Pods, Services, Deployments, and More
DevOps Cloud Academy
DevOps Cloud Academy
Sep 23, 2019 · Cloud Native

Two Methods to Deploy an Nginx Pod in Kubernetes

This article demonstrates two approaches for creating an Nginx pod in Kubernetes: using direct kubectl commands to pull the image and run a pod, and defining a pod manifest YAML file with specifications, followed by kubectl create/apply/delete commands.

Cloud NativeKubernetesNginx
0 likes · 2 min read
Two Methods to Deploy an Nginx Pod in Kubernetes
Alibaba Cloud Native
Alibaba Cloud Native
Sep 23, 2019 · Cloud Native

Why Pods Matter: Unpacking Kubernetes’ Core Scheduling Unit and Container Design Patterns

This article explains why Kubernetes introduces Pods as the fundamental scheduling unit, how they map to process groups, the need for atomic scheduling, and the underlying network and storage sharing mechanisms, while also detailing common container design patterns such as Init Containers and Sidecars.

Container Design PatternsInit ContainerKubernetes
0 likes · 23 min read
Why Pods Matter: Unpacking Kubernetes’ Core Scheduling Unit and Container Design Patterns
Tencent Cloud Developer
Tencent Cloud Developer
Apr 22, 2019 · Cloud Native

In-Place Container Upgrade in Kubernetes: Mechanism and Implementation

Kubernetes performs in‑place container upgrades by detecting spec changes, computing pod actions that selectively kill and restart only the affected containers while preserving the pod sandbox, allowing sidecar updates without full pod recreation, reducing downtime and enabling custom operators for gray‑scale rolling upgrades.

Cloud NativeContainer UpgradeKubernetes
0 likes · 16 min read
In-Place Container Upgrade in Kubernetes: Mechanism and Implementation
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
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Dec 19, 2017 · Cloud Native

Inside Kubelet: How Kubernetes Starts Pods and Manages Nodes

This article explains the Kubelet service lifecycle, its core functions, code structure, startup sequence, and the detailed steps Kubernetes follows to create and run Pods, providing code snippets and diagrams for developers who want to understand or extend Kubelet internals.

KubernetesOrchestrationPod
0 likes · 9 min read
Inside Kubelet: How Kubernetes Starts Pods and Manages Nodes