Kubernetes

How to verify that a certain service configured to forward the requests to a given pod

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Run kubectl describe service and see if the IPs from "Endpoints" match any IPs from the output of kubectl get pod -o wide