Kubernetes Operators Concepts: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→TODO) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=External= | |||
* https://operatorhub.io/what-is-an-operator | |||
=Internal= | =Internal= | ||
* [[Extending Kubernetes#Operators_Pattern|Extending Kubernetes]] | * [[Extending Kubernetes#Operators_Pattern|Extending Kubernetes]] | ||
Line 5: | Line 8: | ||
=TODO= | =TODO= | ||
* https://cloud.google.com/blog/products/containers-kubernetes/best-practices-for-building-kubernetes-operators-and-stateful-apps | |||
* https://www.oreilly.com/library/view/programming-kubernetes/9781492047094/ | |||
* https://kubernetes.io/docs/concepts/extend-kubernetes/operator/ | |||
* https://coreos.com/blog/introducing-operators.html | * https://coreos.com/blog/introducing-operators.html | ||
* https://www.infoq.com/articles/kubernetes-operators-in-depth/ | * https://www.infoq.com/articles/kubernetes-operators-in-depth/ | ||
* https:// | * https://medium.com/swlh/lab-operators-based-on-helm-charts-446a18abc438 |
Latest revision as of 17:55, 2 November 2022
External
Internal
Organizatorium
Operators are class of software that operates other software, putting operational knowledge collected by humans into software.