Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Custom Top-Level Domains for Mesos-DNS on AWS when masters are in an auto scaling group #505

Open
knizami opened this issue Jul 14, 2017 · 1 comment
Labels

Comments

@knizami
Copy link

knizami commented Jul 14, 2017

Hello,

My question is around how to configure / identify all the mesos masters when they are in an auto scaling group running on AWS? Specifically, the "masters" parameter indicates that you need to enter the ip addresses of the master nodes. We could enter the current ip addresses of the master nodes but our concern is when / if there is a scaling event and a new master is added or a master node is taken away, we would need to update the config / restart the service. Is there a recommended approach for dealing with auto scaling in this case? Does the configuration have to identify all master nodes? Can it reference an elastic load balancer?

@jdef
Copy link
Contributor

jdef commented Oct 9, 2017

mesos-dns can use zookeeper to watch the set of masters in the cluster, treating the servers identified via the masters config param as a fallback

@jdef jdef added the question label Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants