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:
- Strimzi Kafka Operator: Apache Kafka Running on Kubernetes
- Spark Operator: Operator for managing Spark Clusters on Kubernetes
- Kerberos Operator for Kubernetes
- Windup Operator: Operator to deploy Windup/MTA on OpenShift
- Instana Agent Operator: A Kubernetes Operator to install and manage Instana agent
- Strimzi Schema Registry Operator: A Kubernetes Operator (based on Java) for running the Confluent Schema Registry and KSQL with a Strimzi-based Kafka cluster
- Tomcat Operator: An operator managing Tomcat and deploying war file to it.
- Flink Native Kubernetes Operator: Apache Flink on Kubernetes
- Activiti Cloud Apps Operator
- JVM Controller(Demo)
- RabbitMQ Operator