# Kubernetes Secrets Store CSI Driver 🕵️‍♂️

> Have you ever thought that your Kubernetes secrets could be so secret that even the ops team has to bribe the cluster to view them? I tried mounting secrets using ConfigMap—my API keys were less protected than free snacks at a meetup.

Source: https://extim.su/blog/kubernetes-secrets-store-csi-driver-🕵️‍♂️/

<p>Have you ever thought that your Kubernetes secrets could be so secret that even the ops team has to bribe the cluster to view them? I tried mounting secrets using ConfigMap—my API keys were less protected than free snacks at a meetup.</p>
<p>Enter the Secrets Store CSI Driver: it snuck my credentials from HashiCorp Vault straight into my pod’s filesystem, gRPC-style, like a ninja courier with zero paper trail. I watched as my database password appeared—poof!—on tmpfs, then vanished when the pod was deleted.</p>
<p>Now, rotation’s a breeze, credentials stay off etcd, and I sleep like a dev whose secrets aren’t exposed on GitHub.</p>
<p>Home page: <a href="https://links.extim.su/8kPea63">https://links.extim.su/8kPea63</a>
Github: <a href="https://links.extim.su/9ufvAE2">https://links.extim.su/9ufvAE2</a></p>

