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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is Ansible best for K8s-first infrastructure?

2 点作者 hagibborim超过 4 年前
Right now I'm using a collection of bash scripts with Helm, but I'm wondering whether I should continue down that path, use Ansible, or create a dedicated tool with Go.

2 条评论

atom-x超过 4 年前
It&#x27;s a balancing act of using the right toolset with regards to project complexity. Are your current bash scripts simple to maintain and scaling with the project? If so, perhaps it&#x27;s best to leave them for now. If not, then consider more powerful tools such as Ansible to handle configuration management.<p>With that being said, I&#x27;m working on a mildly complex K8S project which grew to a point where it made sense to switch to Ansible. We&#x27;re still using one or two bash scripts, but everything else has been ported. I won&#x27;t look back!
verdverm超过 4 年前
<a href="https:&#x2F;&#x2F;cuelang.org" rel="nofollow">https:&#x2F;&#x2F;cuelang.org</a> is my recommendation. Several options for how to proceed, we have a SIG just for k8s. Join us in slack to learn more.