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

Multiple networks associated with a single service #289

Closed mkosieradzki closed 5 years ago

mkosieradzki commented 5 years ago

I am trying to deploy SFM application with service connected to multiple networks (I am experimenting with micro-segmentation until Service Mesh is supported in SFM).

What I am observing is a GatewayTimeout. Is this a supported scenario? Is it going to be supported in next preview?

mattrowmsft commented 5 years ago

This still has to be one to one between networks and services. I think there is validation coming with the next release to make this more obvious. Once the isolated networks/gateways demoed at Ignite are released, then scenarios like this will start to light up.

mkosieradzki commented 5 years ago

@mattrowmsft Thank you so much! I see it now. This is pretty awesome solution - I see how to do 90% of Service Mesh features now using gateways!