You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/documentation/intro-operators.md
+7-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ permalink: /docs/intro-operators
7
7
8
8
# Introduction To Operators
9
9
10
-
On this page we selected a collection of resources to introduce you to the concepts of Kubernetes Operators.
10
+
This page provides a selection of articles that gives an introduction to Kubernetes operators.
11
11
12
+
## Operators in General
12
13
14
+
-[Introduction of the concept of Kubernetes Operators](https://blog.container-solutions.com/kubernetes-operators-explained)
15
+
-[Operator pattern explained in Kubernetes documentation](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)
16
+
-[An explanation why Java Operators makes sense](https://blog.container-solutions.com/cloud-native-java-infrastructure-automation-with-kubernetes-operators)
17
+
-[What are the problems an operator framework is solving](https://csviri.medium.com/deep-dive-building-a-kubernetes-operator-sdk-for-java-developers-5008218822cb)
0 commit comments