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
已回答 10 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南