What happens to EFS based PVs when a node crashes?

0

I have some applications which uses dynamically provisioned PVs with EFS (EFS CSI dynamic provisioning). I have an EKS cluster with managed node groups in different AZs. My question: what happens to these PVs when a node crashes for some reason and the pods are restarted on other nodes? Will EKS or k8s automatically remount these EFS based PVs to the proper pods?

1개 답변
0

In this scenario, what happens to the associated PersistentVolume depends on the Reclaim Policy of the associated PersistentVolumeClaim. This can be modified and I recommend you read this Kubernetes documentation page: https://kubernetes.io/docs/tasks/administer-cluster/change-pv-reclaim-policy/#changing-the-reclaim-policy-of-a-persistentvolume

AWS
답변함 9달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠