Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 972 Bytes

caveats.md

File metadata and controls

19 lines (16 loc) · 972 Bytes

Read zookeeper info from etcd

Connect to mesos-master from mesos-slaves on all hosts

Description

  • mesos-master container starts listening on it's containers IP
  • info is saved to zookeeper
  • slave on same host can connect to master because its routed via same bridge device
  • slave from different host can't connect to master because it's not routed via same bridge device

Solution

  1. Use some etcd based proxy
  1. Can mesos-master write custom IP to zookeeper???
  • using parameter --hostname for startup of mesos-master service
  1. Use hosts IP for container