Kubernetes

Users unable to reach an application running on a Pod on Kubernetes. What might be the issue and how to check?

Difficulty: unrated

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

Answer

One possible path is to start with checking the Pod status.

  1. Is the Pod pending? if yes, check for the reason with kubectl describe pod TODO: finish this...