MaGe Linux Operations
MaGe Linux Operations
Mar 19, 2023 · Operations

Safely Shut Down and Restart Your Kubernetes Cluster

This guide walks you through the essential steps, precautions, and commands needed to safely drain nodes, back up critical resources, shut down a Kubernetes cluster, and reliably bring it back online while avoiding common pitfalls.

Cluster MaintenanceDevOpsRestart
0 likes · 9 min read
Safely Shut Down and Restart Your Kubernetes Cluster
MaGe Linux Operations
MaGe Linux Operations
Nov 6, 2022 · Cloud Native

How to Safely Shut Down and Restart a Kubernetes Cluster

This guide walks you through the essential steps, commands, and precautions for safely draining nodes, backing up applications, CRDs, and etcd, then shutting down and later restarting a Kubernetes cluster while avoiding common pitfalls.

BackupCluster MaintenanceKubernetes
0 likes · 6 min read
How to Safely Shut Down and Restart a Kubernetes Cluster
Programmer DD
Programmer DD
Mar 12, 2020 · Cloud Native

Achieve Zero‑Downtime Updates in Your Kubernetes Cluster

This article explains how to perform zero‑downtime updates on a Kubernetes cluster by using native tools such as pod lifecycle hooks, graceful termination, and PodDisruptionBudgets, guiding you through a step‑by‑step series that covers draining nodes, graceful pod shutdown, and avoiding service interruptions.

Cluster MaintenanceKubernetesZero Downtime
0 likes · 7 min read
Achieve Zero‑Downtime Updates in Your Kubernetes Cluster