Konubinix' opinionated web of thoughts

Implementing Kubernetes Operators With Python

Fleeting

Implementing Kubernetes Operators with Python

An Operator is basically a package of two components viz. Custom Resource Definition (CRD) and Controller and works on the principle of control loop Observe -> Diff -> Act

https://www.opcito.com/blogs/implementing-kubernetes-operators-with-python