Search code examples
kubernetesazure-container-service

Public IP fronting a k8s Service has no DNS name in ACS


I've created a k8s Service to publicly front my WebApi pod in my ACS Windows cluster. It works great but there is no DNS name associated with the Public IP resources that is created. This prohibits me from adding it as an endpoint for a Traffic Manager profile, roadblock!

I can manually assign a DNS name to the Public IP, but then I'd be touching an ACS created resource, which makes me uncomfortable. But I REALLY want a static DNS name and the features of TrafficMgr to be in front of it.

This feels like a significant deficiency. Any advice?


Solution

  • there is a feature request in upstream https://github.com/kubernetes/kubernetes/issues/50062