Tag: #client-go
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 1 posts
Controllers Without CRDs — Patterns for Automating Existing Resources
Not every automation needs a CRD. A controller that watches built-in resources alone can automate internal operations like ConfigMap/Secret sync, namespace bootstrap, and node labeling. We cover code that implements this
2026-06-15 · 13 min read #kubernetes#controller#controller-runtime#automation#client-go