Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 1.16 KB

File metadata and controls

26 lines (16 loc) · 1.16 KB

CSI Secrets Store Add-on

The CSI Secrets Store integrates secrets stores with Kubernetes via a Container Storage Interface (CSI) volume.

With the CSI secrets store and the azure provider installed, developers can access application-specific secrets, keys, and certs stored in Azure Key Vault directly from their pods.

Note This addon is enabled by default for 1.16+ clusters

To validate the add-on is running as expected, run the following commands:

You should see the csi-secrets-store driver pods and azure provider pods running on each agent node:

kubectl get pods -n kube-system 

csi-secrets-store-4vmbw                         3/3     Running   0          43m
csi-secrets-store-kmjcr                         3/3     Running   0          50m
csi-secrets-store-provider-azure-7ldqq          1/1     Running   0          43m
csi-secrets-store-provider-azure-h5xmh          1/1     Running   0          50m

Follow the README at https://github.com/Azure/secrets-store-csi-driver-provider-azure for get started steps.

Supported Orchestrators

Kubernetes