Top "Aws-ebs" questions

Amazon Elastic Block Store (EBS) provides block level storage volumes for use with Amazon EC2 instances.

How to mount a postgresql volume using Aws EBS in Kubernete

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-ebs
Kubernetes PVC with ReadWriteMany on AWS

I want to setup a PVC on AWS, where I need ReadWriteMany as access mode. Unfortunately, EBS only supports ReadWriteOnce. …

kubernetes persistent-volumes aws-ebs