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
* Smart event scheduling (only handle latest event for the same resource)
42
+
* Avoid concurrency issues - related events are serialized, unrelated executed in parallel
43
+
* Smooth integration with Quarkus and Spring Boot
44
+
* Handling of events from non-Kubernetes resources
15
45
16
46
# Why build your own Operator?
17
47
* 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).
@@ -20,11 +50,11 @@ Operators are the way to go. This SDK will make it easy for Java developers to e
20
50
* Safer deployment of applications - only expose cluster to users by Custom Resources
21
51
22
52
# Roadmap
53
+
* Comprehensive documentation
54
+
* Integrate with operator-sdk to generate project skeleton
23
55
* Testing of the framework and all samples while running on a real cluster.
24
-
* Generate a project skeleton
25
56
* Generate Java classes from CRD definion (and/or the other way around)
26
-
* Integrate with Quarkus (including native image build)
27
-
* Integrate with OLM (Operator Lifecycle Manager)
57
+
28
58
29
59
# Contributing
30
60
We are a friendly team of Java and Kubernetes enthusiasts and welcome everyone to contribute in any way to the framework!
0 commit comments