Managing multiple nodes with Chef -
i know using knife can remotely bootstrap target node. in case of large cluster , around 50 nodes , don't want run bootstrap command manually each , every node. how , can specify mapping between each of node , runlist , avoid running bootstrap command through knife manually each node?
include chef , configuration (client.rb
, validation certificate) chef-client
in image. nodes register once chef-client
runs first time.
Comments
Post a Comment