Skip to content

Commit 2a8d881

Browse files
csviriandreaTP
authored andcommitted
docs: readme improvements (#1825)
Co-authored-by: Andrea Peruffo <[email protected]>
1 parent 29453e8 commit 2a8d881

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,19 @@
55

66
# Build Kubernetes Operators in Java Without Hassle
77

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+
817
## Documentation
918

1019
Documentation can be found on the **[JOSDK WebSite](https://javaoperatorsdk.io/)**.
1120

12-
It's getting better every day! :)
13-
1421
## Contact us
1522

1623
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:
4047

4148
## Related Projects
4249

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
5057

5158
## Projects using JOSDK
5259

0 commit comments

Comments
 (0)