Closed as not planned
Description
What would you like to be added:
Currently, there is support for generating SRV
records from the ports of a NodePort
service. There is also support for generating A
/AAAA
records that resolve to the IP address of headless services.
I would like to have support for generating the SRV
records for headless services as well.
EDIT: And why not LoadBalancer
as well, though I have no immediate use for this.
Why is this needed:
I already use the feature of generating A
records for IP addresses of pods (using the AWS VPC CNI to allocate routeable addresses). I would also like to have service discovery based on SRV
records for these same addresses.