Sealed Secrets
Asymmetric encryption controller for Kubernetes secrets safe to store in public Git.
Why consider Sealed Secrets?
Sealed Secrets is an open-source Kubernetes controller created by Bitnami in Go. It encrypts sensitive Secret manifests asymmetrically into SealedSecret Custom Resources that can only be decrypted by the in-cluster controller, making GitOps repository storage 100% safe.
Learn Sealed Secrets by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of Sealed Secrets
Sealed Secrets seals Kubernetes secrets offline with public keys while private decryption keys stay isolated inside clusters.
Quickstart
# Seal a secretkubeseal --format=yaml < secret.yaml > sealedsecret.yamlkubectl apply -f sealedsecret.yamlSealed Secrets is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
boringproxy
Simple, self-hosted reverse proxy and tunnel manager for exposing private web services securely.
OWASP ModSecurity
Open-source Web Application Firewall (WAF) engine providing cross-platform HTTP security inspection.
OpenCTI
Open-source platform for managing cyber threat intelligence knowledge and STIX2 relationships.
Maltrail
Malicious traffic detection system utilizing public blacklists and heuristic traffic behavior analysis.