Question
How to encrypt volume in Kubernetes Persistent volume
Hi,
I am reaching out to find a guide on how to setup encrypted storage in digital ocean managed Kubernetes cluster? My understanding is that when a storage is provisioned it is not encrypted at rest and if someone to gain access to the block storage, anyone can mount the volume and read the data.
I would like to find out if there is away that volume is encrypted and only the pod that is requested to mount the volume can access the content in the volume. Not sure if anyone has achieved this? Any help is really appreciated. :)
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×