|
5 | 5 |
|
6 | 6 | # Build Kubernetes Operators in Java Without Hassle
|
7 | 7 |
|
| 8 | +Java Operator SDK is a production-ready framework that makes implementing Kubernetes Operators in Java easy. |
| 9 | + |
| 10 | +It provides a controller runtime, support for testing operators, and related tooling. In addition to that implementing |
| 11 | +conversion hooks and dynamic admission controllers are supported as a separate project |
| 12 | +(and much more, see related projects section). |
| 13 | + |
| 14 | +Under the hood it uses the excellent [Fabric8 Kubernetes Client](https://github.com/fabric8io/kubernetes-client), |
| 15 | +which provides additional facilities, like generating CRD from source code (and vice versa). |
| 16 | + |
8 | 17 | ## Documentation
|
9 | 18 |
|
10 | 19 | Documentation can be found on the **[JOSDK WebSite](https://javaoperatorsdk.io/)**.
|
11 | 20 |
|
12 |
| -It's getting better every day! :) |
13 |
| - |
14 | 21 | ## Contact us
|
15 | 22 |
|
16 | 23 | Join us on [Discord](https://discord.gg/DacEhAy) or feel free to ask any question on
|
@@ -40,13 +47,13 @@ For all features and their usage see the [related section on the website](https:
|
40 | 47 |
|
41 | 48 | ## Related Projects
|
42 | 49 |
|
43 |
| -Operator SDK plugin: https://github.com/operator-framework/java-operator-plugins |
44 |
| - |
45 |
| -Quarkus Extension: https://github.com/quarkiverse/quarkus-operator-sdk |
46 |
| - |
47 |
| -Spring Boot Starter: https://github.com/java-operator-sdk/operator-framework-spring-boot-starter |
48 |
| - |
49 |
| -Framework to implement Admission Controllers and Conversion Hooks: https://github.com/java-operator-sdk/kubernetes-webooks-framework |
| 50 | +* Quarkus Extension: https://github.com/quarkiverse/quarkus-operator-sdk |
| 51 | +* Spring Boot Starter: https://github.com/java-operator-sdk/operator-framework-spring-boot-starter |
| 52 | +* jenvtest: https://github.com/java-operator-sdk/jenvtest |
| 53 | + Support for integration testing against Kubernetes API Server in a lightweight manner |
| 54 | +* Kubernetes Webhooks Framework: https://github.com/java-operator-sdk/kubernetes-webooks-framework |
| 55 | + Framework to implement Admission Controllers and Conversion Hooks. |
| 56 | +* Operator SDK plugin: https://github.com/operator-framework/java-operator-plugins |
50 | 57 |
|
51 | 58 | ## Projects using JOSDK
|
52 | 59 |
|
|
0 commit comments