Linux Cloud-Native Ops Stack
Author

Linux Cloud-Native Ops Stack

Focused on practical internet operations, sharing server monitoring, troubleshooting, automated deployment, and cloud-native tech insights. From Linux basics to advanced K8s, from ops tools to architecture optimization, helping engineers avoid pitfalls, grow quickly, and become your tech companion.

21
Articles
0
Likes
55
Views
0
Comments
Recent Articles

Latest from Linux Cloud-Native Ops Stack

21 recent articles
Linux Cloud-Native Ops Stack
Linux Cloud-Native Ops Stack
Jun 17, 2026 · Operations

Deploy a RabbitMQ 3.12 Three‑Node Cluster on Rocky Linux 9.7 (ARM)

This guide walks through the complete process of setting up a three‑node RabbitMQ 3.12.14 cluster on Rocky Linux 9.7 ARM, covering host configuration, firewall rules, SELinux, time sync, Erlang and RabbitMQ installation, directory layout, cookie synchronization, service start‑up, cluster joining, verification, production hardening, common admin commands and troubleshooting.

ARMClusterDeployment
0 likes · 11 min read
Deploy a RabbitMQ 3.12 Three‑Node Cluster on Rocky Linux 9.7 (ARM)
Linux Cloud-Native Ops Stack
Linux Cloud-Native Ops Stack
Jun 9, 2026 · Databases

Zero‑Downtime Redis Cluster Expansion in Production

This guide details a step‑by‑step, zero‑downtime expansion of a 3‑master‑3‑slave Redis Cluster to a 4‑master‑4‑slave setup, covering node standardization, network checks, big‑key handling, full backups, monitoring, slot migration planning, progressive migration methods, replica addition, post‑expansion validation, rollback procedures, and practical lessons learned.

ClusterExpansionHash Slots
0 likes · 13 min read
Zero‑Downtime Redis Cluster Expansion in Production
Linux Cloud-Native Ops Stack
Linux Cloud-Native Ops Stack
Apr 23, 2026 · Cloud Native

Kubernetes Interview: What Exactly Happens When You Delete a Pod?

When a pod is deleted in Kubernetes, the API server timestamps the request, services stop routing traffic, kubelet runs any preStop hook, sends SIGTERM followed by a configurable grace period, then SIGKILL if needed, cleans up resources, and finally removes the pod metadata, with controllers optionally recreating a replacement pod.

DeploymentGraceful TerminationKubernetes
0 likes · 7 min read
Kubernetes Interview: What Exactly Happens When You Delete a Pod?
Linux Cloud-Native Ops Stack
Linux Cloud-Native Ops Stack
Apr 14, 2026 · Cloud Native

Understanding Kubernetes Storage: Ephemeral, Persistent, and Config Management

The article explains Kubernetes' storage architecture, covering ephemeral volumes like emptyDir and hostPath, persistent storage with PV/PVC (static and dynamic provisioning via StorageClass), configuration storage using ConfigMap and Secret, and enterprise‑grade plugins such as Ceph, providing code examples and practical usage guidelines.

CephDynamicProvisioningKubernetes
0 likes · 9 min read
Understanding Kubernetes Storage: Ephemeral, Persistent, and Config Management