From 774d3dd4f6c8f388d12bf71d863823d9138b7891 Mon Sep 17 00:00:00 2001 From: Engin Diri Date: Tue, 8 Oct 2024 09:04:20 +0200 Subject: [PATCH] docs: add blog post about Pulumi ESC and ESO (#3996) Signed-off-by: Engin Diri --- docs/eso-blogs.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/eso-blogs.md b/docs/eso-blogs.md index e3f8ee603..44ac14ad1 100644 --- a/docs/eso-blogs.md +++ b/docs/eso-blogs.md @@ -2,6 +2,9 @@ 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! +## [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. ## [From vulnerable to unhackable: secrets management in cloud-native environments](https://medium.com/@as_mallem/from-vulnerable-to-unhackable-secrets-management-in-cloud-native-environments-cb341bd97869/) @@ -76,4 +79,4 @@ Ali writes about integrating AWS Secrets Manager and Parameter Store secrets wit ## [Encoding & Decoding Kubernetes Secrets — ESO Advanced Templating](https://blog.devops.dev/encoding-decoding-kubernetes-secrets-externalsecrets-operator-826b9680df63) -Here, Ali briefly introduces templates within ESO and describes some use cases where templating can be crucial. Code snippets are included where needed too. \ No newline at end of file +Here, Ali briefly introduces templates within ESO and describes some use cases where templating can be crucial. Code snippets are included where needed too.