문제

나는 꼭두각시에 대한 조언을 찾고 있습니다.주로 모든 사람이 꼭두각시 마스터의 하드웨어에 사용하는 것과 꼭두각시 마스터가 제공 할 수있는 최대 노드 수에 한계가 있는지 여부를 주로 사용합니다.

나는 수천 개의 서버를 관리하기 위해 꼭두각시 클러스터를 설정 하고이 프로젝트에서 던져야 할 하드웨어의 양을 궁금해하고있었습니다.

도움이 되었습니까?

해결책

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