EKS with Fargate - DNS issue

0

Hi,

I'm trying to setup EKS cluster with only Fargare as compute. I see that core DNS services are stuck in pending state and the pods are not able to make outbound calls to internet. Could you please help with this?

P.S: already tried the setps give the article: https://repost.aws/questions/QUCuFoRCw4SQuLKhUZFeM9Xw/coredns-pods-in-eks-fargate-are-in-pending-state-and-the-addon-is-in-error-due-to-insufficientnumberofreplicas

But of no luck!

  • Hi,

    Could you please post the output of both the steps below:

    Step 1. Execute - 'kubectl describe deploy coredns -n kube-system' and paste the Pod template section.

    Step 2: Execute - 'kubectl describe pod <your-coredns-podname> -n kube-system' and paste the Events field.

asked 8 months ago411 views
1 Answer
0

Can you show the screen where we can see all the pods on the cluster? If some pod has errors, also screen with errors?

profile picture
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions