EFS Persistent Volume
EFS Persistent Volume Create namespace (ns.yaml) — apiVersion: v1 kind: Namespace metadata: name: storage apply the changes kubectl apply -f ns.yaml create service account (2-sa.yaml) — apiVersion: v1 kind: ServiceAccount metadata: name: nfs-client-provisioner namespace: storage kubectl apply -f 2-sa.yaml create…