logoalt Hacker News

theteapotyesterday at 1:00 AM2 repliesview on HN

What's wrong with `kubectl apply -f xxx.yaml`?


Replies

physiclesyesterday at 2:17 AM

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.