Write a Kubernetes Controller With Zero Code
The Problem
Sometimes we want to have control loops that watch for state, and make changes based on that state. In Kubernetes that's a controller, but writing a Kubernetes controller in Go is a non-trivial task. It requires knowledge of Kubernetes, g...
blog.miraco.la3 min read