Tagged articles

Kubernetes

4380 articles · Page 2 of 44
Ops Community
Ops Community
Jul 10, 2026 · Operations

How to Diagnose Network Packet Loss: Practical Steps from ping to tcpdump

This guide explains how to systematically investigate network packet loss on Linux by collecting timestamps, routing, interface and kernel statistics, using ping, tracepath, curl, netstat, ss, nstat, ip, ethtool, nftables/iptables, and tcpdump on both ends, then narrowing the failure scope, fixing MTU, conntrack, soft‑interrupt or firewall issues, and validating the fix with metrics and roll‑back procedures.

Kubernetesconntracklinux
0 likes · 18 min read
How to Diagnose Network Packet Loss: Practical Steps from ping to tcpdump
Ctrip Technology
Ctrip Technology
Jul 10, 2026 · Cloud Native

How Ctrip Scaled Karmada to Handle 200 GB Memory Peaks and Hundreds of Thousands of Pods

This article details Ctrip's migration from Kubefed to Karmada for multi‑cluster governance, describing the architectural evolution, production deployment for high‑availability and smooth cross‑cluster pod migration, and the performance and memory optimizations required to support over 200 GB of control‑plane memory usage and tens of thousands of Pods.

Control Plane OptimizationFederationKarmada
0 likes · 18 min read
How Ctrip Scaled Karmada to Handle 200 GB Memory Peaks and Hundreds of Thousands of Pods
Raymond Ops
Raymond Ops
Jul 9, 2026 · Operations

Practical Guide to Troubleshooting and Resolving DNS Issues

This comprehensive guide explains how DNS works, categorises common resolution failures, and provides step‑by‑step procedures, command‑line examples and configuration snippets for diagnosing and fixing DNS problems in Linux, Kubernetes and cloud environments.

DNSKubernetesdig
0 likes · 52 min read
Practical Guide to Troubleshooting and Resolving DNS Issues
TechVision Expert Circle
TechVision Expert Circle
Jul 8, 2026 · Backend Development

Designing a 200M‑Request Recommendation System with 50ms P99 Latency

The team rebuilt a recommendation platform for a 80‑million‑DAU content service, scaling daily requests from 30 M to 200 M, cutting P99 latency from 800 ms to under 50 ms by introducing a four‑layer architecture, multi‑path recall (vector, real‑time, graph), transformer‑based ranking, multi‑level caching, predictive autoscaling, and comprehensive observability.

Feature StoreKuberneteslow latency
0 likes · 13 min read
Designing a 200M‑Request Recommendation System with 50ms P99 Latency
Cloud Architecture
Cloud Architecture
Jul 7, 2026 · Databases

MySQL User & Permission Management: From Grant Statements to Production-Grade Security Architecture

This comprehensive guide explains why MySQL permission mistakes happen, walks through the authentication and authorization process, shows how to design multi‑layered user models, role hierarchies, declarative GitOps workflows, Kubernetes integration, and production‑ready automation for secure, auditable, and scalable database access.

GitOpsKubernetesMySQL
0 likes · 42 min read
MySQL User & Permission Management: From Grant Statements to Production-Grade Security Architecture
Golang Shines
Golang Shines
Jul 7, 2026 · Operations

Mastering Linux Server Time Synchronization with NTP and Chrony: Best Practices

This guide explains why time synchronization is a critical yet often overlooked part of Linux operations, outlines common failure scenarios, and provides a step‑by‑step methodology for configuring, verifying, and troubleshooting NTP/chrony across physical servers, virtual machines, containers, and Kubernetes clusters.

ChronyComplianceKubernetes
0 likes · 42 min read
Mastering Linux Server Time Synchronization with NTP and Chrony: Best Practices
dbaplus Community
dbaplus Community
Jul 6, 2026 · Cloud Native

Why Companies Are Switching from Kubernetes to K3s: Simplicity, Stability, and Low Overhead

The article explains how K3s, a lightweight, production‑grade Kubernetes distribution, reduces component count, memory usage, and installation complexity, making it ideal for small‑to‑medium enterprises, edge, IoT, and AI projects, while still offering API compatibility and optional high‑availability, and compares its trade‑offs with full‑size Kubernetes.

InstallationK3sKubernetes
0 likes · 7 min read
Why Companies Are Switching from Kubernetes to K3s: Simplicity, Stability, and Low Overhead
Cloud Architecture
Cloud Architecture
Jul 6, 2026 · Backend Development

Spring Boot Template Engine Mix: Designing a Multi‑Engine Coexistence Architecture for Production

The article explains why running multiple template engines in a Spring Boot application becomes an operational challenge, outlines a four‑layer architecture and routing strategies, provides concrete code for a custom ViewResolver, configuration, observability, deployment, testing and migration steps, and shows how to govern the process safely in production.

KubernetesSpring BootThymeleaf
0 likes · 39 min read
Spring Boot Template Engine Mix: Designing a Multi‑Engine Coexistence Architecture for Production
Java Tech Enthusiast
Java Tech Enthusiast
Jul 6, 2026 · Cloud Native

Why Use Service Registry & Discovery When Nginx Already Handles Load Balancing?

The article analyzes Nginx's static upstream load balancing limitations—manual configuration, passive health checks, and inability to handle elastic scaling—and explains how service registries provide real‑time instance awareness, client‑side load balancing, metadata‑driven routing, and seamless scaling for microservices.

Kubernetesload balancingmicroservices
0 likes · 9 min read
Why Use Service Registry & Discovery When Nginx Already Handles Load Balancing?
Java Architect Handbook
Java Architect Handbook
Jul 6, 2026 · Cloud Native

Why We Dropped Nacos for Apollo: A Hands‑On Guide to Configuration Management

This article explains why the team replaced Nacos with Ctrip's open‑source Apollo configuration center, outlines Apollo's core concepts, features, and architecture, and provides step‑by‑step instructions for creating projects, testing dynamic updates, exploring environments, clusters, namespaces, and deploying a SpringBoot application on Kubernetes.

ApolloConfiguration CenterJava
0 likes · 28 min read
Why We Dropped Nacos for Apollo: A Hands‑On Guide to Configuration Management
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Jul 6, 2026 · Cloud Native

Taming Massive Alert Noise: A Hands‑On Guide to AI‑Driven Dynamic Thresholds for Prometheus

This article presents a practical solution that uses Facebook Prophet time‑series AI to automatically calibrate dynamic alert thresholds in Prometheus, reducing over‑80% of false alarms in Kubernetes environments by learning business cycles and updating rules hourly without manual intervention.

AIOpsDynamic ThresholdFacebook Prophet
0 likes · 10 min read
Taming Massive Alert Noise: A Hands‑On Guide to AI‑Driven Dynamic Thresholds for Prometheus
Ops Community
Ops Community
Jul 5, 2026 · Operations

20 Common Ops Newbie Pitfalls – Which Ones Have You Hit?

This guide catalogs the 20 most frequent mistakes made by new operations engineers, explains why they happen, and provides step‑by‑step safe alternatives, risk warnings, and recovery procedures so readers can avoid costly outages and build reliable habits.

DevOpsKubernetesOperations
0 likes · 29 min read
20 Common Ops Newbie Pitfalls – Which Ones Have You Hit?
ThinkingAgent
ThinkingAgent
Jul 4, 2026 · Cloud Native

Building the AI Infra Foundation: L0 Resource Layer for GPU Scheduling and Cloud‑Native Architecture

The article presents a detailed, step‑by‑step analysis of the L0 resource layer that underpins AI infrastructure, covering GPU scheduling, multi‑tier storage, low‑latency networking, core architectural components, key technologies such as MIG, Volcano, Kueue and RDMA, practical implementation patterns, quantitative acceptance criteria, and common pitfalls with best‑practice mitigations.

AI infrastructureGPU SchedulingJuiceFS
0 likes · 26 min read
Building the AI Infra Foundation: L0 Resource Layer for GPU Scheduling and Cloud‑Native Architecture
MaGe Linux Operations
MaGe Linux Operations
Jul 4, 2026 · Operations

20 Common Ops Rookie Mistakes and How to Avoid Them

This guide lists the twenty most frequent pitfalls that new operations engineers encounter, explains why they happen, and provides step‑by‑step safe practices, code examples, risk classifications and a verification checklist to help prevent costly outages and data loss.

DatabaseDevOpsKubernetes
0 likes · 28 min read
20 Common Ops Rookie Mistakes and How to Avoid Them
Cloud Architecture
Cloud Architecture
Jul 2, 2026 · Databases

MySQL Containerization vs Host Installation: Production‑Grade Selection Framework

The article explains that the real challenge is not merely running MySQL but placing it in the right resource model, and it provides a four‑dimensional decision framework—performance ceiling, stability floor, automation level, and organizational maturity—to guide when to use host‑installed MySQL, single‑node containers, or full Kubernetes deployment, illustrated with concrete resource analyses, architecture diagrams, configuration examples, pitfalls, checklists, and an evolution roadmap.

KubernetesMySQLPerformance
0 likes · 35 min read
MySQL Containerization vs Host Installation: Production‑Grade Selection Framework
Architect Chen
Architect Chen
Jul 2, 2026 · Cloud Native

A Complete Visual Guide to Kubernetes Architecture

This article provides a comprehensive, step‑by‑step overview of Kubernetes architecture, detailing the control plane components (API Server, etcd, Scheduler, Controller Manager) and worker node components (kubelet, kube‑proxy, container runtimes), illustrated with diagrams and command‑line examples that show how requests flow, state is stored, pods are scheduled, and failures are handled.

Control PlaneController ManagerK8s Architecture
0 likes · 4 min read
A Complete Visual Guide to Kubernetes Architecture
Raymond Ops
Raymond Ops
Jul 1, 2026 · Operations

Memory Leak Postmortem: Combining free, smem, pmap, and perf for Effective Diagnosis

When a thumbnail service experienced sudden latency spikes and OOM kills shortly after a new release, the author walks through a systematic investigation using free, smem, pmap, and perf to distinguish true memory leaks from page‑cache or shared‑page artifacts, pinpoint the native decoder buffer issue, and outline remediation steps.

Kuberneteslinuxmemory leak
0 likes · 29 min read
Memory Leak Postmortem: Combining free, smem, pmap, and perf for Effective Diagnosis
Golang Shines
Golang Shines
Jul 1, 2026 · Operations

10 Essential Ops Tools That Can Cut Your Overtime by 80%

This article introduces ten Linux operations tools—Shell scripts, Git, Ansible, Prometheus, Grafana, Docker, Kubernetes, Nginx, ELK Stack, and Zabbix—detailing their functions, typical use cases, advantages, and concrete examples to help engineers streamline daily tasks and dramatically reduce overtime.

AnsibleDockerGit
0 likes · 9 min read
10 Essential Ops Tools That Can Cut Your Overtime by 80%
dbaplus Community
dbaplus Community
Jun 29, 2026 · Cloud Computing

Why More Companies Are Dropping VMware for Proxmox

Since 2024, a growing number of enterprises—especially small‑to‑medium businesses and some large firms—are re‑evaluating the cost‑driven VMware licensing model and migrating to the open‑source Proxmox VE platform, which bundles KVM, LXC, Ceph, backup and clustering into a free, easy‑to‑manage solution that fits modern AI and Kubernetes workloads.

KubernetesProxmoxVMware
0 likes · 6 min read
Why More Companies Are Dropping VMware for Proxmox
Architect's Guide
Architect's Guide
Jun 28, 2026 · Cloud Native

Kubernetes Networking Explained with 16 Detailed Diagrams

This article provides a comprehensive, diagram‑driven analysis of Kubernetes networking, covering underlay and overlay models, the role of VLAN, OSPF, BGP, and various CNI plugins such as Flannel host‑gw, Calico BGP, IPVLAN/MACVLAN, Multus, and Danm, as well as tunnel technologies like VxLAN and IPIP.

CalicoFlannelIPIP
0 likes · 13 min read
Kubernetes Networking Explained with 16 Detailed Diagrams
Raymond Ops
Raymond Ops
Jun 27, 2026 · Operations

Hands‑On DNS Ops: Deploy BIND and CoreDNS with Full Troubleshooting Guide

This comprehensive guide walks you through DNS fundamentals, compares BIND, CoreDNS, PowerDNS and Unbound, provides step‑by‑step deployment scripts for BIND 9.20 and CoreDNS 1.12, explains DNSSEC configuration, caching optimizations, security hardening, high‑availability designs, monitoring, backup and recovery procedures, and advanced troubleshooting techniques.

BINDCoreDNSDNS
0 likes · 43 min read
Hands‑On DNS Ops: Deploy BIND and CoreDNS with Full Troubleshooting Guide
Golang Shines
Golang Shines
Jun 26, 2026 · Cloud Native

Why Every Ops Role Now Demands Kubernetes Skills (And a 100‑Question K8s Interview Guide)

After being laid off after five years in operations, the author realized that all job listings now require Docker and Kubernetes expertise, so they compiled a comprehensive "100 K8s Interview Questions" guide covering core concepts, architecture, resource management, networking, storage, security, troubleshooting, and ecosystem tools.

Container OrchestrationDevOpsDocker
0 likes · 7 min read
Why Every Ops Role Now Demands Kubernetes Skills (And a 100‑Question K8s Interview Guide)
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Jun 26, 2026 · Cloud Computing

How Kimi’s AI Agent Scales on Alibaba Cloud – Architecture, Elastic Sandbox, and Cost Optimisation

The article analyses how Kimi’s AI Agent workloads are deployed on Alibaba Cloud using ACK and the ACS Agent Sandbox, detailing the challenges of massive concurrency, rapid sandbox start‑up, state continuity, cost‑effective scaling, and the security and scheduling mechanisms that enable production‑grade performance.

AI AgentAlibaba CloudCost Optimisation
0 likes · 19 min read
How Kimi’s AI Agent Scales on Alibaba Cloud – Architecture, Elastic Sandbox, and Cost Optimisation
Subtle Storm
Subtle Storm
Jun 25, 2026 · Backend Development

Why Microservices Matter: Core Architecture and Key Technologies Explained

The article analyzes how monolithic applications struggle with scalability, deployment, and team coordination, then breaks down microservice architecture—including API gateways, service communication, registration, resilience patterns, tracing, and container orchestration—while weighing its benefits against added complexity and team size considerations.

DockerKubernetesarchitecture
0 likes · 7 min read
Why Microservices Matter: Core Architecture and Key Technologies Explained
Architect Chen
Architect Chen
Jun 25, 2026 · Cloud Native

Four Key Ways to Deploy Microservices: From Bare Metal to Kubernetes

The article compares four microservice deployment approaches—physical servers, virtual machines, containerization with Docker, and Kubernetes clusters—detailing their implementation, advantages, drawbacks, and ideal scenarios, helping teams choose the most suitable strategy based on resource isolation, scalability, operational complexity, and team expertise.

Kubernetescloud nativecontainer
0 likes · 6 min read
Four Key Ways to Deploy Microservices: From Bare Metal to Kubernetes
Ops Development & AI Practice
Ops Development & AI Practice
Jun 24, 2026 · Information Security

Ending Hard‑Coded Rules: OPA Policy‑as‑Code for Unified SecOps Guardrails

The article explains how enterprises can replace fragmented, hard‑coded security checks in Terraform, CI/CD pipelines, Kubernetes admission webhooks, and API gateways with a unified, declarative policy engine—Open Policy Agent—using Rego to decouple decision and enforcement, enabling fast, auditable SecOps guardrails across the entire software lifecycle.

CI/CDKubernetesOPA
0 likes · 12 min read
Ending Hard‑Coded Rules: OPA Policy‑as‑Code for Unified SecOps Guardrails
Cloud Architecture
Cloud Architecture
Jun 22, 2026 · Backend Development

Dubbo vs Spring Cloud: Deep Dive for Billion‑Scale Microservice Architecture

The article examines how to choose between Dubbo and Spring Cloud for high‑traffic microservice systems, analyzing communication models, thread and connection handling, governance capabilities, real‑world e‑commerce scenarios, and provides practical guidance on combining HTTP gateways, RPC, and asynchronous messaging for scalable, resilient architectures.

DubboKubernetesService Governance
0 likes · 32 min read
Dubbo vs Spring Cloud: Deep Dive for Billion‑Scale Microservice Architecture
Raymond Ops
Raymond Ops
Jun 22, 2026 · Artificial Intelligence

Elastic Deployment and GPU Scheduling for Large‑Model Inference with vLLM on Kubernetes

This article presents a detailed, step‑by‑step analysis of deploying the high‑performance vLLM inference engine on Kubernetes, covering GPU memory management, tensor parallelism, quantization choices, continuous batching, and automated scaling with HPA/KEDA to achieve low latency and high throughput for large language models.

DockerGPU SchedulingKubernetes
0 likes · 49 min read
Elastic Deployment and GPU Scheduling for Large‑Model Inference with vLLM on Kubernetes
Ops Development Stories
Ops Development Stories
Jun 22, 2026 · Cloud Native

Design and Implementation of a Multi‑Cluster Arthas‑Based Online Diagnosis Platform

This article details the architecture, security mechanisms, and implementation of a unified Arthas online diagnosis platform that enables SSH‑free, audited access to Java applications across dozens of isolated Kubernetes clusters, covering control‑plane design, WebSocket tunneling, credential management, RBAC, and front‑end integration with Vue and xterm.js.

ArthasGoHMAC
0 likes · 23 min read
Design and Implementation of a Multi‑Cluster Arthas‑Based Online Diagnosis Platform
Raymond Ops
Raymond Ops
Jun 21, 2026 · Cloud Native

Stop Pods From “Running Wild”: A Practical Guide to Kubernetes Scheduling Strategies

This guide explains why default Kubernetes scheduling often falls short in production, introduces nodeSelector, nodeAffinity, podAffinity/anti‑affinity, taints/tolerations, topologySpreadConstraints and PriorityClass, and provides step‑by‑step configuration examples, real‑world use cases, best‑practice recommendations, troubleshooting tips, and monitoring alerts to ensure reliable pod placement.

KubernetesNodeAffinityPod Scheduling
0 likes · 36 min read
Stop Pods From “Running Wild”: A Practical Guide to Kubernetes Scheduling Strategies
Raymond Ops
Raymond Ops
Jun 20, 2026 · Operations

Eliminate Monitoring Blind Spots: Hands‑On Enterprise‑Grade Prometheus + Grafana Deployment

This comprehensive guide walks you through the end‑to‑end setup of a production‑grade Prometheus and Grafana monitoring stack, covering architecture choices, installation steps, configuration details, high‑availability designs, performance tuning, security hardening, troubleshooting, backup strategies, and best‑practice recommendations.

GrafanaKubernetesalerting
0 likes · 49 min read
Eliminate Monitoring Blind Spots: Hands‑On Enterprise‑Grade Prometheus + Grafana Deployment
DataFunTalk
DataFunTalk
Jun 19, 2026 · Artificial Intelligence

How NVIDIA Dynamo Boosts Multi‑Node Distributed Inference MFU for Agentic AI

The article explains how NVIDIA Dynamo tackles the production bottlenecks of Agentic AI by using KV‑Cache‑aware routing, a three‑stage multimodal inference architecture, and intelligent cache scheduling on Kubernetes to improve multi‑node throughput (MFU) while maintaining latency SLAs.

Agentic AIDistributed InferenceKV cache
0 likes · 3 min read
How NVIDIA Dynamo Boosts Multi‑Node Distributed Inference MFU for Agentic AI
Programmer XiaoFu
Programmer XiaoFu
Jun 18, 2026 · Cloud Native

Why Use Service Registration When Nginx Already Handles Load Balancing?

The article explains that Nginx’s static upstream configuration and passive health checks cannot keep up with dynamic microservice environments, while a service registry provides real‑time instance awareness, automatic failure detection, and metadata‑driven routing, making both tools complementary rather than interchangeable.

EurekaKubernetesNacos
0 likes · 9 min read
Why Use Service Registration When Nginx Already Handles Load Balancing?
Architecture & Thinking
Architecture & Thinking
Jun 18, 2026 · Backend Development

How to Scale a Flash‑Sale System from Zero to 1 Million QPS: A Step‑by‑Step Architecture Guide

This article dissects the evolution of a flash‑sale system from a simple monolithic controller to a cloud‑native, micro‑service architecture that can handle over one million requests per second, detailing traffic‑shaping, multi‑level caching, async processing, and inventory‑consistency techniques.

Distributed ArchitectureKubernetesMessage Queue
0 likes · 18 min read
How to Scale a Flash‑Sale System from Zero to 1 Million QPS: A Step‑by‑Step Architecture Guide
Sohu Tech Products
Sohu Tech Products
Jun 17, 2026 · Cloud Native

Breaking Cloud‑Native Gateway Limits: Routing & Session Persistence for AI Sandboxes

The article details a cloud‑native gateway design that solves the zero‑loss routing and session‑persistence challenges of massive AI sandbox Web VNC streams by dissecting protocol stages, exposing classic gateway pitfalls, and presenting a two‑phase URL‑plus‑cookie routing architecture built on OpenResty, Lua, and Redis.

API-gatewayKubernetesOpenResty
0 likes · 26 min read
Breaking Cloud‑Native Gateway Limits: Routing & Session Persistence for AI Sandboxes
Cloud Architecture
Cloud Architecture
Jun 17, 2026 · Backend Development

Nginx Unified Gateway Deep Dive: Multi‑Domain, Dynamic Routing, and Ten‑Million Concurrency Load Balancing

This article analyses how Nginx evolves from a simple reverse proxy to a unified edge gateway, covering multi‑domain management, dynamic routing, high‑concurrency capacity planning, load‑balancing algorithms, TLS handling, observability, Kubernetes deployment, and practical production pitfalls.

KubernetesOpenRestydynamic routing
0 likes · 35 min read
Nginx Unified Gateway Deep Dive: Multi‑Domain, Dynamic Routing, and Ten‑Million Concurrency Load Balancing
Raymond Ops
Raymond Ops
Jun 17, 2026 · Operations

Enterprise Monitoring with Prometheus: Rule Hierarchy and Alertmanager Notification Orchestration

This guide explains how to turn a fully built Prometheus monitoring system into a closed‑loop alerting solution by designing layered PromQL rules, configuring Alertmanager routing, grouping, inhibition and silencing, integrating DingTalk and WeChat webhooks, and applying best‑practice performance, security, high‑availability, and troubleshooting techniques.

AlertmanagerDevOpsKubernetes
0 likes · 34 min read
Enterprise Monitoring with Prometheus: Rule Hierarchy and Alertmanager Notification Orchestration
Alibaba Cloud Native
Alibaba Cloud Native
Jun 17, 2026 · Cloud Native

From Half-Day to 6 Minutes: Embedding AI Agents into Organizational Structure to Accelerate Ticket Resolution

A 3 am alert that once required hours of manual triage is now closed in six minutes thanks to AgentTeams, a cloud‑native platform that treats AI agents as first‑class citizens, defines declarative organization structures, and orchestrates multi‑agent collaboration across development, operations, and open‑source workflows.

AI AgentsAutomationKubernetes
0 likes · 21 min read
From Half-Day to 6 Minutes: Embedding AI Agents into Organizational Structure to Accelerate Ticket Resolution
DataFunSummit
DataFunSummit
Jun 17, 2026 · Artificial Intelligence

Why Agentic AI Inference Is Slow and How NVIDIA Dynamo 1.1 Solves It

Developers deploying Agentic AI face multi‑turn latency caused by repeated token recomputation, KV‑cache eviction, and cold‑starts, and NVIDIA Dynamo 1.1 addresses these issues with KV‑cache‑aware routing, multi‑level cache offload, priority scheduling, and Prefill/Decode separation, as demonstrated in an upcoming Kubernetes‑based live session.

AI InferenceAgentic AIDistributed Inference
0 likes · 3 min read
Why Agentic AI Inference Is Slow and How NVIDIA Dynamo 1.1 Solves It
Airbnb Technology Team
Airbnb Technology Team
Jun 17, 2026 · Operations

How to Build Reliable Monitoring for Large‑Scale Systems

This article explains how Airbnb broke a dangerous circular dependency in its observability stack by isolating metric collection onto dedicated Kubernetes clusters, adding a custom L7 network layer to decouple from the service mesh, and implementing meta‑monitoring with a dead‑man’s‑switch to keep monitoring systems reliable during failures.

AirbnbKubernetesService Mesh
0 likes · 11 min read
How to Build Reliable Monitoring for Large‑Scale Systems
Cloud Architecture
Cloud Architecture
Jun 16, 2026 · Cloud Native

Kgateway at Billion‑Scale: Architecture, Principles, and Production‑Ready Guide

This comprehensive guide explains how Kgateway transforms a traditional Kubernetes Ingress into a production‑grade, traffic‑governed gateway capable of handling billions of requests, covering its underlying control‑plane architecture, resource modeling with Gateway API, scalability strategies, observability, deployment best practices, and common pitfalls to avoid.

Gateway APIKgatewayKubernetes
0 likes · 41 min read
Kgateway at Billion‑Scale: Architecture, Principles, and Production‑Ready Guide
Raymond Ops
Raymond Ops
Jun 16, 2026 · Cloud Native

Eliminate Permission Chaos: Kubernetes RBAC Design Standards and Implementation Guide

This guide explains how to design and implement a secure, least‑privilege RBAC model for multi‑team Kubernetes clusters, covering authentication methods, role and binding definitions, concrete YAML examples, CI/CD integration, audit scripts, performance tips, backup and recovery procedures, and common troubleshooting steps.

DevOpsKubernetesRBAC
0 likes · 35 min read
Eliminate Permission Chaos: Kubernetes RBAC Design Standards and Implementation Guide
Cloud Architecture
Cloud Architecture
Jun 15, 2026 · Cloud Native

20 Hard‑Core Kubernetes Production Ops Tips to Keep Your Cluster Healthy

This article presents a checklist of 20 concrete Kubernetes production‑operation techniques, covering resource management, deployment safety, traffic isolation, state handling, observability, security, and disaster recovery, to ensure clusters are not only functional but truly ready for reliable production releases.

KubernetesProduction OpsSecurity
0 likes · 35 min read
20 Hard‑Core Kubernetes Production Ops Tips to Keep Your Cluster Healthy
TechVision Expert Circle
TechVision Expert Circle
Jun 15, 2026 · Cloud Computing

Why Every CTO Must Master FinOps to Avoid Cloud Cost Surprises

The article shows how unchecked cloud spending can erode profits, presents real‑world cases from e‑commerce, Spotify and an AI startup, explains the FinOps framework that links technical decisions to financial outcomes, and offers a step‑by‑step roadmap for CTOs to embed cost awareness into architecture.

AWSCTOCloud Cost Management
0 likes · 14 min read
Why Every CTO Must Master FinOps to Avoid Cloud Cost Surprises
Architect's Tech Stack
Architect's Tech Stack
Jun 14, 2026 · Backend Development

Why Quarkus Can Outrun Spring Boot: Launching Apps in Under 0.002 Seconds

The article compares Spring Boot and Quarkus, explaining how Quarkus’s build‑time optimizations, native image support, and container‑first design dramatically reduce startup time and memory usage, while also discussing development experience, extension mechanisms, and the trade‑offs involved in adopting the framework.

JavaKubernetesMicroProfile
0 likes · 14 min read
Why Quarkus Can Outrun Spring Boot: Launching Apps in Under 0.002 Seconds
Raymond Ops
Raymond Ops
Jun 14, 2026 · Cloud Native

How to Handle Traffic Spikes and Optimize Resources with Kubernetes HPA + VPA

This guide walks through the problem of fluctuating traffic in Kubernetes, explains the differences between Horizontal Pod Autoscaler (HPA) and Vertical Pod Autoscaler (VPA), and provides step‑by‑step commands, YAML examples, best‑practice recommendations, troubleshooting tips, and monitoring alerts for deploying a production‑grade HPA + VPA solution.

AutoscalingHPAKubernetes
0 likes · 41 min read
How to Handle Traffic Spikes and Optimize Resources with Kubernetes HPA + VPA
Architect Chen
Architect Chen
Jun 14, 2026 · Cloud Native

All Essential Kubernetes Commands – 2026 Updated Guide

This article provides a concise, step‑by‑step reference of the most frequently used kubectl commands for Kubernetes, explaining each command's purpose, typical scenarios, useful options, and the information it reveals to help operators troubleshoot clusters, nodes, pods, deployments, logs, and resources.

Command LineKubernetescloud native
0 likes · 4 min read
All Essential Kubernetes Commands – 2026 Updated Guide
Raymond Ops
Raymond Ops
Jun 13, 2026 · Operations

What Is Load Average? Uncovering the Truth Behind System Load Metrics

Load Average measures the average number of runnable and uninterruptible processes over 1, 5, and 15‑minute windows, differs from CPU usage, and can be misinterpreted—this article explains its kernel calculation, how to assess overload, troubleshoot CPU, I/O, or process‑count issues, and handle container‑specific distortions with cgroup v2 and LXCFS.

KubernetesLoad AveragePerformance
0 likes · 38 min read
What Is Load Average? Uncovering the Truth Behind System Load Metrics
Golang Shines
Golang Shines
Jun 13, 2026 · Cloud Native

Kubernetes (K8s) from Beginner to Hands‑On: Complete 2026 Guide

This step‑by‑step tutorial walks you through preparing the environment, installing container runtimes, setting up a single‑master multi‑worker K8s cluster, deploying applications, managing configurations, enabling persistent storage, configuring health probes, applying namespaces and quotas, troubleshooting common pitfalls, and adding Prometheus‑Grafana monitoring, all with concrete commands and examples.

Container OrchestrationDevOpsGrafana
0 likes · 14 min read
Kubernetes (K8s) from Beginner to Hands‑On: Complete 2026 Guide
Cloud Architecture
Cloud Architecture
Jun 12, 2026 · Backend Development

1 Million QPS Coupon‑Grab System: Distributed Rate Limiting, Stock Capping, and CAP Trade‑offs

The article explains how a production‑grade coupon‑grab service can survive millions of requests per second by treating rate limiting as a business admission layer, separating stock capping from throttling, making explicit CAP trade‑offs, and implementing a hybrid Redis‑based token‑bucket limiter with local fallback, monitoring, and deployment best practices.

CAP theoremKubernetesRedis
0 likes · 28 min read
1 Million QPS Coupon‑Grab System: Distributed Rate Limiting, Stock Capping, and CAP Trade‑offs
Raymond Ops
Raymond Ops
Jun 12, 2026 · Cloud Native

Choosing Between containerd and CRI‑O for Production Kubernetes: A Detailed Comparison

This article provides a comprehensive analysis of containerd and CRI‑O as Kubernetes container runtimes, covering their architectures, feature sets, installation procedures, migration strategies, performance benchmarks, best‑practice configurations, troubleshooting tips, and monitoring approaches to help operators decide which runtime best fits a production environment.

CRI-OKubernetesPerformance
0 likes · 47 min read
Choosing Between containerd and CRI‑O for Production Kubernetes: A Detailed Comparison
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Jun 12, 2026 · Cloud Native

Unlock AgentCube on Huawei Cloud CCE to Build High‑Performance AI Agents

This guide explains how AgentCube, a Volcano sub‑project, enables rapid startup, high‑throughput scheduling, native session management, and strong isolation for AI Agent workloads on Huawei Cloud CCE, with step‑by‑step installation, configuration, and code examples demonstrating both CodeInterpreter and AgentRuntime.

AI AgentAgentCubeAgentRuntime
0 likes · 15 min read
Unlock AgentCube on Huawei Cloud CCE to Build High‑Performance AI Agents
AI Agent Super App
AI Agent Super App
Jun 12, 2026 · Operations

End‑to‑End Prometheus Monitoring: Deployment, Tuning, HA & Troubleshooting

This guide walks through the complete Prometheus monitoring lifecycle—from binary, Docker, and Kubernetes deployments to Ansible‑driven node_exporter rollout, SNMP switch and router monitoring, alert routing via WeChat, SMS and email, production‑grade tuning, high‑availability designs, and systematic troubleshooting.

AlertmanagerAnsibleKubernetes
0 likes · 25 min read
End‑to‑End Prometheus Monitoring: Deployment, Tuning, HA & Troubleshooting
Cloud Architecture
Cloud Architecture
Jun 11, 2026 · Backend Development

RocketMQ Storage HA Deep Dive: CommitLog Mechanics to Production Controller Failover

This article analyzes RocketMQ’s storage high‑availability, detailing the CommitLog, ConsumeQueue, flushing and replication mechanisms, comparing traditional master‑slave, DLedger and Controller modes, and provides engineering configurations, code examples, capacity planning, Kubernetes deployment, monitoring and recovery practices for production‑grade fault tolerance.

CommitLogControllerDLedger
0 likes · 42 min read
RocketMQ Storage HA Deep Dive: CommitLog Mechanics to Production Controller Failover
Raymond Ops
Raymond Ops
Jun 11, 2026 · Cloud Native

Master Istio: Core Service Mesh Concepts and Hands‑On Deployment Guide

This comprehensive guide explains Istio’s sidecar architecture, traffic management, mutual TLS security, and observability features, then walks through prerequisite checks, installation with istioctl and Helm, sample Bookinfo deployment, advanced configuration, troubleshooting, monitoring, and backup strategies for production‑grade service meshes.

DevOpsIstioKubernetes
0 likes · 29 min read
Master Istio: Core Service Mesh Concepts and Hands‑On Deployment Guide
Xiao Liu Lab
Xiao Liu Lab
Jun 11, 2026 · Operations

Ops Engineer Core Skills: From Basic Commands to High‑Availability Architecture

This article provides a comprehensive roadmap for operations engineers, covering essential Linux commands, core system concepts, service principles, fault‑diagnosis methods, high‑availability architecture designs, data security, backup strategies, performance tuning, and automation scripts to handle both single‑machine and large‑scale cluster environments.

AutomationDockerKubernetes
0 likes · 13 min read
Ops Engineer Core Skills: From Basic Commands to High‑Availability Architecture
Ops Community
Ops Community
Jun 11, 2026 · Cloud Native

etcd Operations Handbook: Backup, Restore, Scaling, and Performance Tuning for Kubernetes

This guide explains why mastering etcd is essential for Kubernetes stability and walks through its core concepts, Raft consensus, MVCC storage, deployment, backup and restore procedures, scaling from three to five nodes, performance optimization, monitoring, alerting, troubleshooting, upgrade strategies, security hardening, and real‑world best‑practice recommendations.

KubernetesPerformanceRestore
0 likes · 49 min read
etcd Operations Handbook: Backup, Restore, Scaling, and Performance Tuning for Kubernetes
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 11, 2026 · Artificial Intelligence

Building an AI‑Native Multi‑Agent Digital Human Architecture on Cloud Native

The article details how a cloud‑native platform called AgentTeams enables AI‑Native multi‑agent digital‑human teams to replace manual incident response, automate end‑to‑end development workflows, and securely integrate LLMs and internal services through declarative orchestration and fine‑grained permission models.

AI-nativeAgentTeamsAutomation
0 likes · 24 min read
Building an AI‑Native Multi‑Agent Digital Human Architecture on Cloud Native
dbaplus Community
dbaplus Community
Jun 10, 2026 · Operations

Why Deploying Kubernetes on Just Three Servers Is Overkill

The article argues that for startups with only a handful of servers, using systemd and simple scripts is far more practical and cost‑effective than adopting heavyweight Kubernetes orchestration, which adds unnecessary complexity and hidden expenses.

KubernetesOperationsSystemd
0 likes · 8 min read
Why Deploying Kubernetes on Just Three Servers Is Overkill
Java Architect Essentials
Java Architect Essentials
Jun 9, 2026 · Cloud Native

Boost Spring Boot Service Availability to 99.9% with Smart K8s Probe Configurations

The article walks through common Kubernetes health‑probe pitfalls for Spring Boot services and presents a concrete set of liveness, readiness, graceful‑shutdown, autoscaling, and configuration‑separation techniques that together raise production availability to 99.9%, backed by real‑world incidents and code snippets.

AutoscalingConfig ManagementHealth Probes
0 likes · 8 min read
Boost Spring Boot Service Availability to 99.9% with Smart K8s Probe Configurations
Cloud Architecture
Cloud Architecture
Jun 9, 2026 · Cloud Native

Kubernetes Deployment Node Scheduling: A Complete Guide Beyond Just Running Pods

The article explains why the default Kubernetes scheduler is insufficient for production, details the four scheduling constraints—resource, topology, performance, and governance—covers the scheduler's internal phases, and provides practical patterns, code examples, and troubleshooting steps for robust Deployment node scheduling.

KubernetesNode SchedulingNodeAffinity
0 likes · 43 min read
Kubernetes Deployment Node Scheduling: A Complete Guide Beyond Just Running Pods
Raymond Ops
Raymond Ops
Jun 9, 2026 · Cloud Native

Kubernetes Outage? Essential Troubleshooting Guide for Production Clusters

A comprehensive, step‑by‑step guide that explains the most common Kubernetes failure scenarios—from pod crashes and image pull errors to node NotReady and API server timeouts—provides concrete kubectl commands, diagnostic scripts, real‑world case studies, best‑practice recommendations, monitoring metrics, and backup‑restore procedures to keep production clusters healthy.

Cluster OperationsKubernetesPod Debugging
0 likes · 37 min read
Kubernetes Outage? Essential Troubleshooting Guide for Production Clusters
Cloud Architecture
Cloud Architecture
Jun 7, 2026 · Cloud Native

Kubernetes ConfigMap & Secret: Principles, Architecture, and Production‑Ready Governance Guide

This guide explains why ConfigMap and Secret often cause production incidents, outlines their responsibilities, details the propagation chain from the API server to pods, and provides concrete best‑practice patterns—including immutable objects, GitOps workflows, external secret management, reloader controllers, and observability—to achieve safe, scalable configuration governance in Kubernetes.

GitOpsKubernetesSecret
0 likes · 38 min read
Kubernetes ConfigMap & Secret: Principles, Architecture, and Production‑Ready Governance Guide
Ops Community
Ops Community
Jun 7, 2026 · Information Security

Practical Container Escape Detection and Defense Strategies

This article outlines a comprehensive, step‑by‑step approach to detecting and preventing container escape attacks, covering threat modeling, vulnerability classification, hardening layers, key open‑source tools, CI/CD integration, incident response, compliance checks, and ATT&CK matrix mapping for robust Kubernetes security.

KubernetesTrivyattack detection
0 likes · 43 min read
Practical Container Escape Detection and Defense Strategies
Alibaba Cloud Native
Alibaba Cloud Native
Jun 7, 2026 · Cloud Native

Eliminate Complex Integration: AI Agent Skill Powers Cloud Monitoring

The article shows how Alibaba Cloud's CMS CLI and the AI‑driven alibabacloud‑cms‑manage Skill turn a multi‑step observability setup into a single natural‑language command, detailing the six‑step CLI workflow, the two‑stage confirmation safety, and a full K8s LangChain auto‑integration demo.

AI AgentAutomationCLI
0 likes · 10 min read
Eliminate Complex Integration: AI Agent Skill Powers Cloud Monitoring
Cloud Architecture
Cloud Architecture
Jun 6, 2026 · Cloud Native

Deep Dive into Container Runtimes: Production Architecture, Tuning, and Troubleshooting from Docker to Kubernetes

This article examines why many Kubernetes failures stem from the container runtime layer, explains the responsibilities of Docker, containerd, runc, and CRI, and provides production‑grade architectures, tuning guidelines, migration steps, security hardening, and observability practices to keep clusters stable and performant.

CRIDockerKubernetes
0 likes · 33 min read
Deep Dive into Container Runtimes: Production Architecture, Tuning, and Troubleshooting from Docker to Kubernetes
MaGe Linux Operations
MaGe Linux Operations
Jun 6, 2026 · Operations

Kubernetes etcd Operations Guide: From Backup & Restore to Cluster Performance Tuning

This comprehensive guide walks Kubernetes operators through the role of etcd, version compatibility, manual and automated backup strategies, disaster‑recovery procedures, performance tuning parameters, monitoring with Prometheus and Grafana, common failure troubleshooting, upgrade paths, and data‑at‑rest encryption, providing concrete commands and best‑practice recommendations for production clusters.

EncryptionKubernetesPerformance Tuning
0 likes · 47 min read
Kubernetes etcd Operations Guide: From Backup & Restore to Cluster Performance Tuning
Subtle Storm
Subtle Storm
Jun 6, 2026 · Backend Development

Flash Sale Architecture: A Complete Blueprint for High‑Traffic Systems

To handle the massive, short‑lived traffic of flash‑sale events, architects must combine static content delivery, Redis‑based inventory pre‑loading, asynchronous order processing, distributed rate‑limiting, stateless services, Kubernetes auto‑scaling, graceful degradation, circuit breaking, and robust monitoring to ensure reliability and prevent overload.

KubernetesMessage QueueRedis
0 likes · 8 min read
Flash Sale Architecture: A Complete Blueprint for High‑Traffic Systems
Cloud Architecture
Cloud Architecture
Jun 5, 2026 · Cloud Native

Kubernetes Rolling Updates & Rollbacks: From Deployment Mechanics to Release

Rolling updates in Kubernetes go beyond simple image changes, requiring a coordinated strategy across control planes, scheduling, service discovery, traffic routing, and application lifecycle; this article dissects Deployment mechanics, readiness probes, capacity modeling, and practical configurations to build a safe, observable, and controllable production release system.

BlueGreenCanaryKubernetes
0 likes · 31 min read
Kubernetes Rolling Updates & Rollbacks: From Deployment Mechanics to Release
Ops Community
Ops Community
Jun 5, 2026 · Cloud Native

Practical Cloud‑Native Log Aggregation with Loki, Promtail & Grafana

This guide walks SREs and DevOps engineers through the challenges of log aggregation in containerized Kubernetes environments and shows how Loki, Promtail, and Grafana together provide a low‑cost, label‑based alternative to the ELK stack, covering architecture, deployment, query language, multi‑tenant security, performance tuning, alerting, and disaster recovery.

GrafanaKubernetesLogQL
0 likes · 36 min read
Practical Cloud‑Native Log Aggregation with Loki, Promtail & Grafana
Cloud Architecture
Cloud Architecture
Jun 4, 2026 · Backend Development

Kafka Backlog Mastery: Root Causes, Emergency Fixes, and Production‑Grade Governance

This comprehensive guide explains why Kafka message backlog occurs, how to diagnose its root causes, and provides a step‑by‑step 5‑minute emergency response and production‑grade consumer architecture, including back‑pressure control, idempotent processing, capacity planning, observability, and cloud‑native deployment strategies.

BacklogConsumerKafka
0 likes · 48 min read
Kafka Backlog Mastery: Root Causes, Emergency Fixes, and Production‑Grade Governance
Raymond Ops
Raymond Ops
Jun 3, 2026 · Operations

10 Critical Kubernetes Production Failures I Caused and How to Recover

The article walks through ten real‑world Kubernetes production incidents—from an etcd disk‑full disaster to image‑pull failures—detailing symptoms, root‑cause analysis, step‑by‑step remediation commands, and preventive measures such as monitoring, quota alerts, and configuration best practices.

API ServerHorizontalPodAutoscalerImagePull
0 likes · 25 min read
10 Critical Kubernetes Production Failures I Caused and How to Recover
Raymond Ops
Raymond Ops
Jun 2, 2026 · Cloud Native

200+ Essential kubectl Commands for Managing and Troubleshooting Kubernetes Clusters

This guide compiles over 200 practical kubectl commands, covering cluster setup, context switching, resource inspection, workload management, networking, storage, security hardening, high‑availability patterns, troubleshooting techniques, and performance monitoring to help operators efficiently administer Kubernetes environments.

Cluster ManagementDevOpsKubernetes
0 likes · 39 min read
200+ Essential kubectl Commands for Managing and Troubleshooting Kubernetes Clusters
Woodpecker Software Testing
Woodpecker Software Testing
Jun 1, 2026 · Artificial Intelligence

Adversarial Testing Performance Optimization: Practical Strategies for Test Engineers

The article analyzes why adversarial testing is slow—highlighting redundant PGD steps, full model re‑execution, and serial verification—and presents a four‑stage optimization framework (intelligent termination, hierarchical reuse, parallel orchestration, feedback‑driven iteration) that dramatically speeds testing and enables CI/CD integration.

AI robustnessCI/CDKubernetes
0 likes · 8 min read
Adversarial Testing Performance Optimization: Practical Strategies for Test Engineers
Ops Community
Ops Community
Jun 1, 2026 · Cloud Native

Prevent a Single Pod from Crashing Your Kubernetes Cluster with Resource Quota

This article explains why missing ResourceQuota and LimitRange cause cluster-wide failures, walks through core concepts, provides step‑by‑step commands for quota inspection, creation, and validation, shares a real‑world outage case study, and offers best‑practice recommendations, advanced configurations, monitoring, and rollback procedures for Kubernetes resource management.

ClusterOperationsDevOpsKubernetes
0 likes · 40 min read
Prevent a Single Pod from Crashing Your Kubernetes Cluster with Resource Quota
Cloud Architecture
Cloud Architecture
May 31, 2026 · Cloud Native

Mastering Kubernetes API Server: Deep Dive and Production Best Practices

This comprehensive guide dissects the Kubernetes API Server’s request flow, storage model, consistency guarantees, and extension mechanisms, then walks through a real P0 incident, capacity‑planning tables, APF flow‑control, webhook design, etcd tuning, and concrete code samples to help platform teams build and operate production‑grade control planes.

APFAPI ServerAdmission Webhook
0 likes · 40 min read
Mastering Kubernetes API Server: Deep Dive and Production Best Practices
MaGe Linux Operations
MaGe Linux Operations
May 31, 2026 · Fundamentals

Essential Network Basics for Ops: IP Addresses, Subnet Masks, and Gateways Explained

This guide walks operations engineers through core networking concepts—including IP address structure, binary‑decimal conversion, private address ranges, subnet masks, CIDR notation, gateway functions, VLAN isolation, routing tables, DNS resolution, Docker/Kubernetes networking, and firewall configuration—while providing concrete command‑line examples and step‑by‑step troubleshooting workflows.

DockerIP addressingKubernetes
0 likes · 35 min read
Essential Network Basics for Ops: IP Addresses, Subnet Masks, and Gateways Explained
Cloud Architecture
Cloud Architecture
May 29, 2026 · Cloud Native

Batch Task Platform on Kubernetes: From Job Wrappers to Scalable Control Plane

The article explains how to design a production‑grade, unified batch‑task platform on Kubernetes that goes beyond a simple job UI, covering unified abstractions, multi‑tenant governance, state‑machine modeling, scalable scheduling, high‑concurrency handling, observability, security, and a phased roadmap for incremental implementation.

Batch ProcessingKubernetescloud native
0 likes · 36 min read
Batch Task Platform on Kubernetes: From Job Wrappers to Scalable Control Plane
Cloud Architecture
Cloud Architecture
May 29, 2026 · Cloud Native

DAG‑as‑Code: Building a Production‑Grade Batch Orchestration System with Argo Workflows

This article explains how to design and operate a scalable, multi‑tenant batch processing platform on Kubernetes using Argo Workflows, covering core concepts, DAG scheduling, concurrency control, controller scaling, artifact handling, event‑driven triggers, and practical best‑practice patterns for production reliability and cost efficiency.

Argo WorkflowsBatch ProcessingConcurrency Control
0 likes · 33 min read
DAG‑as‑Code: Building a Production‑Grade Batch Orchestration System with Argo Workflows
Ops Community
Ops Community
May 29, 2026 · Cloud Native

10 Common Pitfalls When Migrating Docker‑Compose to Kubernetes

This guide details the ten most frequent issues encountered when converting Docker‑Compose configurations to Kubernetes, explains why direct mappings often fail, and provides concrete examples, correct configurations, validation steps, and best‑practice recommendations to help teams avoid weeks of troubleshooting.

ContainersDevOpsDocker Compose
0 likes · 47 min read
10 Common Pitfalls When Migrating Docker‑Compose to Kubernetes
Tinker Programmer
Tinker Programmer
May 29, 2026 · Cloud Native

K8s Scheduler Black Box: How TopologySpreadConstraints’ Math Can Trip Engineers

The article explains why Pod anti‑affinity often falls short, how TopologySpreadConstraints enforce a maxSkew balance across topology domains, why an “empty topology domain” can cause Pods to stay Pending, and provides a step‑by‑step guide to tightening domain scope and building custom Go scheduler plugins with the Kubernetes Scheduling Framework, while warning about dependency and version pitfalls.

GoKubernetesPod Pending
0 likes · 8 min read
K8s Scheduler Black Box: How TopologySpreadConstraints’ Math Can Trip Engineers
Cloud Architecture
Cloud Architecture
May 28, 2026 · Cloud Native

Production‑Ready Guide to Kubernetes Jobs & CronJobs: Controller Mechanics to Batch Platform Design

This article explains how Kubernetes Jobs and CronJobs work under the hood, outlines production‑grade design principles such as idempotency, failure modeling, scaling, observability, and security, and provides concrete YAML configurations and Go code examples for building a reliable, high‑throughput batch processing platform.

Batch ProcessingCronJobGo
0 likes · 46 min read
Production‑Ready Guide to Kubernetes Jobs & CronJobs: Controller Mechanics to Batch Platform Design
MaGe Linux Operations
MaGe Linux Operations
May 28, 2026 · Cloud Native

7 Quick Ways to Diagnose a Kubernetes Pod Stuck in Pending

When a Kubernetes Pod remains in the Pending state, this guide walks through seven systematic troubleshooting directions—covering node resource shortages, taints and tolerations, node selectors and affinity, PVC binding issues, image pull problems, quota limits, and priority or topology constraints—providing concrete commands, examples, and remediation steps to get the pod running.

AffinityKubernetesPVC
0 likes · 47 min read
7 Quick Ways to Diagnose a Kubernetes Pod Stuck in Pending
Tinker Programmer
Tinker Programmer
May 28, 2026 · Cloud Native

Master Real Kubernetes Scheduling on Windows: Ditch Single‑Node “Fake” Labs

This article explains why single‑node clusters cannot demonstrate true Kubernetes pod scheduling, recommends using Kind to create multi‑node clusters on Windows, and walks through the scheduler’s filtering and scoring steps with concrete experiments such as nodeSelector, affinity, taints, requests/limits, and preemption.

KindKubernetesNode Affinity
0 likes · 11 min read
Master Real Kubernetes Scheduling on Windows: Ditch Single‑Node “Fake” Labs