8000 Merge pull request #342 from java-operator-sdk/blog-links · r00ta/java-operator-sdk@efa569e · GitHub
[go: up one dir, main page]

Skip to content

Commit efa569e

Browse files
authored
Merge pull request operator-framework#342 from java-operator-sdk/blog-links
update blog links
2 parents cf2149a + 36af777 commit efa569e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
1919
* Retry action on failure
2020
* Smart event scheduling (only handle the latest event for the same resource)
2121

22-
Check out this [blog post](https://blog.container-solutions.com/a-deep-dive-into-the-java-operator-sdk)
23-
about the non-trivial yet common problems needed to be solved for every operator.
22+
Check out this [blog post](https://csviri.medium.com/deep-dive-building-a-kubernetes-operator-sdk-for-java-developers-5008218822cb)
23+
about the non-trivial yet common problems needed to be solved for every operator. In case you are interested how to
24+
handle more complex scenarios take a look on [event sources](https://csviri.medium.com/java-operator-sdk-introduction-to-event-sources-a1aab5af4b7b).
2425

2526
#### Why build your own Operator?
2627
* Infrastructure automation using the power and flexibility of Java. See [blog post](https://blog.container-solutions.com/cloud-native-java-infrastructure-automation-with-kubernetes-operators).

0 commit comments

Comments
 (0)
0