Support Questions

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

what does it mean by different docker-compose.yml file after cluster creation? How does it internally communicate ? how can I see docker-compose file in other nodes ?

avatar
Contributor

Hi All,

what does it mean by different docker-compose.yml file after cluster creation? How does it internally communicate ? how can I see docker-compose file in other nodes ?

from where can I get all information internal architecture of docker communication between nodes ? now I know the architeture but does not how exactly it communicate in technical way.

Thanks,

Ram

docker.jpg

1 ACCEPTED SOLUTION

avatar
Super Collaborator

Hi @Rambabu Gupta,

Docker compose file is part of Cloudbreak installation. It contains services which used by Cloudbreak. On the other hand Cloudbreak could provision clusters in cloud. Cloudbreak doesn't share any internal architecture stuff, so docker-compose.ym doesn't appear in other nodes.

What communication are you interested in?

- Cloudbreak internal, how containers work together

- Cloudbreak with the provisioned cluster?

- How cloud instances "communicate"?

View solution in original post

7 REPLIES 7

avatar
Super Collaborator

Hi @Rambabu Gupta,

Docker compose file is part of Cloudbreak installation. It contains services which used by Cloudbreak. On the other hand Cloudbreak could provision clusters in cloud. Cloudbreak doesn't share any internal architecture stuff, so docker-compose.ym doesn't appear in other nodes.

What communication are you interested in?

- Cloudbreak internal, how containers work together

- Cloudbreak with the provisioned cluster?

- How cloud instances "communicate"?

avatar
Super Collaborator

Hi @Rambabu Gupta This compose files only for cloudbreak deployer and not for the nodes. This lot of files are just backup because every times when you say 'cbd regenerate' then cloudbreak deployer make a backup from your actual compose file.

avatar
Contributor

Ok thanks for clarification.. yes how cloud instances communicate ? and also how containers work together.. if i understand correctly , docker would be installed on every machine but i could not able to see container in nodes..

avatar
Super Collaborator

By default we are not using docker in cluster anymore. Docker only used for the cloudbreak containers (for example for the database).

avatar
Contributor

Ok.. I have seen architecture in which its shown that docker will be present in every nodes .. Please find the attached.. docker1.jpgso why swarm is used for ?

avatar
Super Collaborator

This picture represent an older architecture. We are not using docker on the cluster machines anymore. Swarm is also not used anymore.

avatar
Contributor

Ok thanks for info 🙂