- Make sure you have repository with some Kubernetes manifests
- Make sure you have a Kubernetes cluster running with ArgoCD installed
- Using the CLI or the UI, create a a new application with the following properties:
- app name: app-demo
- project: app-project
- repository URL: your repo with some k8s manifests
- namespace: default
- Verify the app was created
- Sync the app
- Verify Kubernetes resources were created
- Delete the app
Click here to view the solution