Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ low-level details that the SDK handles automatically.

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

You can read about the common problems JOSDK is solving for you
[here](https://blog.container-solutions.com/a-deep-dive-into-the-java-operator-sdk).
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/intro-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permalink: /docs/intro-operators
This page provides a selection of articles that gives an introduction to Kubernetes operators.

## Operators in General

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