Anshu Kumaranshu049.hashnode.dev·Sep 24, 2024Introduction to Sealed Secrets in KubernetesNeed of Sealed Secrets Kubernetes Secrets and the Problem Kubernetes Secrets store sensitive data, but they use base64 encoding, not encryption. This leaves them vulnerable if stored in GitHub, making them easily decodable. Why Encryption is Need...Discusssealed secret
Balajibalajidevops.hashnode.dev·Jan 5, 2024Simplifying Kubernetes Secret Management with Sealed Secrets: A Comprehensive GuideIntroduction: In the world of Kubernetes, safeguarding sensitive information during application deployment is of utmost importance. Kubernetes provides the Secret resource for storing sensitive data, but ensuring its encryption and security is crucia...Discusssecrets in k8s