cbdcfa3e4f
As well as exercises.
609 B
609 B
Sync App - Cluster
Requirements
- Make sure you have a Kubernetes cluster running with ArgoCD installed
- Make sure you have an app deployed in the cluster and tracked by ArgoCD
Objectives
- Verify the app is tracked by ArgoCD and in sync
- . Make a change to your application by running a
kubectl
command. The change can anything:- Changing the tag of the image
- Changing the number of replicas
- You can go extreme and delete the resource if you would like :)
- Check the app state in ArgoCD
- Sync the app state
Solution
Click here to view the solution