Sealed Secrets on Kubernetes - a quick intro
Sealed Secrets is a popular tool for managing secrets in Kubernetes clusters. It is a Kubernetes controller, which enables the encryption / decryption of Kubernetes Secrets, ConfigMaps, and other custom resources. Sealed Secrets uses asymmetric encryption (private / public key) to encrypt secrets in a way that only authorized parties can decrypt them. Install We need kubeseal which is the client CLI Install it from source or from your favourite package manager....