Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Storage layer of Cloudbreak's docker containers - how the elasticity/bursting works as containers are added/removed from scaling

avatar

Is there any documentation on the storage layer of Cloudbreak docker containers - how the elasticity/bursting works as containers are added/removed from scaling?

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Cloudbreak using overlayfs on the machines. More details about overlayfs here: https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver/

The containers running net=host so every machine contains one ambari container which is an ambari-agent or an ambari-server.

If you scaling up the cluster then the new container will not start on an existing machine but create a new machine and they will running there.

View solution in original post

2 REPLIES 2

avatar
Super Collaborator

Cloudbreak using overlayfs on the machines. More details about overlayfs here: https://docs.docker.com/engine/userguide/storagedriver/overlayfs-driver/

The containers running net=host so every machine contains one ambari container which is an ambari-agent or an ambari-server.

If you scaling up the cluster then the new container will not start on an existing machine but create a new machine and they will running there.

avatar
Expert Contributor

Here you can find the Cloudbreak docs and this part is describe the architecture of Cloudbreak Deployer and Cloudbreak it self: http://sequenceiq.com/cloudbreak-docs/latest/architecture/