1 dépôt
Systems that automatically build deployment manifests, access control rules, and packaging bundles from code metadata.
Distinct from Metadata-Driven SDK Generation: Distinct from general metadata generation or SDK generators: focuses specifically on building Kubernetes deployment manifests, RBAC rules, and Helm charts from code.
Explore 1 awesome GitHub repository matching devops & infrastructure · Descriptor Generators. Refine with filters or upvote what's useful.
The quarkus-operator-sdk is a Java extension and framework for building custom Kubernetes operators and controllers. It provides an operator framework that generates boilerplate classes, registers reconcilers, and automatically produces custom resource definitions, role-based access control rules, deployment manifests, and Helm charts directly from application code metadata. The framework supports compile-time configuration validation to catch errors before deployment, standard dependency injection wiring for clients and controllers, and static native image compilation for generating self-con
Builds deployment manifests, role-based access control rules, and Helm charts automatically from application code metadata.