Deliver secrets to Kubernetes pods without storing in etcd, using VSO

Published: (December 16, 2025 at 10:00 AM EST)
1 min read

Source: HashiCorp Blog

Vault Secrets Operator (VSO)

Vault Secrets Operator (VSO) has simplified secrets management between HashiCorp Vault and Kubernetes by automatically syncing secrets from Vault into Kubernetes Secret objects. This approach fits naturally into existing Kubernetes patterns, but it also has a tradeoff: with the default VSO workflow,…

Back to Blog

Related posts

Read more »

day4: kube scheduler

Overview The Kubernetes scheduler decides which node each pod should run on. It does not place the pods itself; instead, it records the target node for each po...