Amazon Elastic Block Store (EBS) provides block level storage volumes for use with Amazon EC2 instances.
I've created the persistent volume (EBS 10G) and corresponding persistent volume claim first. But when I try to deploy the …
postgresql docker kubernetes persistent-volumes aws-ebsI want to setup a PVC on AWS, where I need ReadWriteMany as access mode. Unfortunately, EBS only supports ReadWriteOnce. …
kubernetes persistent-volumes aws-ebs