Hacker News new | ask | show | jobs
by Cedricgc 2402 days 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

[1] https://kustomize.io/

1 comments

I’ll have to check that out, thank you for mentioning it.

Is `-k` very recent?

I am not certain, I think it was adopted mid 2019.