-
What is the purpose of ClusterSecret in Kubernetes, and how does it simplify managing secrets across multiple namespaces? |
Beta Was this translation helpful? Give feedback.
Answered by
zakkg3
Jan 4, 2025
Replies: 1 comment 1 reply
-
Hi! In Kubernetes secrets are namespaced (they belong to a specific namespace), and there is no way to share them across namespaces.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zakkg3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Please take a look at the docs. It's all there:
In Kubernetes secrets are namespaced (they belong to a specific namespace), and there is no way to share them across namespaces.
Clustersecret It's an automated way of provisioning secrets into namespaces.
https://clustersecret.com/#use-cases