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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,10 @@ See the [contribution](https://javaoperatorsdk.io/docs/contributing) guide on th
26
26
## What is Java Operator SDK
27
27
28
28
Java Operator SDK is a higher level framework and related tooling to support writing Kubernetes Operators in Java.
29
-
It makes it easy to implement best practices and patters for an Operator. Features include:
29
+
It makes it easy to implement best practices and patterns for an Operator. Features include:
30
30
31
31
* Optimal handling Kubernetes API events
32
-
* Handling dependent resources, related events, caching.
32
+
* Handling dependent resources, related events, and caching.
33
33
* Automatic Retries
34
34
* Smart event scheduling
35
35
* Handling Observed Generations automatically
@@ -58,7 +58,7 @@ project, as shown below:
58
58
Operators in Java with the Java Operator SDK" blog series](https://developers.redhat.com/articles/2022/02/15/write-kubernetes-java-java-operator-sdk#).
59
59
-[Keycloak operator](https://github.com/keycloak/keycloak/tree/main/operator): the official
60
60
Keycloak operator, built with Quarkus and JOSDK.
61
-
-[Apache Flink Kubernetes operator](https://github.com/apache/flink-kubernetes-operator) is the market lead among Flink operators.
61
+
-[Apache Flink Kubernetes operator](https://github.com/apache/flink-kubernetes-operator) is the market leader among Flink operators.
62
62
-[Strimzi Access operator](https://github.com/strimzi/kafka-access-operator). While the core Strimzi operator development predates
63
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.
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 an open source yet but is very interesting to read about this problem and how it is solved by an operator written with JOSDK.
0 commit comments