24 lines
907 B
Plaintext
24 lines
907 B
Plaintext
---
|
|
title: Secrets Store CSI driver
|
|
description: Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume.
|
|
hero:
|
|
tagline: Secrets Store CSI driver for Kubernetes secrets - Integrates secrets stores with Kubernetes via a CSI volume.
|
|
image:
|
|
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp
|
|
actions:
|
|
- text: Source
|
|
link: https://github.com/kubernetes-sigs/secrets-store-csi-driver
|
|
icon: right-arrow
|
|
- text: Deployment Chart
|
|
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/secrets-store-csi-driver
|
|
icon: right-arrow
|
|
---
|
|
|
|
# Purpose
|
|
|
|
Provides a way to mount secrets from an external provider into a pod.
|
|
|
|
# Notes
|
|
|
|
Used with [OpenBao](https://docs.alexlebens.dev/applications/openbao/) to usually mount file secrets, such as json or yaml files.
|