I have a kubernetes deployment with three replicas, each one in one AZ (eu-west-1a,eu-west-1b and eu-west-1c). I have three AWS EBS volumes (each one in a different AZ) that I want to attach to each replica.
I know I can attach the volume with volume type awsElasticBlockStore but, how can I match each volume to the replica matching the AZ?