Expose Kubernetes cluster to Internet
问题 I have created a Kubernetes cluster on my virtual machine and I have been trying to expose this to Internet with my own domain(for eg, www.mydomain.xyz). I have created an ingress resource as below and I've also modified kubelet configuration to have my domain name. All my pods and services are created in this domain name (Eg, default.svc.mydomain.xyz) root@master-1:~# kubectl get ingress NAME CLASS HOSTS ADDRESS PORTS AGE test-ingress <none> www.mydomain.xyz 192.168.5.11 80 5d20h root@master