Hey all! I hope this is the correct place to talk about this.
So for context, I'm working with a few Kubernetes clusters set up on VMs in our vSphere environment. Since we have a NetApp storage, we figured it was a good idea to use trident to dynamically create volumes on the NetApp array. It's going great so far, but as things are going forward and more and more applications are deployed, I have difficulties to keep up with the growing volumes on the NetApp side. They're restricted to a specific SVM, but the names of the volume being completely random and (as far as I know) with no way of customising that (to indicate the application name linked to that volume for example).
With the way our applications evolve, some volumes tends to not be used anymore and stay on the NetApp array indefinitely with very few options to identify what the original use was for those volumes and keeping everything tidy and clean is a very picky and long process.
I have two storage classes : one that auto-deletes the PVs and volumes and another (for prod workloads) that retains the volumes if we delete the Kubernetes objects. So I'm mainly struggly with the later.
It may be because I'm still learning, but I didn't find anything in Trident's documentation regarding keeping everything organised, clear and clean.