Implementing Kubernetes Operators With Python
Fleeting- External reference: https://www.opcito.com/blogs/implementing-kubernetes-operators-with-python
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