Skip to content

Commit 34b2bb7

Browse files
metacosmmanusa
authored andcommitted
docs: add JOSDK mention
1 parent 9ecc2ad commit 34b2bb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/KubernetesOperatorsInJavaWrittenUsingFabric8.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ You can easily rely on Fabric8 Kubernetes Client to implement your Kubernetes Op
1515
- [RabbitMQ Operator](https://github.com/YJFinBJ/rabbitmq-operator)
1616
- [Locust k8s operator: Cloud native solution to run Locust on any Kubernetes cluster](https://github.com/AbdelrhmanHamouda/locust-k8s-operator)
1717

18+
While sometimes simply using the client is enough to create an operator, using a specialized
19+
framework to do so might make the task easier. The
20+
[Java Operator SDK (JOSDK)](https://github.com/operator-framework/java-operator-sdk) builds on
21+
top of the Fabric8 Kubernetes Client to provide higher-level abstractions, common operator
22+
patterns and optimizations, letting developers focus on their operator's logic.

0 commit comments

Comments
 (0)