EFS endpoint not resolving in kubernetes cluster

8/21/2018

I have a K8S cluster launched using kops with topology=private and networking=weave. Want to mount an EFS volume to my pods but the EFS endpoint is not resolving inside pods.

I suspect because of internal routing(weave) the name resolution is not forwarding to subnet DNS server (correct me if I am wrong).

How can I resolve this issue?

Thaks in advance. :)

-- Akhil KM
amazon-web-services
kops
kubernetes

1 Answer

8/22/2018

This issue is resolved after enabling "DNS hostname resolution" for the specific VPC.

-- Akhil KM
Source: StackOverflow