So you wanna write Kubernetes controllers?
Any company using Kubernetes eventually starts looking into developing their
custom controllers. After all, what’s not to like about being able to provision
resources with declarative configuration: Control loops are fun,
and Kubebuilder makes it extremely easy to get started with writing Kubernetes
controllers. Next thing you know, customers in production are relying on the
buggy controller you developed without understanding how to design idiomatic
APIs and building reliable controllers.
Low b...
Read more at ahmet.im