TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

2 点作者 alec_kendall将近 5 年前
How do you handle maintaining manifests for Kubernetes clusters when you have multiple clusters running slightly tweaked variations of each manifest?

1 comment

jka将近 5 年前
This reminded me of a previous discussion at <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22011251" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22011251</a> that might be useful to you.<p>(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&#x27;s probably a property that&#x27;s very hard to maintain in many environments)