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 13 forks source link

Feedback: Is there a DNS name for the exposed public IP #242

Open MickBadran opened 6 years ago

MickBadran commented 6 years ago

Hi folks,

I have a few questions around the external public IP address.

  1. Does it change with each deployment?

  2. Is there a DNS equivalent (or are there future plans) rather than the IP address? (tends to make solutions a little brittle)

Many thanks,

Mick.

mattrowmsft commented 6 years ago
  1. Yes it would change with each deployment. (This will change at some point in the future 3-6 months out)
  2. We don't generate DNS entries today for the IP addresses. I'm guessing this would coincide with IP addresses that you get to own and move between deployments.
ibuildit commented 6 years ago

You can use localhost.

C:\Program Files\Microsoft SDKs\Service Fabric\ClusterSetup edit the DevClusterSetup powershell script, edit this line

Always use MachineName

$usingMachineName = $False

Now it will use localhost instead of your computer name, which never worked for me and resulted in nasty DNS issues