I am deploying a microservice application in kubernetes cluster. And one of the services it has is Neflix Eureka for service discovery.
My Question : Is it possible to deploy Neflix Eureka from kubernetes? Because if the other Pods try to register themselves with eureka then the Pod IP is registered with Eureka which is wrong I think, Because the Pod IP is not important and service IP is important.
So If it is possible? If yes, please suggest how to configure other microservice to register its kubernetes service IP and not the pod IP with Eureka.