Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 2.13 KB

KubernetesOperatorsInJavaWrittenUsingFabric8.md

File metadata and controls

22 lines (19 loc) · 2.13 KB

Kubernetes Operators in Java Written using Fabric8 Kubernetes Client

You can easily rely on Fabric8 Kubernetes Client to implement your Kubernetes Operators. Here are few examples of already existing Kubernetes Operators which can give you some idea on how to get started with writing Kubernetes Operators in Java using Fabric8 Kubernetes Client:

While sometimes simply using the client is enough to create an operator, using a specialized framework to do so might make the task easier. The Java Operator SDK (JOSDK) builds on top of the Fabric8 Kubernetes Client to provide higher-level abstractions, common operator patterns and optimizations, letting developers focus on their operator's logic.