layout |
---|
base |
Dekorate is a collection of compile time generators and decorators of Kubernetes manifests. It makes generating and decorating Kubernetes manifests as simple as adding a dependency to your project. No editing of xml, yml or json is required. Everything is done via:
- The standard configuration mechanism of your framework.
- Java annotations.
- Auto adapting to your code.
And the best part is that its language and build tool independant!
- Generates manifest via annotation processing
- Kubernetes
- OpenShift
- Knative
- Tekton
- Rich framework integration
- Generic Java
- Spring Boot
- Quarkus
- Thorntail
- junit5 integration testing extension
- Kubernetes
- Openshift
It's always helps to see something in action before you dive into the docs:
- Getting Started
- Docs{:target="_blank"}
- Sources{:target="_blank"}