Deployment of MVC app in Azure Kubernetes Service failing with error- "Back-off restarting failed container" Deployment of MVC app in Azure Kubernetes Service failing with error- "Back-off restarting failed container" kubernetes kubernetes

Deployment of MVC app in Azure Kubernetes Service failing with error- "Back-off restarting failed container"


This may be not the solution, but should help in someway! As the first step

To find all the names of your pods run: kubectl get pods

NAME         READY   STATUS    RESTARTS   AGEwebapp       1/1     Running   15         47h

Find the pod which is failing or having that status, Then run

𝙠𝙪𝙗𝙚𝙘𝙩𝙡 𝙡𝙤𝙜𝙨 𝙥𝙤𝙙𝙣𝙖𝙢𝙚

To get the actual error and fix it