GitHub - akeylesslabs/akeyless-csi-provider: Akeyless Provider for Secret Store CSI Driver (original) (raw)

Akeyless provider for the Secrets Store CSI driver allows you to get secrets stored in Akeyless and use the Secrets Store CSI driver interface to mount them into Kubernetes pods.

Installation

Prerequisites

Using helm

The recommended installation method is via helm 3:

helm repo add akeylesshttps://akeylesslabs.github.io/helm-charts helm install akeyless akeyless/akeyless-csi-provider

Using yaml

You can also install using the deployment config in the deployment folder:

kubectl apply -f deployment/akeyless-csi-provider.yaml

Troubleshooting

To troubleshoot issues with Akeyless CSI provider, look at logs from the CSI provider pod running on the same node as your application pod:

kubectl get pods -o wide

find the Akeyless CSI provider pod running on the same node as your application pod

kubectl logs akeyless-csi-provider-xxxxx