Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

VNET and mesh ? #363

Open wcf-bjp opened 5 years ago

wcf-bjp commented 5 years ago

< not byoVNET >

We are unclear how to configure the gateway and network yaml files for creating a VNET during deployment.

We'd like to deploy a service to a mesh contained in a private address space (VNET) that is created at time of deployment (e.g. not byoVNET)

do we fill a VNET cidr block in the networkAddressPrefix in the network.yaml? can we explicitly specify the mesh created load balancer host IP Address within this cidr block -- insuring consistency for subsequent deployments (e.g. single mesh endpoint)

Our plan is to secure our mesh using a gateway firewall exposed to world, that has opening mapped to a protected VNET. Inside this VNET will reside both API Management and Mesh Containers. Traffic would follow this route: World -> Firewall -> API Managment (in VNET) -> Mesh Gateway LB (in VNET) --> Mesh Containers ( in private space Mesh manages)

Is Mesh within VNET supported? Is there an example we can look at with Mesh in the VNET? Thank you!