Y
Hacker News
new
|
ask
|
show
|
jobs
by
theteapot
340 days ago
What's wrong with `kubectl apply -f xxx.yaml`?
1 comments
physicles
340 days ago
We use kustomize because we have four environments that run basically the same stuff (dev with k3s, test, and two cloud regions). If we didn’t use kustomize, we’d be forced to reinvent it to avoid duplicating so much yaml.
link