kimschles / secrets-store-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with the Kubernetes Secrets Store CSI Driver

In Kubernetes, it can be difficult to keep application API keys, access tokens and passwords safe. There are several different approaches to solving this problem, and in this talk Kim will demonstrate how to install Hashicorp Vault and the Secrets Store CSI Driver so that your applications can access secrets stored in ephemeral volumes.

This tutorial was written for a Data on Kubernetes Talk given on 21 April 2022. Getting Started with the Kubernetes Secrets Store CSI Driver

Prerequisites

  • A Kubernetes Cluster using version 1.19+
  • kubectl
  • Helm 3

Resources

About

License:MIT License