- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Storage layer of Cloudbreak's docker containers - how the elasticity/bursting works as containers are added/removed from scaling
- Labels:
-
Apache Ambari
-
Hortonworks Cloudbreak
Created ‎05-11-2016 04:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any documentation on the storage layer of Cloudbreak docker containers - how the elasticity/bursting works as containers are added/removed from scaling?
Created ‎05-11-2016 08:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎05-11-2016 08:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎05-12-2016 07:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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/
