From d851a8e6e7ae1bc0d1e45ef747cf5095141a8404 Mon Sep 17 00:00:00 2001 From: Carlos Santana Date: Fri, 27 Oct 2023 01:50:32 -0400 Subject: [PATCH] update readme Signed-off-by: Carlos Santana --- patterns/gitops/getting-started-argocd/README.md | 5 +++++ 1 file changed, 5 insertions(+) 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