Cfengine vs Chef
What are th开发者_运维知识库e differences in term of features between Cfengine and Chef?
Chef has much greater integration with "cloud" VM hosting providers, and a greater amount of recipe sharing than CFEngine.
CFEngine takes less resources when it runs, and runs on a much greater range of computing environments from embedded devices to supercomputers, and on a lot more operating systems -- it's just a few small C binaries and a couple of C libraries, so it is more portable.
From the Chef FAQ:
How is it different than Cfengine?
It bears very little in common with Cfengine, other than embracing Single Copy Nirvana.
I don't know much about Chef, just been reading their web site, and I'm quite familiar with Cfengine; so take my answer with a grain of salt.
From what I gathered, the main difference is that Cfengine runs on both Linux/Unixes and Windows, while Chef only support Linux/Unixes.
精彩评论