AWS EKS with Fargate pod status pending due to PersistentVolumeClaim not found
问题 I have deployed EKS cluster with Fargate and alb-ingress-access using the following command: eksctl create cluster --name fargate-cluster --version 1.17 --region us-east-2 --fargate --alb-ingress-access A Fargate namespace has also been created. The application being deployed has four containers namely mysql, nginx, redis and web. The YAML files have been applied to the correct namespace. The issue I am having is that after applying the YAML files when I get the pods status I the following