← Back to :series
Today on Kubernetes
Hands-on notes from building, operating, and troubleshooting Kubernetes systems.
Follow the series as it moves from managed Kubernetes fundamentals to the lower-level mechanics of building a cluster yourself.
- 01 Blog
From zero to deployed: A guide to GKE deployments
A walkthrough on building, scaling, and updating applications in GKE using a production mindset.
- 02 Blog
Today on Kubernetes: From kubeadm init to eBPF
A hands-on Kubernetes bootstrap on GCP, including the Cilium networking issues that stood between kubeadm init and a working pod-to-pod ping.
- 03 Blog
Today on Kubernetes: How to Migrate Live Kubernetes Clusters from Flannel to Cilium Node-by-Node
A hands-on guide to safely executing a live, rolling migration from Flannel to Cilium using Cilium's CiliumNodeConfig CRD, allowing you to migrate a cluster node by node without disrupting existing pod-to-pod communication.