Skip to content

Purpose of ClusterSecret #155

Closed Answered by zakkg3
vittoez asked this question in Q&A
Jan 4, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

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.

ClusterSecret operator makes sure all the matching namespaces have the secret available and up to date.

  • New namespaces, if they match the pattern, will also have the secret.
  • Any change in the ClusterSecret will update all related secrets. Including changing the match pattern.
  • Deleting the ClusterSecret deletes "child" secrets (all cloned secrets) too.

https://clustersecret.com/#use-cases

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vittoez
Comment options

Answer selected by zakkg3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants