Relative Content

Tag Archive for kubernetesencryptionvolumemountconfigmap

How to mount a tar file by configmap in kubernetes pod

I want to mount an encrypted tar.gz file in a kubernetes pod on some volume by a configmap so that upon startup of pod i can exec the pod supply the password for decryption and do something with this tar gz file can anyone help me ?