0

how to configure Docker Swarm mode in Mesos. If I start to google I am getting the old way of doing it. (running the swarm image )

https://www.youtube.com/watch?v=qUViQAu2Bw0

if I search further people are saying swarm mode is competitor of Mesos (I may be wrong)

https://blog.bugsnag.com/container-orchestration-with-docker-swarm-mode/

My requirement to run java programs, Node js apps, Angular apps, Kafka, Storm, Spark , Mongo DB, Elastic search on the container.

Please suggest me some good idea to continue to setup my cluster with docker container.

vimal prakash
  • 1,503
  • 1
  • 22
  • 38

1 Answers1

1

Check the documentation:

"When using Docker Swarm and Mesos, you use the Docker client to ask the Swarm manager to schedule containers. The Swarm manager then schedules those containers on a Mesos cluster."

Dhia
  • 10,119
  • 11
  • 58
  • 69
Judith Malnick
  • 341
  • 1
  • 6