Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Santana <[email protected]>
  • Loading branch information
csantanapr committed Oct 27, 2023
1 parent 6468467 commit d851a8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions patterns/gitops/getting-started-argocd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d851a8e

Please sign in to comment.