How do I stripe EBS volumes for a Kubernetes StatefulSet?
2/26/2018
I have a Kubernetes StatefulSet setup that uses multiple volume claim templates. These claims generate EBS st1 volumes. I want to configure RAID-0 striping for them. Is there a way to do this in my Kubernetes configuration files?