---
title: "Managing Kubernetes Secrets Dynamically from Vault via External Secrets Operator"
url: https://daily.dev/posts/managing-kubernetes-secrets-dynamically-from-vault-via-external-secrets-operator-isqp8q0cn
source_url: https://itnext.io/managing-kubernetes-secrets-dynamically-from-vault-via-external-secrets-operator-7e51d71b56cf
type: article
source: "ITNEXT"
published: 2024-04-25T09:42:30.961Z
updated: 2024-05-09T09:23:16.455Z
tags: ["kubernetes", "secrets-management"]
reading_time: 6
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Kubernetes Secrets Dynamically from Vault via External Secrets Operator

**[ITNEXT](https://daily.dev/sources/itnext)** · 6 min read · 1 upvotes · 0 comments

## Summary

This post discusses how to manage Kubernetes Secrets dynamically from Vault via the External Secrets Operator. It covers the installation of Vault on a Kubernetes Cluster, creating a read token on Vault, and creating Vault secret engines and secrets. The post also explains how to create Kubernetes Secrets from Vault and uses an External Secret Store and External Secret for this purpose.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://itnext.io/managing-kubernetes-secrets-dynamically-from-vault-via-external-secrets-operator-7e51d71b56cf>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#kubernetes](https://daily.dev/tags/kubernetes), [#secrets-management](https://daily.dev/tags/secrets-management)

[View this post on daily.dev](https://daily.dev/posts/managing-kubernetes-secrets-dynamically-from-vault-via-external-secrets-operator-isqp8q0cn)
