Is there a way to fix a CoreDNS deploy in AKS which is always on CrashLoopBackOff?

Viewed 39

To bring some context, I was using AKS and have deployed a APIM solution on a cluster, which was working fine for a month, but some days ago, I went back on my cluster and the CoreDNS & the CoreDNS autoscaler pods are on a CrashBackLoop.

Here are the descriptions of the Pod:

  • I've tried to scale the deployment
  • Restarted the deployment
  • Deleted the pods, updated the deployment image

But none of the actions I did worked so far, if anyone have any suggestions

Here are the deployments files if it can help: enter image description here

enter image description here

enter image description here

enter image description here

1 Answers

I partially resolved my problem by restarting my cluster on AKS.

Related