Skip to main content

SK Blog

Reading List

A collection of reads that resonated with me. Instead of putting somewhere I’ll never find them again, I park them here. So, at least theoretically, I at least know where to look.

Understanding Controllers and Operators in Kubernetes

Controllers are a core concept of Kubernetes, and the Operator Pattern has become more and more popular as well. I was confused at first about what properties controllers and operators share and how they fit together, so I wrote this summary. I assume some knowledge of basic Kubernetes concepts.