DEV Community

Mahendra Thapaliya
Mahendra Thapaliya

Posted on

Current Issue with AWS,EKS Cluster –Fargate-VPC

Following the AWS documentation on Amazon EKS was very helpful and very detailed, covering topics such as AWS networks and security and prerequisites.
PROBLEM
However, I had a problem with the implementation of coredns, which failed when searching for nodes.
Image description
SOLUTION
I used an existing VPC with public and private subnets, internet gateway, and national gateway. The solution was in your VPC, make sure you set enableDNSHostnames and enableDNSSupport to True.

Top comments (0)