Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.15 KB

index.md

File metadata and controls

41 lines (31 loc) · 1.15 KB
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!

Features

  • Generates manifest via annotation processing
  • Rich framework integration
    • Generic Java
    • Spring Boot
    • Quarkus
    • Thorntail
  • junit5 integration testing extension
    • Kubernetes
    • Openshift

A quick view

It's always helps to see something in action before you dive into the docs:

asciicast

Want to learn more?