Bruno Gatetegatete.hashnode.dev·Jul 20, 2024Secret Management in Kubernetes With ESO, Vault, and ArgoCDIntroduction Managing secrets in Kubernetes presents significant security challenges. Hardcoding secrets directly into manifests not only risks accidental exposure but also complicates secret management and auditing. Traditional Kubernetes Secrets of...secrets management
Cloud Tunedcloudtuned.hashnode.dev·Jun 2, 2024Daily Hack #day60 - Kubernetes External Secrets Operator (ESO)External Secrets Operator The External Secrets Operator is a Kubernetes operator designed to integrate and manage secrets from external secret management systems (such as AWS Secrets Manager, HashiCorp Vault, and Google Secret Manager) within a Kuber...Daily HacksKubernetes
Srujan Reddysrujanpakanati.com·May 20, 2024Simplify Kubernetes Secret Management with External Secrets OperatorIntro Managing secrets in Kubernetes is tricky as the "Secrets" are not really Secrets but just encoded configMaps. You cannot store Secrets definitions in Helm on source code or you cannot rotate these secrets. So there must be a better way of manag...66 readsawssecretsmanager