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: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,9 @@ Build Kubernetes Operators in Java without hassle. Inspired by [operator-sdk](ht
19
19
* Retry action on failure
20
20
* Smart event scheduling (only handle the latest event for the same resource)
21
21
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).
24
25
25
26
#### Why build your own Operator?
26
27
* 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