Daily DevOps Interview Questions Day #60
Daily Interview Questions for SRE and DevOps engineers
Question for the day:
Ok so a junior engineer was just working on this problem. Let’s say you’ve just deployed a Helm chart to your Kubernetes cluster. The deployment manifests reference container images stored in your private GitLab Container Registry. After running helm install, you notice your pods are stuck in ImagePullBackOff with errors about failing to pull the image. Walk me through how you’d troubleshoot and resolve this issue

