0% found this document useful (0 votes)
83 views

Container Orchestration

Docker service create allows you to create a nodejs service with 100 replicas using Docker swarm for container orchestration. Common container orchestration solutions include Docker swarm, Kubernetes, and Mesos which help manage and schedule containers across clusters of hosts.

Uploaded by

Akhil Sai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
83 views

Container Orchestration

Docker service create allows you to create a nodejs service with 100 replicas using Docker swarm for container orchestration. Common container orchestration solutions include Docker swarm, Kubernetes, and Mesos which help manage and schedule containers across clusters of hosts.

Uploaded by

Akhil Sai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Container orchestration:

CMD for docker swarm:

Docker service create –replicas=100 nodejs

Container orchestration solutions:

Docker swarm, kuberbetesn, Mesos.

You might also like