Hello everyone and have a great time of the day! I've got following non trivial idea to move my K8s from AWS EKS to bare metal VMware. Initially I've tried VMware solutions like Tanzu but NSX needs real HA and I'm not currently able to bring 2 more servers, so I've build everything based on Rancher but load balancer services. What I'd like to achieve is similar to EKS FQDN ELBs: somehow link my Domain raised on GoDaddy(can be moved to whatever needed) and automatically create FQDN subdomains like it's been done by specifying in EKS:
kind: Service
....
type: LoadBalancer
via API or whatever needed , I've tried to connect external-dns to my GoDaddy API but failed :( Of course I can raise ingress-nginx and build a subpasses solution or make a Cluster-IP service and map subdomains to a simple Nginx routing trafic to my internal IPs, but I'd like to make it more pretty one with subdomains, router ports forwarding (if needed), or some 3rd-part service provider, or something else.
Any advice appreciated!
Thanks in advance!