Akhil KM
Akhil KM

Reputation: 109

EFS endpoint not resolving in kubernetes cluster

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. :)

Upvotes: 2

Views: 812

Answers (1)

Akhil KM
Akhil KM

Reputation: 109

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

Upvotes: 1

Related Questions