If you’ve ever had to evolve a Kubernetes CRD’s schema — rename a field, split one field into two, change a type — you’ve probably run into the same wall I did: the only supported way to do it safely is a conversion webhook, and the only supported way to build one is to write …
Continue reading "Stop Hand-Writing Kubernetes Conversion Webhooks"
