Skip to content

Commit 36d02a9

Browse files
authored
docs: add talk regarding operators (#1661)
1 parent 94d6b2e commit 36d02a9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/documentation/getting-started.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ low-level details that the SDK handles automatically.
1616

1717
For an introduction on operators, please see this
1818
[blog post](https://blog.container-solutions.com/kubernetes-operators-explained).
19+
or [this talk](https://www.youtube.com/watch?v=CvftaV-xrB4)
1920

2021
You can read about the common problems JOSDK is solving for you
2122
[here](https://blog.container-solutions.com/a-deep-dive-into-the-java-operator-sdk).

docs/documentation/intro-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permalink: /docs/intro-operators
1010
This page provides a selection of articles that gives an introduction to Kubernetes operators.
1111

1212
## Operators in General
13-
13+
- [Implementing Kubernetes Operators in Java talk](https://www.youtube.com/watch?v=CvftaV-xrB4)
1414
- [Introduction of the concept of Kubernetes Operators](https://blog.container-solutions.com/kubernetes-operators-explained)
1515
- [Operator pattern explained in Kubernetes documentation](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/)
1616
- [An explanation why Java Operators makes sense](https://blog.container-solutions.com/cloud-native-java-infrastructure-automation-with-kubernetes-operators)

0 commit comments

Comments
 (0)