Luc Caocaoluc.hashnode.dev·Dec 15, 2024ArgoCD: A Deep Dive into Kubernetes Secrets and Sealed Secrets in ArgoCDKubernetes Secrets: An Overview The Problem with Sensitive Data in Deployment Manifests When deploying applications like MySQL, we often need to pass sensitive information such as database passwords or root credentials. Including these directly in a ...ArgoCD
Tanvir Sayyadtanvirali-sayyad.hashnode.dev·Nov 12, 2024Understanding the Seal and Unseal Process in HashiCorp VaultWhen learning about HashiCorp Vault, one important topic to understand is the seal and unseal process. This process is a big part of Vault’s security system. When Vault is initialized, it begins in a sealed state. This critical stage ensures that Vau...Unlock the Vault: HashiCorp Vault Certification Serieshashicorp
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...sealed 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...secrets in k8s