Mahira Technology Private Limitedmahiratechnology.hashnode.dev路Aug 6, 2024Kubernetes Secrets Management: Level Up with External Secrets OperatorOverview :- Kubernetes has become a popular platform for deploying and managing containerized applications. As applications grow in complexity, managing secrets such as API keys, passwords, and certificates becomes increasingly important. While Kuber...AWS secret manager
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
Matthieu Vincentyodamad.hashnode.dev路Nov 4, 2023Manage your secrets in Kubernetes with external-secrets & HashiCorp VaultHandling secrets in a Kubernetes cluster is quite common but should be handled carefully. With external-secrets, it is easily possible to plug a secret management system into your cluster to have clean secret management. If you are using Kubernetes m...2 likes路1.6K reads鈽革笍 Kubernetes discoveryKubernetes
Kratik Jainblogs.kratik.dev路Oct 20, 2023FeaturedHow to use Vault with External Secrets for Kubernetes in Production?Hello, beautiful people on the Internet! 馃尰 Today we are going to discuss how can we optimize the flow of storing secrets in Kubernetes and Also, learn to empower our developers to View/Modify secrets deployed in our Kubernetes cluster. We'll also de...10 likes路454 readsKubernetesKubernetes
Santiago Fernandezblog.santiagoagustinfernandez.com路Apr 18, 2022Secretos de Kubernetes con Hashicorp Vault & External Secrets Operator.En entradas anteriores vimos como manejar secretos de manera dinamica y estatica. En esta nueva entrada vamos a jugar con External Secrets Operator o ESO, para manejar secretos contra Hashicorp Vault. Una buena practica para que los desarrolladores n...29 readsKubernetes & Hashicorp VualtVault