Category: AWS
-
How to reduce an EBS volume (in AWS cloud) inside a cluster Kubernetes?
Context: AWS only supports to increase EBS volume size. So, if we want to reduce EBS volume, we need to do it ourselves. Basically, we need to create a new EBS volume with a smaller size and copy data from current EBS volume to a new one. However, we need to make sure there is…