Skip to content

Usage of Kustomize #283

Open
Open
@wtrocki

Description

@wtrocki

When working with operators building controller is one of the first operations, however there are also some other concerns like adding extra metadata to CRD, creating bundle and deploying to operatorhub with OLM

One of the key tools used in operator SDK is kustomize.
Tool operates on YAML files and it is language independent. Would Java SDK use kustomizehttps://kustomize.io/ at some point? This will allow quite nice reuse of the existing tools for deployment of operators and automation.

I seen also dekorate that generates YAML from pojos, but it seems to be organized around some top level use cases rather than generic config tool.
https://github.com/dekorateio/dekorate

Ideally dekorate and kustomize would work nicely together

Metadata

Metadata

Assignees

Labels

featurekind/featureCategorizes issue or PR as related to a new feature.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions