logoalt Hacker News

chuckadamsyesterday at 12:39 AM2 repliesview on HN

Probably kustomize, as my needs are simple. If I care to get fancy, I’m pondering giving Yoke a try.


Replies

davidhamyesterday at 1:46 PM

I used kustomize to build an ArgoCD install at a previous company, and I was impressed at how powerful it was. Our setup was pretty involved, and kustomize was able to handle all the per-environment differences easily, and the code was easy to work with.

theteapotyesterday at 1:00 AM

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

show 2 replies