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
83 stars 10 forks source link

Purpose of networkAddressPrefix #358

Open amccool opened 5 years ago

amccool commented 5 years ago

What is the purpose of networkAddressPrefix ?

Its not used for the outputted public address. And the nodes themselves appear to be using a "protected" address range of 10.92.0.x

So why do I need to specify a networkAddressPrefix? I will say that I do want to get access to my nodes without having to do thru the gateway.