Reputation: 2428
I'm trying DCOS to setup a spark/mesos cluster. I deployed the mesos cluster on AWS, and everything went smoothly, except that the cluster is put in a dedicated VPC almost inaccessible from anywhere.
The rest of my apps are in another VPC (default one), how am I supposed to access the services hosted on from there ? I tried to setup a VPC peering, with routes, and new rules in security groups, but I'm stuck, and I don't feel I'm in the right direction.
Upvotes: 1
Views: 158
Reputation: 3716
Did you setup a dcos cluster via the Mesosphere site? In that case I would actually recommend to use the chat button on the lower left of the DCOS UI.
Otherwise -if I understand your problem correctly- you should have a look at this tutorial in order to make applications available to the public. A general overview of the security model can be found here.
So basically there are two options:
For more details check the above link.
Upvotes: 2