GitPedia

Csi driver

A Kubernetes CSI plugin to automatically mount signed certificates to Pods using ephemeral volumes

From cert-manager·Updated June 28, 2026·View on GitHub·

csi-driver is a Container Storage Interface (CSI) driver plugin for Kubernetes to work along [cert-manager](https://cert-manager.io/). The goal for this plugin is to facilitate requesting and mounting certificate key pairs to pods seamlessly. This is useful for facilitating mTLS, or otherwise securing connections of pods with guaranteed present certificates whilst having all of the features that cert-manager provides. The project is written primarily in Go, distributed under the Apache License 2.0 license, first published in 2019. Key topics include: cert-manager, certificate, kubernetes.

Latest release: v0.15.0
May 21, 2026View Changelog →
<p align="center"> <img src="https://raw.githubusercontent.com/cert-manager/cert-manager/d53c0b9270f8cd90d908460d69502694e1838f5f/logo/logo-small.png" height="256" width="256" alt="cert-manager project logo" /> </p> <p align="center"> <a href="https://pkg.go.dev/github.com/cert-manager/csi-driver"><img src="https://pkg.go.dev/badge/github.com/cert-manager/csi-driver.svg" alt="Go Reference"></a> <a href="https://goreportcard.com/report/github.com/cert-manager/csi-driver"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/cert-manager/csi-driver" /></a> <a href="https://artifacthub.io/packages/search?repo=cert-manager"><img alt="Artifact Hub" src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cert-manager" /></a> </p>

csi-driver

csi-driver is a Container Storage Interface (CSI) driver plugin for Kubernetes
to work along cert-manager. The goal for this plugin
is to facilitate requesting and mounting certificate key pairs to pods
seamlessly. This is useful for facilitating mTLS, or otherwise securing
connections of pods with guaranteed present certificates whilst having all of
the features that cert-manager provides.

Why a CSI Driver?

  • Ensure private keys never leave the node and are never sent over the network.
    All private keys are stored locally on the node.
  • Unique key and certificate per application replica with a grantee to be
    present on application run time.
  • Reduce resource management overhead by defining certificate request spec
    in-line of the Kubernetes Pod template.
  • Automatic renewal of certificates based on expiry of each individual
    certificate.
  • Keys and certificates are destroyed during application termination.
  • Scope for extending plugin behaviour with visibility on each replica's
    certificate request and termination.

Documentation

Please follow the documentation at
cert-manager.io for
installing and using csi-driver.

Release Process

The release process is documented in RELEASE.md.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from cert-manager/csi-driver via the GitHub API.Last fetched: 6/29/2026