A guide to Kubernetes Operators
Kubernetes operators are the building blocks of Kubernetes. They ensure the changes applied via a YAML file lead to actual changes to the infrastructure. In this blog post I will dive into what exactly an operator is and what is needed to create your own operator.