Has anyone managed to get Mesos to talk to Zookeeper through AWS ELB.
My initial experiment has been no.
I have zookeeper on an ASG with Netflix Exhibitor. The thing that bugs me is when zk instances are replaced, I have to reconfigure all servers in the Mesos cluster. Not difficult, but the rolling restart along is annoying enough.
答案 0 :(得分:0)
我设置了使用ELB的route53内部VPC DNS。将zk.internal.com:2181的CNAME设置为ZK实例似乎到目前为止工作。我们还没有投入生产,所以我不知道会出现什么样的问题。