Access service deployed on Kubernetes with domain name instead of external ip address

3/11/2021

I am running one service of type LoadBalancer on K8 cluster, which is serving external rest requests. With LoadBalancer I can access the service with external IP Address. But we need fixed domain name for accessing services with ease. I tried solving this with provider given specification (Gardener) but this is not helping us as we want to make this provider independent. basically the domain name (or combination of hostname, namespace, subdomain name, domain name) we define should work with any cloud providers. Is it feasible?

-- Nanda K S
cloud
dns
hostname
kubernetes
service

0 Answers