2022-10-24 21:50:10 +02:00
|
|
|
# ArgoCD Secrets 101
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
1. Running Kubernetes cluster
|
|
|
|
2. Application k8s manifests with secrets
|
|
|
|
3. Kubeseal binary installed
|
|
|
|
|
|
|
|
## Objectives
|
|
|
|
|
|
|
|
1. Install bitnami sealed controller as ArgoCD app
|
|
|
|
2. Encrypt secrets and commit them to the repo with the k8s manifests
|
|
|
|
3. Create an app using the secrets you encrypted
|
|
|
|
|
|
|
|
## Solution
|
|
|
|
|
2023-08-24 22:02:53 +02:00
|
|
|
Click [here](solution.md) to view the solution
|