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 Still a Thing?

2 pointsby melezhikalmost 3 years ago
Number of Ansible related posts is decreasing on HN, if one takes a look for the last month at least. I wonder if Ansible still a thing ? I know that k8s slowly kills it, however I think there is still some niche for it … Or even in the area of configuration management and server provisioning it is being replaced by something else?

3 comments

bradwoodalmost 3 years ago
It's more a server thing than an ansible thing per se I think. People who need to actually manage servers, rather than higher level abstractions like containers or serverless functions I'm sure would still use it, but that number is dropping I think.
mardiyahalmost 3 years ago
Ansible dominating only in easy installation over the other two tools as it has &#x27;agentless&#x27; architecture.<p>Chef and Puppet follow master-agent or master-slave architecture.
评论 #32016663 未加载
Valordalmost 3 years ago
I still find Ansible compelling when I don&#x27;t want to go full blown K8S. For example it&#x27;s much easier to run a linux instance and use Ansible to move files and restart systemd hosting my web-app.