TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby hagibborimover 4 years ago
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 comments

atom-xover 4 years ago
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!
verdvermover 4 years ago
<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.