Skip to main content

SK Blog

Tag: kubernetes

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.