Hacker News new | ask | show | jobs
by numbsafari 915 days ago
Just use kustomize. It’s baked into kubectl. No need for a separate tool.
1 comments

Agree. I'd recommend to start with static YAML though. Use kustomize for the very few customisations required for, say, different environments. Keep them to a minimum - there's no reason for a controller's deployment to vary too much - they're usually deployed once per cluster.