HashiCorp Vault Helm Chart

repository·main·Indexed 22 days ago

https://github.com/hashicorp/vault-helm

Official HashiCorp Helm chart for deploying and managing Vault on Kubernetes. Supports multiple deployment patterns and requires Helm 3.6+ and Kubernetes 1.29+.

Tokens
332
Snippets
1
Records
3
Agent score
29%

What's inside vault-helm

  1. Configure Vault installation using values.yaml

    main

    The Vault Helm chart is highly configurable to support various use cases on Kubernetes. You can customize the installation by providing a custom values.yaml file or using --set flags during the helm install or helm upgrade commands.

    For a complete list of configuration options and detailed installation guides for specific architectures, refer to the Vault and Kubernetes documentation.

  2. Install Vault via Helm

    main

    To install the latest version of the Vault Helm chart, add the official HashiCorp Helm repository to your local Helm configuration and then execute the helm install command. This will deploy Vault to your configured Kubernetes cluster using the default settings provided in the chart.

    $ helm repo add hashicorp https://helm.releases.hashicorp.com
    $ helm install vault hashicorp/vault
  3. Prerequisites for installing Vault Helm Chart

    main

    Before installing the Vault Helm chart, ensure your environment meets the following requirements:

    • Helm: Version 3.6 or higher must be configured for your Kubernetes cluster.
    • Kubernetes: Version 1.29 or higher is the earliest version tested by this chart. While it may work on earlier versions, they are not officially supported.