What problem does it solve? Deploying HashiCorp Vault on Kubernetes involves intricate Helm chart values, HA Raft consensus setup, and manual post-install steps like initialization, unsealing, and Raft peer joining that are easy to get wrong. ## Core Features & Use Cases - Flux HelmRelease Configuration: Provides a complete HelmRelease manifest with HA+Raft mode, telemetry, storage classes, and UI settings for chart 0.33.0. - Post-Deploy Runbook: Step-by-step commands for operator init, unsealing all pods with key shares, Raft join for standby nodes, and cluster verification. - HA Config Reference: Documents raw HCL stanzas for listeners, Raft storage, and Kubernetes service registration, plus common mistakes like injector/ESO conflicts and unseal key loss. - Use Case: A platform engineer needs a highly available Vault cluster on Kubernetes with Prometheus metrics and Gateway-terminated TLS; this Skill supplies the exact Helm values and the ordered init/unseal/join procedure. ## Quick Start Deploy Vault on my Kubernetes cluster in HA mode with Raft storage using the Helm chart and walk me through initialization and unsealing.