Hello,
How to make two Kubernetes Services talk to each other? do we need to write any manifest file for this or it is something that written on the app configuration. Can you pls throw some light on it…
Hello,
How to make two Kubernetes Services talk to each other? do we need to write any manifest file for this or it is something that written on the app configuration. Can you pls throw some light on it…
Hello @pavan00379,
Assumed that 2 services are in the same k8s cluster and created under ClusterIP service type, then:
Some resources:
Thanks,
Trung,