Hi Thockin,
Based on the below documentation, mirroring happens from endpoints resource to endpointslice
If your statement “EndpointSlice is the normal way to do things.” is right, then shouldn’t mirroring occur in the opposite way.
Currently I’m also facing the same issue where if I create Headless service without selector and it’s respective Endpointslice manually, my service is not getting updated with the endpoints when I describe it and it’s also not resolving.
But it’s working if I create a Headless service without selector and it’s respective Endpoints manually.
If K8s is planning to move to Endpointslice, then shouldn’t I be able to achieve this through Endpointaslice and mirroring should happen in the opposite way. What are we missing here?
Thanks