7 ms·
Author here. The closest thing to borgcfg in Kubernetes would be kubecfg [0]. It is based on jsonnet, the open source equivalent to GCL. The official blessed so
by Cedricgc 7y ago
Author here. The closest thing to borgcfg in Kubernetes would be kubecfg [0]. It is based on jsonnet, the open source equivalent to GCL. The official blessed solution right now would be kustomize [1] since it is directly integrated into kubectl. I categorize both in the article with my evaluation as solutions.
[0] https://github.com/bitnami/kubecfg https://github.com/bitnami/kubecfg
[1] https://kustomize.io/ https://kustomize.io/
- wodenokoto 7y agoI’ll have to check that out, thank you for mentioning it. Is `-k` very recent?
- Cedricgc 7y agoI am not certain, I think it was adopted mid 2019.