Tagged articles

node-maintenance

5 articles · Page 1 of 1
Cloud Architecture
Cloud Architecture
Aug 13, 2026 · Cloud Native

Kubernetes Node Maintenance: From Drain to True Zero‑Downtime Engineering

Many teams mistakenly believe that a simple `kubectl drain` guarantees safe node shutdown, but in production the risk spans the control plane, service discovery, long‑lived connections, load balancers and observability; this guide presents a repeatable, auditable, production‑grade process that turns node maintenance into a zero‑interruption engineering workflow.

Kubernetesgraceful-shutdownnode-maintenance
0 likes · 41 min read
Kubernetes Node Maintenance: From Drain to True Zero‑Downtime Engineering
Ray's Galactic Tech
Ray's Galactic Tech
Jan 26, 2026 · Cloud Native

Zero‑Downtime Kubernetes Node Maintenance: Complete SOP for Adding and Removing Nodes

This guide presents a step‑by‑step SOP for safely decommissioning and provisioning Kubernetes nodes in production, covering lifecycle labeling, RBAC safeguards, draining procedures, validation checks, handling StatefulSets and local storage, automation tips, and real‑world incident examples to ensure zero downtime and data loss.

Production OpsRBACSOP
0 likes · 10 min read
Zero‑Downtime Kubernetes Node Maintenance: Complete SOP for Adding and Removing Nodes
MaGe Linux Operations
MaGe Linux Operations
Dec 29, 2024 · Cloud Native

Step-by-Step Guide to Upgrading a Kubernetes Cluster to v1.15.12

This guide walks through downloading the latest Kubernetes packages, preparing master and node services, adjusting nginx proxy settings, safely cordoning and draining nodes, installing the new version, updating certificates and scripts, restarting services, and rebalancing pods to complete a seamless cluster upgrade to v1.15.12.

Kubernetescluster upgradekubectl
0 likes · 15 min read
Step-by-Step Guide to Upgrading a Kubernetes Cluster to v1.15.12