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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,4 +60,5 @@ project, as shown below:
60
60
Keycloak operator, built with Quarkus and JOSDK.
61
61
-[Apache Flink Kubernetes operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators.
62
62
-[Strimzi Access operator](https://github.com/strimzi/kafka-access-operator). While the core Strimzi operator development predates
63
-
JOSDK, but new components like the Access operator is using the framework.
63
+
JOSDK, but new components like the Access operator is using the framework.
64
+
-[EureKubeOperator](https://medium.com/@heesuk.dev/implementing-kubernetes-operator-for-eureka-service-discovery-integration-by-java-operator-sdk-d21d8087c38e): integrates service discovery of Eureka and Kubernetes using the framework - developed by 11street. It is not released as open source yet, but is a very interesting reading about this problem and how it is solved by an operator in writen JOSDK.
0 commit comments