我只是在寻找一些关于木偶的建议。主要是每个人都使用傀儡主人的硬件,以及傀儡主人可以服务的最大节点数量是否有限制。

我正在寻找建立一个木偶群体来管理几千台服务器,并且很好奇,我需要在这个项目中抛出多少硬件。

有帮助吗?

解决方案

I do not manage much servers ( less than 10 ) for the moment, so I cannot help you much, but if scaling is a issue, you can have a masterless deployment, using git and running puppet with cron ( http://current.workingdirectory.net/posts/2011/puppet-without-masters/ ).

You just need to deploy your config, using cron ( and the vcs of your choice ), and to apply it, using cron too ( or fabric, or mcollective ). Then the only thing that need to scale is the vcs server, and this is much easier to do. You can even simply use rsync or nfs, and I think serving a few thousand server would not be a problem.

However, the issue would be stored configs.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top