- 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
- 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
Click here to view the solution