Pods were terminated due to crashloopback

2/3/2020

When getting the logs from rancher some of my pods in Kubernetes were terminated due to crashloopbackoff. How can I fix it ??. Attaching some screenshots for reference. [![enter image description here][1]][1]

-- Riby Varghese
configmap
devops
kubectl
kubernetes
kubernetes-pod

1 Answer

2/3/2020

With available information on above question below is the assumption to your issue

Exit code 150 and ASPNETCORE_ENVIRONMENT

This looks to be a issue with compiled binary may be a version mismatched or correct .NET Core version not used.

-- DT.
Source: StackOverflow