Live data from Hacker News

Ask HN: How do you handle Kubernetes manifest source control?

news.ycombinator.com

1–2 of 2 posts

Re: Ask HN: How do you handle Kubernetes manifest source control?

#2
This reminded me of a previous discussion at https://news.ycombinator.com/item?id=22011251 that might be useful to you.

(and FWIW - currently my approach is to require that each environment is config-identical, allowing simple source control to provide the solution - but I appreciate that's probably a property that's very hard to maintain in many environments)