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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Isopod: Expressive DSL Framework for Kubernetes Config

36 点作者 twakefield超过 5 年前

4 条评论

bryanlarsen超过 5 年前
We switched to jkcfg (<a href="https:&#x2F;&#x2F;jkcfg.github.io" rel="nofollow">https:&#x2F;&#x2F;jkcfg.github.io</a>) for many of these same reasons and are very happy. Text templating on structured data is wrong for many reasons, and kustomize is quite inflexible. &quot;Eww Javascript&quot; but everybody knows it.<p>jkcfg reduced the amount of configuration code&#x2F;data in our system by an order of magnitude or so.
评论 #21160455 未加载
markbaikal超过 5 年前
Isopod is notable for allowing the fetching of remote data that can then be used to configure the kubernetes objects. Terraform and pulumi are the only other ones that allow this. Bad about isopod is that the tool does not appear to automatically delete resources in the cluster after they are deleted from the code, and instead, a delete function must be called manually. That is a conceptual weakness compared to terraform and pulumi, and also a weakness compared to `kubectl apply --prune`.
评论 #21163931 未加载
评论 #21160411 未加载
greatjack超过 5 年前
I love this:<p>A framework to make configs for &gt; A framework that handles devops for &gt; A framework that handles containers (docker) for &gt; A framework of an app
评论 #21161953 未加载
gnzoidberg超过 5 年前
Ew. Isopods are gross. Questionable naming here...
评论 #21159772 未加载