diff --git a/patterns/gitops/getting-started-argocd/README.md b/patterns/gitops/getting-started-argocd/README.md index b67b761111..67b4e8089a 100644 --- a/patterns/gitops/getting-started-argocd/README.md +++ b/patterns/gitops/getting-started-argocd/README.md @@ -73,6 +73,11 @@ Verify Application from Terminal curl -I $(kubectl get -n game-2048 ingress game-2048 -o jsonpath='{.status.loadBalancer.ingress[0].hostname}') ``` +Verify Application CPU and Memory metrics +```shell +kubectl top pods -n game-2048 +``` + Destroy EKS Cluster ```shell ./destroy.sh