Quickly get started with Vault and Kubernetes. Set up Vault on Integrated Storage, and explore alternative options to acces Vault within a Kubernetes cluster.
Install Vault to Kubernetes with Integrated Storage
Deploy Vault on Kubernetes locally using minikube with the official Helm chart.
18min
Integrate Kubernetes with an external Vault cluster
Deploy an Kubernetes workload with a hardcoded address for an external Vault service.
20min
Manage Kubernetes native secrets with the Vault Secrets Operator
Set-up the Vault Secrets Operator to synchronise secrets between Vault and a Kubernetes Cluster. Retreieve native static and dynanic Kubernetes secrets.
13min
Mount Vault secrets through Container Storage Interface (CSI) volume
Mount Vault secrets in your pods and deployments through a Container Storage Interface (CSI) Volume
13min
Retrieve secrets for Kubernetes workloads with Vault Agent
Install and use Vault Agent on Kubernetes via Helm. Basic usage of the Vault Agent is demonstrated using Kubernetes auth method, then configuring auto-auth and response wrapping of the returned token.