What you need to know to get started What is a Kubernetes operator? Kubernetes is designed for automation. Out of the box, you get lots of built-in automation from the core of Kubernetes. Kubernetes’ operator pattern concept lets you extend the cluster’s behaviour without modifying the code of Kubernetes itself by linking controllers to one…