Users unable to reach an application running on a Pod on Kubernetes. What might be the issue and how to check?
Answer
One possible path is to start with checking the Pod status.
- Is the Pod pending? if yes, check for the reason with
kubectl describe podTODO: finish this...