Python cluster manager
pruthviraj08 opened this issue · 0 comments
I lack a bit understanding of clusters. The problem am looking to solve currently is, I have a cluster of containers with A running on it. A always uses one of the configuration file B(1,2,3,...n) which changes based up on the request specification. In a cluster if all the nodes are using B1 and suddenly a new request comes in which needs B2, If B2 does not exist in the list of configuration files contained in A-Manager then it should ask an external component for the particular configuration file B2. The next step is to apply the configuration to one of the nodes in the cluster.
Can i construct a cluster manager(A-manager) using python module??
Can i kill one of the nodes(A node) in the cluster and relaunch it with a new configuration??