You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ensure the service configuration dependencies are initialized and maintained
ZooKeeper is basically required for just about all of it, so how many nodes to install and whether to associate all dependent services with one ZK quorum or use multiple ZK quorums? Try to leave this detail to the settings, just add/manage attributes on services to connect them all up correctly.
What about connections to external services - some external dependencies might exist that do not require spinning up any resources, but just require configuration management for network security groups and connections. Again, an example of this kind of dependency management is in the security group validation for spinning up an EC2 instance.
The text was updated successfully, but these errors were encountered:
Although risky, it might be possible to create an entire cluster coordination wrapper. Some ideas:
cap {stage} cluster:up
- do everything and do it idempotently (wow, really?)cap {stage} cluster:down
- Are you sure? OK, tear it down!Cluster settings:
ZooKeeper is basically required for just about all of it, so how many nodes to install and whether to associate all dependent services with one ZK quorum or use multiple ZK quorums? Try to leave this detail to the settings, just add/manage attributes on services to connect them all up correctly.
What about connections to external services - some external dependencies might exist that do not require spinning up any resources, but just require configuration management for network security groups and connections. Again, an example of this kind of dependency management is in the security group validation for spinning up an EC2 instance.
The text was updated successfully, but these errors were encountered: