|
|
@@ -3230,6 +3230,24 @@
|
|
|
</span>
|
|
|
</a>
|
|
|
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#injecting-aws-secrets-in-a-kubernetes-cluster-with-external-secrets-operator" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ Injecting AWS Secrets in a Kubernetes Cluster with External Secrets Operator
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#encoding-decoding-kubernetes-secrets-eso-advanced-templating" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ Encoding & Decoding Kubernetes Secrets — ESO Advanced Templating
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
@@ -3478,6 +3496,24 @@
|
|
|
</span>
|
|
|
</a>
|
|
|
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#injecting-aws-secrets-in-a-kubernetes-cluster-with-external-secrets-operator" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ Injecting AWS Secrets in a Kubernetes Cluster with External Secrets Operator
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#encoding-decoding-kubernetes-secrets-eso-advanced-templating" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ Encoding & Decoding Kubernetes Secrets — ESO Advanced Templating
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
@@ -3528,6 +3564,10 @@
|
|
|
<p>Emin writes about the Push Secret feature of ESO and how this new feature reverse the workflow of ESO by pushing Kubernetes secrets to external secret management providers.</p>
|
|
|
<h2 id="gcp-secret-manager-with-self-hosted-kubernetes"><a href="https://medium.com/@jjlakis/gcp-secret-manager-with-self-hosted-kubernetes-db35d01d65f0">GCP Secret Manager with self-hosted Kubernetes</a></h2>
|
|
|
<p>Jacek writes about bringing GCP secrets to on-premises cluster through External Secrets Operator intergration with workload identity.</p>
|
|
|
+<h2 id="injecting-aws-secrets-in-a-kubernetes-cluster-with-external-secrets-operator"><a href="https://blog.devops.dev/injecting-external-secrets-in-a-kubernetes-cluster-1e9bbe0f0d5b">Injecting AWS Secrets in a Kubernetes Cluster with External Secrets Operator</a></h2>
|
|
|
+<p>Ali writes about integrating AWS Secrets Manager and Parameter Store secrets within an EKS Cluster using ESO. He shows a quick setup of the operator, and how to fetch secrets in a repeatable fashion. The guide is bundled with cool illustrations and code snippets that describe the ESO architecture and injection process</p>
|
|
|
+<h2 id="encoding-decoding-kubernetes-secrets-eso-advanced-templating"><a href="https://blog.devops.dev/encoding-decoding-kubernetes-secrets-externalsecrets-operator-826b9680df63">Encoding & Decoding Kubernetes Secrets — ESO Advanced Templating</a></h2>
|
|
|
+<p>Here, Ali briefly introduces templates within ESO and describes some use cases where templating can be crucial. Code snippets are included where needed too.</p>
|
|
|
|
|
|
|
|
|
|