We are migrating our application from Docker Swarm to Kubernetes.We need help with a few pending tasks to complete the migration
● Setup multiNode EKS cluster which scales on basis of RabbitMQ queue messages. We have planned to use Karpenter for Node scaling and Keda for app scaling.
● Currently challenge is setting up EFS dynamic PV using AWS EFS CSI Driver. We will need this provisioner to be part of our terraform script so that node already has driver installed when EKS is provisioned.We are using terraform to setup EKS cluster.Will share more details once we are good to start work