How I Passed the CKA in 2026
I sat the Certified Kubernetes Administrator exam recently. As of writing this, I don't actually know...
Tag archive
I sat the Certified Kubernetes Administrator exam recently. As of writing this, I don't actually know...
Install a CNI and fix the pod-CIDR mismatch The cluster is running, but every node is...
Executive Summary Navigating the cloud-native ecosystem requires moving past abstraction...
Force nginx to TLS 1.3 An nginx server is accepting an old TLS version, and the exam wants...
A CKA Workloads & Scheduling walkthrough: autoscale a Deployment on CPU with a HorizontalPodAutoscaler. See why kubectl autoscale can't set a scaleDown stabilization window, author the autoscaling/v2 manifest (CPU target in metrics[] plus a behavior block), and verify min, max, target, and the 30s window, with real terminal output.
The Least-Permissive Policy Two deployments in two namespaces need to talk, but a...
Migrate Ingress to the Gateway API A web application is exposed over HTTPS with a classic...
The etcd Endpoint Trap A cluster migration just took your whole control plane offline. In...
Understanding Imposter Syndrome and Its Impact Imposter syndrome is a pervasive...
Introduction In today’s cloud-native ecosystem, Kubernetes has become the de facto standard for...
Introduction The Certified Kubernetes Administrator CKA Certification Guide for...
The Retained Volume Someone deleted a database deployment by accident. The good news: the...