The Kubernetes controller automatically increases the size of a Persistent Volume Claim in Kubernetes when it is nearing full. Keeping your volumes at a minimal size can help reduce cost of your cloud provider's services, but having to manually scale them up can be painful and a waste of time for an DevOps / Systems Administrator. This supports any Kubernetes cluster or cloud provider which supports dynamically hot-resizing storage volumes in Kubernetes. It also... * Has a helm chart and a simple .yaml to install * Publishes its own Prometheus Metrics * Is and always will be completely free and open-source (Apache 2.0 licensed) * Publishes Kubernetes Events (for easier debugging) * Is customizable in a variety of ways with annotations on your PVC


