-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74a757d
commit f08afb5
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
# External-Secrets-Operator | ||
# Secrets Management with External Secrets Operator | ||
|
||
This repository contains a tutorial on the External Secrets Operator (ESO). It guides you through setting up ESO to securely manage secrets in your Kubernetes environment. | ||
|
||
### What is the External Secrets Operator? | ||
The External Secrets Operator (ESO) is a Kubernetes operator that helps you manage secrets securely by fetching them from external secret stores instead of storing them directly in Kubernetes Secrets. This significantly enhances security by removing sensitive information from your cluster. | ||
|
||
### What will you learn in this tutorial? | ||
- Basics of ESO: Understand the benefits and functionalities of ESO. | ||
- Setting up ESO: Learn how to install and configure ESO in your Kubernetes cluster. | ||
- Using ESO with different secret stores: Explore integrating ESO with various external secret stores like HashiCorp Vault or AWS Secrets Manager. | ||
- Managing secrets with ESO: Discover how to create and manage secrets using ESO and inject them into your pods. | ||
- Best practices for secure secret management: Learn key practices for handling secrets securely with ESO. | ||
|
||
### The comprehensive tutorial documentation is crafted using MkDocs and can be [here](https://prateekkumar1709.github.io/External-Secrets-Operator-Tutorial/) |