Good day
I have a few questions regarding PVs on Karbon Clusters.
- Is there a way to access Persistent Volumes created by Kubernetes besides getting to it from within the pod the volume is mounted?
- If the PV has status Released, can I still be able to access it without having to bind it again?
Basically, I want to know if the data on Karbon PVs can be accessed via ssh, or something else other than K8s pods. If backups are saved on a PV, can I access the data from another VM besides the cluster worker nodes?