docs: write about ESO, MinIO and JupyterHub

This commit is contained in:
Masaki Yatsu
2025-08-30 16:23:50 +09:00
parent da069613b4
commit db99b8de3d
2 changed files with 34 additions and 3 deletions

View File

@@ -236,9 +236,11 @@ sudo apt-get install nfs-common
just longhorn::install
```
### HashiCorp Vault - Secrets Management
### HashiCorp Vault - Secrets Management (Optional but Recommended)
Vault provides centralized secrets management for the entire cluster.
Vault provides centralized secrets management for the entire cluster. While optional, its installation is recommended as it enhances security and simplifies credential management.
When you install Vault, the External Secrets Operator is also deployed. This operator synchronizes secrets from Vault to Kubernetes Secrets, allowing your applications to seamlessly access credentials and sensitive data stored in Vault through standard Kubernetes Secret resources.
```bash
just vault::install