Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
marktolson
6y ago
0 comments
Save
Share
We edit yaml files everytime we update a service version, which happens multiple times per week? Is there a better way to deal with this?
0 comments
3 comments · 1 top-level
top
newest
oldest
snuxoll
6y ago
· 2 in thread
Integrate it with your CI/CD pipeline. I have a Gitlab pipeline that runs kustomize and pipes the output to kubectl for every deploy to do things like setting secrets, image tags, creating ConfigMaps from config files in the repository, etc.
marktolson
OP
6y ago
That's essentially what we already do. My original point was based on the fact that the config changes all the time (as opposed to 4 times a year).
snuxoll
6y ago
What are you changing all the time in your config?
j
/
k
navigate · click thread line to collapse