|
|
|
|
|
by markbnj
2638 days ago
|
|
> I've looked at Kustomize, and I don't think it's sufficient. For one, as far as I can see, it's not atomic. Kustomize just applies structured edits to yaml. We run it to apply all the patches and output a single manifest file with all the resources, then send that to the master with kubectl apply. I suspect its as atomic as anything helm does, but I could be wrong. |
|
With plain "kubectl apply", there's the "--prune" flag, which is supposed to be able to track upstream resources via annotations. But it's still considered experimental alpha functionality, as least according to the "kubectl --help" for Kubernetes 1.11.9.