From 9f91fe80d20014e99e12ab67db9a8c4ed66a9f99 Mon Sep 17 00:00:00 2001 From: Gustavo Fernandes de Carvalho <17139678+gusfcarvalho@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:37:31 -0300 Subject: [PATCH] chore: add blog (#4137) Signed-off-by: Gustavo Carvalho --- docs/eso-blogs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/eso-blogs.md b/docs/eso-blogs.md index 44ac14ad1..6de37abf8 100644 --- a/docs/eso-blogs.md +++ b/docs/eso-blogs.md @@ -2,6 +2,10 @@ A list of blogs written by people all over the community. Feel free to let us know if you are writing about ESO at some place! We would be happy to mention you here! +## [Secrets Replication in Kubernetes with ESO](https://externalsecrets.com/blog/secrets-replication/) + +[@Gustavo Carvalho](https://www.linkedin.com/in/gustavo-carvalho-51427444/) describes how to use ESO to synchronize in-cluster secrets across multiple namespaces using only two manifests: `ClusterSecretStore` and `ClusterExternalSecret`. + ## [Pulumi ESC and External Secrets Operator: The Perfect Solution for Today's Cloud-Native Secret Management](https://www.pulumi.com/blog/cloud-native-secret-management-with-pulumi-esc-and-external-secrets-operator/) [@Engin Diri](https://www.linkedin.com/in/engin-diri/) walks through the integration of ESO with Pulumi ESC, offering a practical guide for enhancing security from cloud-native application development to infrastructure provisioning. This blog provides a hands-on guide to setting up ESO and Pulumi ESC, and demonstrates how to use them together to manage secrets in a Kubernetes cluster.