GitOps Keeping Kubernetes Secrets secret in Flux Managing Secrets is a tough challenge in GitOps. This article explores how Bitnami Sealed Secrets can be used to handle your Kubernetes Secrets in a Flux workflow.
Kubernetes Secrets? It is one of the most controversial topics when you start playing around with Kubernetes: Secrets are not secrets. You probably hear about them as an "encrypted" alternative to the ConfigMaps. But are they "encrypted"?