Mesos cluster port opening -


i want run mesos cluster on google cloud / aws. common practice allow instances within cluster communicate each others freely without restriction (white-list firewall instance), or should allow them communicate via specific ports. got quite number of running services , it's hard know port need open.

thanks.

a practice have private , public security zone (in aws/ec2 translate security group, in gcp/gce network policies). within private zone nodes communicate freely , public 1 pretty locked down besides ones need. have @ dcos architecture further details.

the second part of question relates list of well-known ports. we're working on putting such list , publish it, soon.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -