Tagged articles

Kubernetes

4380 articles · Page 7 of 44
MaGe Linux Operations
MaGe Linux Operations
Oct 15, 2025 · Cloud Native

Master Kubernetes Troubleshooting: From CrashLoopBackOff to Network Failures

This comprehensive guide walks you through Kubernetes fault diagnosis, covering pod lifecycle issues, resource scheduling, network communication errors, storage mounting problems, and node failures, with step‑by‑step methodologies, essential kubectl commands, real‑world case studies, and best‑practice recommendations to quickly identify and resolve production incidents.

DevOpsKubernetescloud-native
0 likes · 36 min read
Master Kubernetes Troubleshooting: From CrashLoopBackOff to Network Failures
MaGe Linux Operations
MaGe Linux Operations
Oct 14, 2025 · Cloud Native

Scaling Kubernetes from 1,000 to 5,000 Nodes: Real‑World Performance Tuning Guide

This article details a step‑by‑step, production‑grade guide for expanding a Kubernetes cluster from 1,000 to 5,000 nodes, covering control‑plane HA, etcd tuning, network and scheduler optimizations, monitoring, and real‑world case studies to achieve stable, high‑performance large‑scale deployments.

Control PlaneKubernetesPerformance Tuning
0 likes · 27 min read
Scaling Kubernetes from 1,000 to 5,000 Nodes: Real‑World Performance Tuning Guide
dbaplus Community
dbaplus Community
Oct 13, 2025 · Cloud Native

10 Common Kubernetes Deployment Errors and How to Fix Them

When Kubernetes deployments fail, most issues stem from misconfigurations, image problems, or resource constraints, and this guide explains the ten most frequent errors, detailed troubleshooting commands, a generic debugging framework, and proactive practices to prevent future failures.

ContainersDevOpsKubernetes
0 likes · 14 min read
10 Common Kubernetes Deployment Errors and How to Fix Them
Raymond Ops
Raymond Ops
Oct 13, 2025 · Information Security

How to Secure Your Ubuntu Kubernetes Cluster: A Step‑by‑Step Hardening Guide

This comprehensive guide explains how to harden an Ubuntu‑based Kubernetes cluster with external IPs by applying system hardening, firewall rules, TLS encryption, Calico network policies, RBAC permissions, audit logging, and verification steps to achieve a multi‑layered security posture.

KubernetesRBACSecurity
0 likes · 17 min read
How to Secure Your Ubuntu Kubernetes Cluster: A Step‑by‑Step Hardening Guide
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Oct 13, 2025 · Cloud Native

Mastering Kubernetes Load Balancing: Internal & External Strategies Explained

This article provides a comprehensive overview of Kubernetes load balancing, detailing internal Service‑based balancing and external cloud‑provider solutions, illustrating configuration examples for ClusterIP, NodePort, and LoadBalancer types, and comparing common traffic‑distribution algorithms such as round‑robin, least connections, session affinity, and weighted routing.

ClusterIPKubernetesNodePort
0 likes · 4 min read
Mastering Kubernetes Load Balancing: Internal & External Strategies Explained
Ray's Galactic Tech
Ray's Galactic Tech
Oct 12, 2025 · Cloud Native

Master Production‑Grade Kubernetes YAML: 10+ Security & Performance Checks

This guide presents a comprehensive, production‑ready Kubernetes YAML checklist covering over ten essential security, stability, observability, and scalability validation points, plus eight advanced best‑practice recommendations, enabling teams to create robust, maintainable, and automated configuration pipelines.

KubernetesProductionSecurity
0 likes · 12 min read
Master Production‑Grade Kubernetes YAML: 10+ Security & Performance Checks
Ops Community
Ops Community
Oct 12, 2025 · Operations

When etcd Certificates Expire: How One Failure Crippled an Entire Kubernetes Cluster

A midnight alarm revealed that an expired etcd TLS certificate caused a cascade of failures across a Kubernetes cluster, leading to a full outage that took over half an hour to diagnose, remediate, and restore, highlighting the critical need for proactive certificate management and automated monitoring.

Cluster RecoveryKubernetescertificate expiration
0 likes · 44 min read
When etcd Certificates Expire: How One Failure Crippled an Entire Kubernetes Cluster
Ray's Galactic Tech
Ray's Galactic Tech
Oct 11, 2025 · Operations

Essential Kubernetes Ops Cheat Sheet: Quick Commands & Tips

A concise reference guide that outlines core Kubernetes concepts, categorizes essential kubectl commands for creation, troubleshooting, rollout, scaling, port‑forwarding, node management, and multi‑cluster contexts, and provides practical tips and a quick‑lookup command table for everyday operations.

Cheat SheetKubernetescloud-native
0 likes · 6 min read
Essential Kubernetes Ops Cheat Sheet: Quick Commands & Tips
Full-Stack DevOps & Kubernetes
Full-Stack DevOps & Kubernetes
Oct 10, 2025 · Cloud Native

How a Misconfigured Liveness Probe Crashed a Service – Lessons & Fixes

An overnight outage at a financial firm, caused by a misconfigured Kubernetes liveness probe that returned 200 before the app was ready, led to massive losses; the article explains the difference between liveness and readiness probes, proper configuration examples, real‑world scenarios, troubleshooting steps, and best‑practice recommendations to avoid similar failures.

KubernetesReadiness Probeliveness probe
0 likes · 8 min read
How a Misconfigured Liveness Probe Crashed a Service – Lessons & Fixes
MaGe Linux Operations
MaGe Linux Operations
Oct 9, 2025 · Cloud Native

100 Essential Kubectl Commands for Kubernetes Diagnosis (Free PDF)

The article reports a recent outage of the popular game 'Honor of Kings' with official apologies and promises to restore points, then shifts to a comprehensive guide of 100 Kubectl commands for diagnosing Kubernetes clusters, including cluster info, pod, service, network, and security checks, with a free PDF download.

K8s commandsKubernetesdiagnostics
0 likes · 5 min read
100 Essential Kubectl Commands for Kubernetes Diagnosis (Free PDF)
Ops Community
Ops Community
Oct 8, 2025 · Cloud Native

How I Cut My Kubernetes Cloud Bill by 60% in 3 Months – Proven Strategies

Facing a 35‑million‑yuan monthly Kubernetes bill, the author analyzed hidden cost components, implemented five optimization campaigns—including resource request tuning, autoscaling, spot instances, storage tiering, and network consolidation—and reduced monthly expenses by 60% while boosting performance, delivering a detailed, reproducible methodology.

AutoscalingFinOpsKubernetes
0 likes · 33 min read
How I Cut My Kubernetes Cloud Bill by 60% in 3 Months – Proven Strategies
MaGe Linux Operations
MaGe Linux Operations
Oct 8, 2025 · Operations

Build an Enterprise‑Grade DevOps Pipeline in 7 Days: Hands‑On Guide + Ready‑to‑Use Scripts

This step‑by‑step guide shows how to create a full‑stack, enterprise‑level DevOps CI/CD pipeline—from environment setup and Docker installation to Jenkins pipeline scripts, Kubernetes deployments, monitoring, security hardening, and cost‑optimisation—enabling teams to reduce release cycles from days to minutes within a week.

AutomationCI/CDDevOps
0 likes · 38 min read
Build an Enterprise‑Grade DevOps Pipeline in 7 Days: Hands‑On Guide + Ready‑to‑Use Scripts
Raymond Ops
Raymond Ops
Oct 7, 2025 · Cloud Native

Why Choose K3s Over K8s? A Hands‑On Guide to Lightweight Kubernetes

This article explains the key differences between K3s and standard Kubernetes, walks through installing K3s, accessing the cluster, adding nodes, deploying an Nginx service with a ClusterIP and Ingress, and summarizes when to prefer K3s versus full‑featured K8s for lightweight, resource‑constrained environments.

K3sKubernetesdeployment
0 likes · 10 min read
Why Choose K3s Over K8s? A Hands‑On Guide to Lightweight Kubernetes
Architect's Guide
Architect's Guide
Oct 6, 2025 · Operations

Mastering Graceful Shutdown in Kubernetes: Real-World Spring Boot & Nacos Cases

This article explains the concept of graceful shutdown, walks through detailed Kubernetes pod termination steps, presents real-world Spring Boot and Nacos integration cases, analyzes common pitfalls such as premature termination and message loss, and offers practical optimization strategies for handling MQ, scheduled tasks, and traffic control.

KubernetesNacosOperations
0 likes · 12 min read
Mastering Graceful Shutdown in Kubernetes: Real-World Spring Boot & Nacos Cases
DevOps Coach
DevOps Coach
Oct 5, 2025 · Cloud Native

How Medium Scales Microservices with Kubernetes: Architecture, Tools, and Tuning

Medium explains why it chose Kubernetes for microservice management, describes its multi‑cluster deployment across four availability zones, details configuration tooling with Terraform, and shares scaling optimizations using a cluster over‑provisioner and pod preemption to achieve smoother node utilization.

Cluster OverprovisionerKubernetescloud native
0 likes · 7 min read
How Medium Scales Microservices with Kubernetes: Architecture, Tools, and Tuning
dbaplus Community
dbaplus Community
Oct 5, 2025 · Cloud Native

Binary Deployment vs kubeadm: Which Kubernetes Setup Fits Your Enterprise?

This article compares manual binary deployment and kubeadm‑based installation of Kubernetes, covering core architectural differences, high‑availability designs, upgrade procedures, security models, enterprise scenario‑driven selection criteria, practical implementation steps, and concluding recommendations for choosing the most suitable approach.

KubernetesSecurityUpgrade
0 likes · 14 min read
Binary Deployment vs kubeadm: Which Kubernetes Setup Fits Your Enterprise?
Java Tech Enthusiast
Java Tech Enthusiast
Oct 4, 2025 · Cloud Native

Run a Full Windows Desktop Inside Docker – Quick Guide

This article introduces the open‑source dockur/windows project that lets you run a complete Windows 11 (or other editions) inside a Docker container, eliminating the need for a virtual machine or remote desktop, and provides step‑by‑step instructions using Docker Compose, CLI, and Kubernetes.

Docker ComposeKubernetesVirtualization
0 likes · 4 min read
Run a Full Windows Desktop Inside Docker – Quick Guide
IT Architects Alliance
IT Architects Alliance
Oct 3, 2025 · Backend Development

Designing High‑Performance API Gateways for Microservices: Best Practices & Code Samples

This article explores why API gateways are essential in microservice architectures, outlines core design functions such as routing, load balancing, authentication, rate limiting, and protocol translation, and provides practical code examples, performance‑tuning strategies, technology comparisons, and deployment guidelines for robust backend systems.

API-gatewayJavaKubernetes
0 likes · 11 min read
Designing High‑Performance API Gateways for Microservices: Best Practices & Code Samples
Raymond Ops
Raymond Ops
Oct 3, 2025 · Cloud Native

Master Helm: A Complete Guide to Kubernetes Package Management and Deployment

This comprehensive tutorial explains Helm, the Kubernetes package manager, covering core concepts, workflow, differences between Helm 3 and Helm 2, installation steps, repository handling, chart structure, custom chart creation, deployment, upgrade, rollback, and integration with Harbor, providing practical commands and examples.

HelmKubernetesPackage Management
0 likes · 22 min read
Master Helm: A Complete Guide to Kubernetes Package Management and Deployment
ITPUB
ITPUB
Oct 3, 2025 · Big Data

How Qunar Travel Cut 2000 CPU Cores by Optimizing Kafka Production

This case study details how Qunar Travel's engineering team analyzed Kafka production bottlenecks during peak traffic, added targeted monitoring, tuned thread and batch parameters, and validated the changes through gray‑scale tests, ultimately saving about 2000 CPU cores across three clusters while reducing request volume and improving network and disk utilization.

Big DataCPU SavingsKafka
0 likes · 14 min read
How Qunar Travel Cut 2000 CPU Cores by Optimizing Kafka Production
MaGe Linux Operations
MaGe Linux Operations
Oct 3, 2025 · Cloud Native

Docker Swarm vs Kubernetes in 2025: Real Architect Insights for Choosing the Right Platform

In 2025, a seasoned architect compares Docker Swarm and Kubernetes from evolution, architecture complexity, functionality, ecosystem, operational cost, performance, security, and scalability, providing real‑world case studies, decision trees, and practical recommendations to help teams of any size select the most suitable container orchestration solution.

Container OrchestrationDocker SwarmKubernetes
0 likes · 31 min read
Docker Swarm vs Kubernetes in 2025: Real Architect Insights for Choosing the Right Platform
ITPUB
ITPUB
Sep 30, 2025 · Operations

Turning Ops Chaos into Order: Postmortems, Tools, and AI‑Powered Assistants

This article explains why the chaotic nature of modern operations—spanning mixed‑technology stacks, cross‑domain tasks, and legacy‑new architecture battles—creates value, outlines a fair post‑mortem process, and introduces practical tools and AI agents such as LinuxMirrors, kubectl‑ai, Zread AI, and Lerwee that help turn disorder into reliable, automated workflows.

AI assistantKubernetesdevops tools
0 likes · 11 min read
Turning Ops Chaos into Order: Postmortems, Tools, and AI‑Powered Assistants
Raymond Ops
Raymond Ops
Sep 29, 2025 · Cloud Native

Master GitLab: From History to Full Installation & Configuration Guide

This article provides a comprehensive overview of GitLab—including its origins, key features, and evolution—followed by detailed, step‑by‑step instructions for installing, configuring, and accessing GitLab on Rocky Linux, covering repository management, CI/CD pipelines, and Kubernetes integration.

CI/CDConfigurationDevOps
0 likes · 9 min read
Master GitLab: From History to Full Installation & Configuration Guide
MaGe Linux Operations
MaGe Linux Operations
Sep 29, 2025 · Cloud Native

How to Build an Enterprise‑Grade Monitoring & Alerting System with Prometheus and Grafana

This article explains how to design and implement a cloud‑native observability platform using Prometheus and Grafana, covering architecture evolution, core Prometheus concepts, high‑availability cluster deployment, storage tuning, sharding, alert rule design, Grafana dashboard automation, multi‑cluster monitoring, and best‑practice recommendations for modern enterprises.

Cloud Native MonitoringGrafanaKubernetes
0 likes · 26 min read
How to Build an Enterprise‑Grade Monitoring & Alerting System with Prometheus and Grafana
Efficient Ops
Efficient Ops
Sep 28, 2025 · Cloud Native

Why Cilium Is the Game-Changing Cloud‑Native CNI for Kubernetes

Cilium leverages eBPF to provide a high‑performance, secure, and observable cloud‑native networking solution for Kubernetes, offering flat L3 networking, flexible routing, advanced load balancing, identity‑based security policies, and seamless integration via CNI, Helm, and Hubble, with step‑by‑step deployment instructions.

Cloud Native NetworkingKubernetescilium
0 likes · 8 min read
Why Cilium Is the Game-Changing Cloud‑Native CNI for Kubernetes
21CTO
21CTO
Sep 27, 2025 · Databases

PostgreSQL 18 Unveiled: Async I/O, OAuth Security, and SQL Boosts Explained

PostgreSQL 18 introduces async I/O for faster queries, built‑in OAuth authentication, expanded SQL standard support, optimizer and extension enhancements, and tighter Kubernetes integration, delivering higher performance, stronger security, and greater flexibility for developers and DBAs tackling modern analytics, AI workloads, and distributed environments.

Async I/OKubernetesOAuth
0 likes · 8 min read
PostgreSQL 18 Unveiled: Async I/O, OAuth Security, and SQL Boosts Explained
Ray's Galactic Tech
Ray's Galactic Tech
Sep 26, 2025 · Cloud Native

How to Deploy Production-Ready Spring Boot Apps on Kubernetes (V2 Guide)

Learn step-by-step how to prepare, containerize, and securely deploy a Spring Boot application on Kubernetes, covering health checks, metrics, logging, JVM tuning, multi-stage Docker builds, Helm-like resources, ConfigMaps, Secrets, Ingress, HPA, monitoring, CI/CD pipelines, and rollback strategies for production-grade reliability.

CI/CDDockerKubernetes
0 likes · 9 min read
How to Deploy Production-Ready Spring Boot Apps on Kubernetes (V2 Guide)
Ops Community
Ops Community
Sep 26, 2025 · Cloud Native

Cut Your Kubernetes Cloud Bill by 50%: Proven Cost‑Optimization Tricks

This article reveals why Kubernetes can become a costly “money‑eater” and provides a step‑by‑step, data‑driven methodology—including resource profiling, Spot instance mixing, HPA/VPA pairing, smart scheduling, and FinOps practices—that can halve your cloud expenses within weeks.

FinOpsKubernetescloud native
0 likes · 14 min read
Cut Your Kubernetes Cloud Bill by 50%: Proven Cost‑Optimization Tricks
Raymond Ops
Raymond Ops
Sep 25, 2025 · Cloud Native

Enable Kubernetes in Docker Desktop: A Step‑by‑Step Guide

This guide walks you through installing Docker Desktop, configuring registry mirrors, running a PowerShell script to preload required images, enabling the built‑in Kubernetes cluster, and accessing the Kubernetes Dashboard, providing a complete solution for quickly setting up a local K8s environment on Windows or macOS.

DashboardKubernetesPowerShell
0 likes · 8 min read
Enable Kubernetes in Docker Desktop: A Step‑by‑Step Guide
Cloud Native Technology Community
Cloud Native Technology Community
Sep 25, 2025 · Cloud Native

Master the Top 10 Kubernetes Troubleshooting Techniques Every DevOps Engineer Needs

This guide walks DevOps engineers through ten essential Kubernetes troubleshooting techniques—covering CrashLoopBackOff, ImagePullBackOff, NotReady nodes, Pending pods, and OOMKilled errors—with step‑by‑step commands, log analysis, and resource management strategies to quickly diagnose and resolve common cluster issues.

DevOpsKubernetescontainer
0 likes · 12 min read
Master the Top 10 Kubernetes Troubleshooting Techniques Every DevOps Engineer Needs
DevOps Coach
DevOps Coach
Sep 24, 2025 · Cloud Native

Why Ingress Falls Short and How the New Kubernetes Gateway API Solves It

This article examines the shortcomings of traditional Kubernetes Ingress, introduces the more flexible Gateway API, explains its core components and role‑based architecture, and provides a step‑by‑step YAML example that migrates an Ingress configuration to Gateway API resources.

Gateway APIKubernetesTraffic Management
0 likes · 9 min read
Why Ingress Falls Short and How the New Kubernetes Gateway API Solves It
dbaplus Community
dbaplus Community
Sep 23, 2025 · Cloud Native

Mastering Kubernetes in 2025: 6 Proven Strategies for Secure, Scalable Ops

This guide outlines six essential Kubernetes management practices for 2025—Infrastructure as Code, centralized monitoring and logging, SSL-offloaded ingress, RBAC with OIDC, GitOps deployments, and secret management—offering concrete steps, tool recommendations, and security tips to build reliable, automated cloud‑native clusters.

DevOpsGitOpsIaC
0 likes · 7 min read
Mastering Kubernetes in 2025: 6 Proven Strategies for Secure, Scalable Ops
Raymond Ops
Raymond Ops
Sep 23, 2025 · Cloud Native

How to Deploy MetalLB LoadBalancer on Bare‑Metal Kubernetes with Calico

This guide explains Kubernetes Service concepts, the different Service types and ports, introduces MetalLB as a LoadBalancer solution for bare‑metal clusters, walks through its installation, configuration, testing, integration with Ingress, and also covers Calico networking fundamentals and architecture.

CalicoKubernetesLoadBalancer
0 likes · 15 min read
How to Deploy MetalLB LoadBalancer on Bare‑Metal Kubernetes with Calico
Raymond Ops
Raymond Ops
Sep 22, 2025 · Operations

Master Canary Deployments with Argo Rollout: A Step‑by‑Step Guide

This guide explains how to implement canary releases on Kubernetes using Argo Rollout, covering manual setup of production and canary environments, traffic splitting via Ingress annotations, and fully automated rollout steps with weight adjustments, pauses, and promotion to production.

Argo RolloutAutomationCanary Deployment
0 likes · 16 min read
Master Canary Deployments with Argo Rollout: A Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Sep 21, 2025 · Cloud Native

Master Kubernetes: Core Concepts, Architecture, and Real‑World Practices

This comprehensive guide explains why Kubernetes engineers are critical for modern digital transformation, outlines eight essential interview topics, details core components, service‑discovery methods, pod resource sharing, CNI plugins, multi‑layer load balancing, network isolation principles, and IP address classifications, providing a solid foundation for both learning and interview preparation.

Container OrchestrationKubernetesPod Architecture
0 likes · 15 min read
Master Kubernetes: Core Concepts, Architecture, and Real‑World Practices
Ray's Galactic Tech
Ray's Galactic Tech
Sep 21, 2025 · Cloud Native

How to Deploy a Scalable Kafka Cluster on Bare Metal and Kubernetes

This guide walks you through installing a high‑availability Kafka cluster, covering both bare‑metal/virtual‑machine setups and Kubernetes‑based deployments with Helm, including environment preparation, ZooKeeper configuration, broker settings, Helm chart customization, KRaft mode, and production‑grade tuning recommendations.

HelmKRaftKafka
0 likes · 7 min read
How to Deploy a Scalable Kafka Cluster on Bare Metal and Kubernetes
DevOps Coach
DevOps Coach
Sep 20, 2025 · Cloud Native

Why a Tiny Memory‑Intensive Process Caused 100× Latency Spikes After Pinterest’s Search Migration to Kubernetes

During Pinterest’s migration of its high‑traffic Manas search platform to the PinCompute Kubernetes environment, engineers observed an extremely rare latency outlier—one in a million requests took 100 times longer—prompting a deep investigation that traced the root cause to cAdvisor’s memory‑intensive smaps scans interfering with leaf node processing.

KubernetesMemory ManagementcAdvisor
0 likes · 14 min read
Why a Tiny Memory‑Intensive Process Caused 100× Latency Spikes After Pinterest’s Search Migration to Kubernetes
Ray's Galactic Tech
Ray's Galactic Tech
Sep 20, 2025 · Operations

How to Safely Upgrade a ZooKeeper Node’s IP Without Disrupting the Cluster

This guide explains why changing a ZooKeeper node’s IP requires updating the configuration on all members, then walks through a step‑by‑step procedure—including stopping the target node, editing zoo.cfg on every server, restarting the remaining nodes, and verifying the quorum—plus best‑practice tips for Kubernetes deployments.

Cluster ManagementIP upgradeKubernetes
0 likes · 7 min read
How to Safely Upgrade a ZooKeeper Node’s IP Without Disrupting the Cluster
IT Architects Alliance
IT Architects Alliance
Sep 18, 2025 · Cloud Native

Why Containers, Kubernetes, and Service Mesh Are the Modern Cloud‑Native Trinity

An in‑depth look at how containers, Kubernetes, and Service Mesh together form the core of modern cloud‑native architectures, covering their evolution, practical adoption stages, trade‑offs in complexity, decision‑making matrices, best‑practice implementation tips, and emerging trends such as edge computing and WebAssembly.

ContainersKubernetesService Mesh
0 likes · 10 min read
Why Containers, Kubernetes, and Service Mesh Are the Modern Cloud‑Native Trinity
Cloud Native Technology Community
Cloud Native Technology Community
Sep 18, 2025 · Cloud Native

Why Kubernetes Gateway API Is the Next‑Gen Solution Over Ingress

Gateway API replaces the traditional Ingress API with a more powerful, standardized, role‑oriented model that supports advanced L4/L7 routing, multi‑protocol traffic, and seamless service‑mesh integration, addressing Ingress’s limitations in scalability, portability, and complex configuration for both platform and application teams.

Gateway APIKubernetesService Mesh
0 likes · 11 min read
Why Kubernetes Gateway API Is the Next‑Gen Solution Over Ingress
Raymond Ops
Raymond Ops
Sep 17, 2025 · Cloud Native

Enable GPU Acceleration in Docker and Kubernetes with NVIDIA Toolkit

This guide walks through checking the system environment, installing the NVIDIA Docker plugin, configuring Docker to use the NVIDIA runtime, verifying GPU access, deploying the NVIDIA device plugin in a Kubernetes cluster, creating a GPU‑enabled pod, and testing GPU‑accelerated video processing with FFmpeg.

Container ToolkitDockerGPU
0 likes · 12 min read
Enable GPU Acceleration in Docker and Kubernetes with NVIDIA Toolkit
MaGe Linux Operations
MaGe Linux Operations
Sep 17, 2025 · Operations

Unlock 5 CI/CD Ops Secrets to Triple Deployment Speed

This comprehensive guide reveals essential CI/CD operational techniques—from pipeline bottleneck detection and Docker multi‑stage builds to parallel execution, smart testing, blue‑green and canary deployments, full‑stack monitoring, cost‑saving cloud strategies, and a real‑world e‑commerce case study—helping teams dramatically boost efficiency, reliability, and security.

AutomationCI/CDDocker
0 likes · 46 min read
Unlock 5 CI/CD Ops Secrets to Triple Deployment Speed
Architect
Architect
Sep 15, 2025 · Cloud Native

Is Docker Still the King? Exploring the Next Generation of Container Tools

While Docker once dominated containerization, its growing overhead, security concerns, and limited flexibility have prompted developers to explore lighter, more secure alternatives such as ServBay, Podman, containerd, and micro‑Kubernetes solutions, signaling a shift toward diversified, cloud‑native orchestration strategies for modern infrastructure.

DevOpsDockerKubernetes
0 likes · 9 min read
Is Docker Still the King? Exploring the Next Generation of Container Tools
Ops Community
Ops Community
Sep 15, 2025 · Cloud Native

Master Kubernetes Log Collection: From Basics to Advanced EFK & Loki Solutions

This comprehensive guide explains why log management is critical for large Kubernetes clusters, outlines common pain points, presents full‑stack architectures, details EFK and Loki implementations with code samples, and offers performance, security, cost‑optimization, and future‑trend recommendations.

EFKKubernetesLoki
0 likes · 16 min read
Master Kubernetes Log Collection: From Basics to Advanced EFK & Loki Solutions
JD Tech Talk
JD Tech Talk
Sep 15, 2025 · Cloud Native

How AI Boosts Kubernetes Cluster Inspection with k8s‑cluster‑inspector

This article explains how the k8s‑cluster‑inspector component automates Kubernetes cluster checks, enriches the findings with AI‑generated solutions, and outlines the end‑to‑end workflow and provider design that make the inspection results more reliable and actionable.

AIAutomationCluster Inspection
0 likes · 5 min read
How AI Boosts Kubernetes Cluster Inspection with k8s‑cluster‑inspector
DevOps Coach
DevOps Coach
Sep 14, 2025 · Operations

How We Cut Redis Costs by 95% with AWS ElastiCache Serverless for Argo CD

This article details Kaltura's migration of Argo CD's built‑in Redis to AWS ElastiCache Serverless for Valkey, explaining the cost, performance, and operational challenges of the default setup, the step‑by‑step migration process, and the substantial savings and reliability gains achieved.

Argo CDElastiCacheGitOps
0 likes · 11 min read
How We Cut Redis Costs by 95% with AWS ElastiCache Serverless for Argo CD
MaGe Linux Operations
MaGe Linux Operations
Sep 14, 2025 · Operations

10 Essential PromQL Queries Every Ops Engineer Must Master

This article presents ten practical PromQL query examples covering CPU, memory, disk, network, application, database, Kubernetes, and business metrics, along with key concepts, alerting thresholds, and best‑practice tips to help operations engineers build a comprehensive monitoring system in cloud‑native environments.

KubernetesPromQL
0 likes · 23 min read
10 Essential PromQL Queries Every Ops Engineer Must Master
IT Architects Alliance
IT Architects Alliance
Sep 13, 2025 · Cloud Computing

Why Multi‑Cloud Strategies Are Replacing Single‑Vendor Cloud Choices

Enterprises are shifting from single‑vendor cloud adoption to multi‑cloud and hybrid architectures, driven by concerns over vendor lock‑in, compliance, cost, performance, and resilience, with Kubernetes providing a unified layer to orchestrate workloads across AWS, Azure, and Alibaba Cloud.

KubernetesMulti-Cloudcloud architecture
0 likes · 10 min read
Why Multi‑Cloud Strategies Are Replacing Single‑Vendor Cloud Choices
ITPUB
ITPUB
Sep 12, 2025 · Cloud Native

Why Deploying MySQL in Production Containers Is a Bad Idea

Deploying MySQL in production containers introduces volatile storage, unstable networking, performance variability, and replication challenges that clash with the database's need for persistent, high‑availability, and consistent operation, making native VM or bare‑metal deployments far more reliable.

ContainersDatabase deploymentKubernetes
0 likes · 7 min read
Why Deploying MySQL in Production Containers Is a Bad Idea
Cloud Native Technology Community
Cloud Native Technology Community
Sep 12, 2025 · Cloud Native

Why Kubernetes 1.34 Is a Must‑Upgrade for DevOps Teams

Kubernetes 1.34, released on August 27 2025, brings mature security defaults, cost‑saving features, and operational improvements such as ServiceAccount token image pulls, KYAML output, per‑deployment HPA tolerance, admission policy mutation, and dynamic resource allocation, all of which are crucial for DevOps teams to test before production rollout.

AutomationDevOpsKubernetes
0 likes · 12 min read
Why Kubernetes 1.34 Is a Must‑Upgrade for DevOps Teams
dbaplus Community
dbaplus Community
Sep 11, 2025 · Cloud Native

Building a Scalable Kubernetes Monitoring Architecture and Alert Management

This guide presents a comprehensive, layered Kubernetes monitoring architecture—including control plane, node, resource, and extension layers—detailing high‑availability Prometheus deployment, alert grouping strategies, custom CRD metrics, visualization dashboards, and practical best‑practice recommendations for reliable observability in cloud‑native environments.

Kubernetesalertingcloud native
0 likes · 11 min read
Building a Scalable Kubernetes Monitoring Architecture and Alert Management
MaGe Linux Operations
MaGe Linux Operations
Sep 11, 2025 · Operations

Mastering Kubernetes Pod Lifecycle: Real‑World Troubleshooting Techniques

This comprehensive guide dissects every stage of the Kubernetes Pod lifecycle, explains underlying mechanisms, and equips operators with practical debugging commands, scripts, and best‑practice configurations to swiftly resolve common production issues such as pending pods, crash loops, slow startups, and network failures.

KubernetesPod Lifecyclecloud native
0 likes · 21 min read
Mastering Kubernetes Pod Lifecycle: Real‑World Troubleshooting Techniques
Architecture Digest
Architecture Digest
Sep 11, 2025 · Databases

Master RedisInsight: Install, Configure, and Deploy Redis GUI on Kubernetes

This guide explains how Redis, a high‑performance in‑memory database, works with the RedisInsight visual tool, covering its key features, step‑by‑step installation on Linux, environment‑variable configuration, service startup, Kubernetes deployment via YAML, and basic usage for monitoring, data manipulation, and memory analysis.

Database ManagementInstallationKubernetes
0 likes · 8 min read
Master RedisInsight: Install, Configure, and Deploy Redis GUI on Kubernetes
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Sep 11, 2025 · Cloud Native

Mastering Kubernetes: Core Architecture and Principles Explained

This article introduces Kubernetes as an open‑source container orchestration platform, outlines its master‑node architecture, explains the key components such as API Server, Scheduler, Controller Manager, etcd, kubelet and kube‑proxy, and describes the typical workflow for deploying applications.

Container OrchestrationDevOpsKubernetes
0 likes · 5 min read
Mastering Kubernetes: Core Architecture and Principles Explained
Liangxu Linux
Liangxu Linux
Sep 9, 2025 · Cloud Native

8 Must‑Know Kubernetes Core Concepts Every Engineer Should Master

This article explains why Kubernetes engineers are critical, outlines eight essential interview topics, and provides a detailed walkthrough of K8s architecture, components, networking, service discovery, load balancing, CNI plugins, isolation dimensions, and IP addressing schemes.

Kubernetescontainerservice discovery
0 likes · 14 min read
8 Must‑Know Kubernetes Core Concepts Every Engineer Should Master
DevOps Coach
DevOps Coach
Sep 8, 2025 · Operations

How I Cut Kubernetes Pod Startup Time by 80% with Simple Tweaks

The article explains practical steps—shrinking container images, fixing probe delays, streamlining init containers, and right‑sizing resources—to dramatically reduce pod startup latency from minutes to seconds without rewriting Kubernetes itself.

Container image optimizationInit containersKubernetes
0 likes · 6 min read
How I Cut Kubernetes Pod Startup Time by 80% with Simple Tweaks
DevOps Coach
DevOps Coach
Sep 7, 2025 · Operations

How to Master DevOps from Zero: A 12‑Month Roadmap to Real‑World Skills

Starting from scratch, this guide outlines a practical 12‑month DevOps learning plan that emphasizes mastering Linux fundamentals, networking, scripting, Git, CI/CD, Docker, Kubernetes, cloud platforms, infrastructure‑as‑code, monitoring, and security, with concrete steps, tools, and a realistic study schedule to build real‑world competence.

CI/CDDevOpsDocker
0 likes · 8 min read
How to Master DevOps from Zero: A 12‑Month Roadmap to Real‑World Skills
Ops Community
Ops Community
Sep 6, 2025 · Cloud Native

Why We Dropped Docker: A Full Production Migration to Containerd

This article recounts how our team, after repeated Docker daemon failures on a 500‑node Kubernetes cluster, performed a zero‑downtime migration to Containerd, detailing architectural differences, preparation steps, migration procedures, performance benchmarks, post‑migration adjustments, common pitfalls, and best practices for large‑scale production environments.

Docker migrationKubernetescontainerd
0 likes · 26 min read
Why We Dropped Docker: A Full Production Migration to Containerd
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Sep 5, 2025 · Cloud Native

How OCI‑Based ModelDistribution Simplifies AI Model Deployment Across Regions

This article explains how Alibaba Cloud ACK One's ModelDistribution leverages OCI images to standardize, version, and efficiently distribute large AI models across multiple Kubernetes clusters worldwide, addressing challenges of storage, deployment speed, and pre‑warming for rapid inference services.

AI Model DeploymentKubernetesModelDistribution
0 likes · 9 min read
How OCI‑Based ModelDistribution Simplifies AI Model Deployment Across Regions
MaGe Linux Operations
MaGe Linux Operations
Sep 5, 2025 · Cloud Native

How to Triple Your K8s Cluster Performance with Full‑Stack Node‑to‑Pod Optimization

This article details a systematic, end‑to‑end Kubernetes performance tuning plan—from kernel and container‑runtime tweaks on the node level to resource limits, scheduler policies, and pod‑level configurations—that can triple cluster throughput, cut latency by up to 80%, and dramatically improve stability.

Cluster OptimizationKubernetesNode Configuration
0 likes · 13 min read
How to Triple Your K8s Cluster Performance with Full‑Stack Node‑to‑Pod Optimization
Code Ape Tech Column
Code Ape Tech Column
Sep 5, 2025 · Cloud Native

One-Click Deploy Spring Cloud Microservice via Jenkins, Docker & K8s

This guide walks you through automating the full lifecycle of a Spring Cloud microservice—from pushing code to Git, configuring Jenkins pipelines with SSH keys, building with Maven, packaging into Docker images, pushing to a registry, and finally deploying and updating the service on Kubernetes—all with step‑by‑step commands and scripts.

CI/CDDevOpsDocker
0 likes · 12 min read
One-Click Deploy Spring Cloud Microservice via Jenkins, Docker & K8s
Ops Development Stories
Ops Development Stories
Sep 4, 2025 · Cloud Native

Why Kubernetes HPA Ignores High CPU Usage and How Tolerance Affects Scaling

This article explains the internal architecture and source‑code flow of Kubernetes Horizontal Pod Autoscaler, detailing how components like HorizontalController and ReplicaCalculator compute desired replicas, why a default 10% tolerance can prevent scaling even when CPU exceeds the target, and how behavior policies and scaling limits influence HPA decisions.

HPAHorizontal Pod AutoscalerKubernetes
0 likes · 16 min read
Why Kubernetes HPA Ignores High CPU Usage and How Tolerance Affects Scaling
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.

Kuberneteskubectlpod
0 likes · 18 min read
Master Essential k8s Pod Commands and Real-World Scenarios
Cognitive Technology Team
Cognitive Technology Team
Sep 3, 2025 · Artificial Intelligence

How to Build AI Agents that Auto‑Generate Helm Charts: Strategies, Pitfalls, and Best Practices

This article chronicles the author's hands‑on journey of designing AI agents to automatically generate Helm charts for open‑source applications, exploring agent role definition, behavior paradigms like ReAct and plan‑and‑execute, prompt engineering challenges, structured workflows, multi‑agent collaboration, and practical lessons for reliable, production‑grade automation.

AI AgentsHelm chart automationKubernetes
0 likes · 29 min read
How to Build AI Agents that Auto‑Generate Helm Charts: Strategies, Pitfalls, and Best Practices
Architecture Digest
Architecture Digest
Sep 2, 2025 · Cloud Native

Is Docker Still the Best Choice? Discover the Future of Containerization

This article examines Docker's diminishing universality, its historical impact, current limitations, and emerging alternatives such as lightweight runtimes, micro‑Kubernetes, and serverless platforms, guiding developers toward more efficient, secure, and adaptable container strategies for 2025 and beyond.

DevOpsDockerKubernetes
0 likes · 8 min read
Is Docker Still the Best Choice? Discover the Future of Containerization
ITPUB
ITPUB
Aug 31, 2025 · Cloud Native

Is Docker Still the King? Exploring the Next Generation of Container Tools

The article examines Docker's historic impact, its growing limitations in modern, large‑scale and diverse development environments, and surveys emerging lightweight runtimes, local development alternatives like ServBay, evolving orchestration options, and future trends shaping a more modular, secure, and AI‑driven container ecosystem.

DockerKubernetesPodman
0 likes · 9 min read
Is Docker Still the King? Exploring the Next Generation of Container Tools
Ops Development Stories
Ops Development Stories
Aug 29, 2025 · Cloud Native

How to Build a GPU Spot‑Pool Operator on Kubernetes with Kubebuilder

This guide walks through creating a Kubernetes Operator using Kubebuilder to manage a GPU spot‑pool on Tencent Cloud, covering CRD design, controller logic, code generation, and deployment steps, enabling automated scaling of GPU resources for AI workloads while illustrating core Cloud‑Native concepts.

GPUKubebuilderKubernetes
0 likes · 19 min read
How to Build a GPU Spot‑Pool Operator on Kubernetes with Kubebuilder
Alibaba Cloud Developer
Alibaba Cloud Developer
Aug 27, 2025 · Artificial Intelligence

Turning AI Hallucinations into Reliable Helm Charts with Structured Agents

After weeks of trial‑and‑error, the author shares how a fully autonomous AI agent struggled to generate Helm charts, and how adopting a structured, multi‑stage workflow—combining clear role definitions, ReAct/Plan‑and‑Execute patterns, prompt engineering, and LangChain/LangGraph orchestration—produced a reproducible, lint‑validated Helm package for Kubernetes.

AI AgentAutomationHelm chart
0 likes · 29 min read
Turning AI Hallucinations into Reliable Helm Charts with Structured Agents
Ubiquitous Tech
Ubiquitous Tech
Aug 26, 2025 · Backend Development

Java Interview Simulation: Solving Sohu’s High‑Throughput Push System

This article walks through a five‑round Java interview simulation where the candidate designs, optimizes, and secures a massive push‑notification system for Sohu, covering Spring Boot high‑concurrency architecture, sharding and cache‑penetration mitigation, Kafka reliability, Kubernetes deployment with gray releases, multi‑region high‑availability, and AI‑driven smart‑push strategies, complete with concrete code snippets and real‑world performance numbers.

InterviewKafkaKubernetes
0 likes · 37 min read
Java Interview Simulation: Solving Sohu’s High‑Throughput Push System
DaTaobao Tech
DaTaobao Tech
Aug 22, 2025 · Fundamentals

Why Jsonnet Is the Ultimate Tool for Flexible JSON Generation and Transformation

This article explores Jsonnet—a powerful, Turing‑complete configuration language—for generating and transforming JSON/YAML, detailing its background, implementation architecture, practical usage examples in Java, performance optimizations, and why it outperforms traditional JSON tools in complex data pipelines.

Configuration LanguageJsonnetKubernetes
0 likes · 12 min read
Why Jsonnet Is the Ultimate Tool for Flexible JSON Generation and Transformation
MaGe Linux Operations
MaGe Linux Operations
Aug 21, 2025 · Cloud Native

Mastering K8s StorageClass with Ceph: From Basics to Production‑Ready Deployment

Learn how to design Kubernetes StorageClasses, integrate them with Ceph, and implement production‑grade deployments—including high‑performance SSD classes, multi‑tier strategies, zero‑downtime rollout, monitoring, security, and troubleshooting—while following best‑practice guidelines for cloud‑native storage optimization.

CSICephKubernetes
0 likes · 16 min read
Mastering K8s StorageClass with Ceph: From Basics to Production‑Ready Deployment