I am using aws-ebs-csi-driver on k8s for persistent volumes. I came across a scenario where I can create ebs storage class once and then use it across all the statefulsets deployments to create PersistentVolumeClaims.
I am trying to weigh in advantages and disadvantages of this approach.
Is using one storage class for all statefulsets fine or Should I create storage class for each individual statefulset ?