cbdcfa3e4f
As well as exercises.
386 B
386 B
ArgoCD Secrets 101
Requirements
- Running Kubernetes cluster
- Application k8s manifests with secrets
- Kubeseal binary installed
Objectives
- Install bitnami sealed controller as ArgoCD app
- Encrypt secrets and commit them to the repo with the k8s manifests
- Create an app using the secrets you encrypted
Solution
Click here to view the solution