kubernetes-operator
"Sealed Secrets" for Kubernetes
https://github.com/bitnami-labs/sealed-secrets
A Kubernetes controller and tool for one-way encrypted Secrets.
Problem: "I can manage all my K8s config in git, except Secrets." Solution: Encrypt your Secret into a SealedSecret, which is safe to store - even inside a public repository. The SealedSecret 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 SealedSecret.
Added 12 hours ago
External Secrets Operator
https://external-secrets.io/latest/
External Secrets Operator reads information from a third-party service like AWS Secrets Manager and automatically injects the values as Kubernetes Secrets.
Related contents:
Added 8 months ago