mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 15:49:11 +00:00
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