kubeadm upgrade – v1.32.x to v1.33.x
Step-by-step guide to upgrade Kubernetes clusters created with kubeadm from version 1.32.x to 1.33.x and beyond, including volume considerations, CSI, security, quotas, and event-driven workflows.
Kubernetes 1.33: Volume Populators Graduate to GA | Kubernetes
Kubernetes volume populators are now generally available in v1.33. With the AnyVolumeDataSource feature gate now always enabled, you can use any suitable custom resource as the data source for your PVCs.
What are Ephemeral Volumes in Kubernetes?
Kubernetes ephemeral volumes provide temporary storage tied to pod lifespan for caches, config files, secrets, and scratch data.
Debug StatefulSet in Kubernetes
This guide shows you how to debug StatefulSets, list pods, inspect events, exec into containers, port-forward, use ephemeral containers, and dive into storage lifecycles, CSI drivers, access modes, quotas, and security contexts to restore healthy stateful workloads.
Verify Signed Artifacts in Kubernetes
Use cosign for keyless verification of Kubernetes binaries, tarballs, SPDX metadata and container images. Step-by-step guide with commands, diagrams and best practices.
How to Add HostAliases to Pods and Deployments in Kubernetes
Here's everything you need to know about how HostAliases work, what happens under the hood, and how to set it up.
What Is a Headless Service, and Why Do We Use It?
Learn what a headless service is in Kubernetes, how it works, and why it's perfect for stateful workloads and custom pod communication.
What is KEDA: Kubernetes Event-Driven Autoscaling
What KEDA is and how it brings event-driven autoscaling to Kubernetes, enhancing scalability and resource efficiency.
KEDA Kafka Triggers
Examples and best practices for configuring KEDA Kafka triggers for event-driven autoscaling in Kubernetes.