A tutorial project demonstrating how to build a Kubernetes controller in Go. This project showcases the fundamental principles of working with the Kubernetes API and creating custom controllers. The ...
The tutorial does not work on K8s 1.24 running in Docker Desktop. This seems to be related to change in K8s where ServiceAccounts don't get a token by default. See status of the Workload below.