jkcfg / jk

Configuration as Code with ECMAScript
https://jkcfg.github.io
Apache License 2.0
404 stars 30 forks source link

A jk Kubernetes operator #154

Open dlespiau opened 5 years ago

dlespiau commented 5 years ago

It would be useful to be able to have a jk program in a git repository and create k8s resources from it. It could look like

brandonkal commented 4 years ago

Have you seen this? I'd love to see jk as a templating option in that generic controller. Because jk is only a config generator (as it should be), jk should integrate there rather than building duplicate logic to handle creation and lifecycle of resources and requiring the user to interact with yet another Custom Resource and CRD.