Kubeseal: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://github.com/bitnami-labs/sealed-secrets =Internal= * Kuberentes =Overview= <code>kubeseal</code> encrypts a secret into a sealed secret, which is safe...") |
|||
Line 2: | Line 2: | ||
* https://github.com/bitnami-labs/sealed-secrets | * https://github.com/bitnami-labs/sealed-secrets | ||
=Internal= | =Internal= | ||
* [[ | * [[Kubernetes]] | ||
=Overview= | =Overview= | ||
<code>kubeseal</code> encrypts a secret into a sealed secret, which is safe to store - even to a public repository. The sealed secret can be decrypted only by the controller running in the target cluster and nobody else (not even the original author) is able to obtain the original secret from the sealed secret. | <code>kubeseal</code> encrypts a secret into a sealed secret, which is safe to store - even to a public repository. The sealed secret can be decrypted only by the controller running in the target cluster and nobody else (not even the original author) is able to obtain the original secret from the sealed secret. | ||
=Installation= | =Installation= |
Revision as of 01:39, 22 February 2022
External
Internal
Overview
kubeseal
encrypts a secret into a sealed secret, which is safe to store - even to a public repository. The sealed secret can be decrypted only by the controller running in the target cluster and nobody else (not even the original author) is able to obtain the original secret from the sealed secret.