Bitnami Sealed Secrets allow us to encrypt secrets safe to store in Git repositories, private or public.
Bitnami Sealed Secrets – How To Store Kubernetes Secrets In Git Repositories
Leave a reply
Bitnami Sealed Secrets allow us to encrypt secrets safe to store in Git repositories, private or public.
This article is part of the series that compares Kubernetes and Docker Swarm features.
Secrets are very similar to Kubernetes ConfigMaps and Docker Swarm configs. Everything we said for configurations applies to Secrets, with a few additional features.
Both Kubernetes and Docker Swarm stores Secrets in tmpfs inside containers. From that aspect, they are equally secure. The significant difference is in the way Secrets are stored internally.
Continue reading