Posts
All the articles I've posted.
-
Skaffold: A Quick Guide to Local Kubernetes Development
What is Skaffold? In simple terms, it's a local CI/CD tool that quickly deploys your application to a Kubernetes cluster. Features: fast local Kubernetes development, optimized source-to-Kubernetes workflow, configure once run anywhere, lightweight single binary.
-
Skaffold Practice Guide
A hands-on guide to Skaffold's Build, Test, and Deploy phases, covering Docker, Jib, ko, and other build methods, plus practical deployment with Helm and Kubectl.
-
Building a Linux 2.6 Kernel Debugging Environment
Build a Linux 2.6 kernel debugging environment from scratch with QEMU + BusyBox — covering kernel compilation, root filesystem creation, GDB remote debugging, and the pitfalls encountered along the way.