Operator pattern - Kubernetes - 1 views
-
The Operator pattern aims to capture the key aim of a human operator who is managing a service or set of services
-
Operators are software extensions to Kubernetes that make use of custom resources to manage applications and their components
-
The Operator pattern captures how you can write code to automate a task beyond what Kubernetes itself provides.
- ...7 more annotations...