Skip to content

Commit f33be94

Browse files
committed
more docs
1 parent 1e253ed commit f33be94

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

aws/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ Are you done playing? Please run `terraform destroy` twice to clean up.
5757
### Test it
5858
When you have completed the installation steps, you can do `kubectl port-forward service/wrongsecrets-balancer 3000:3000` and then go to [http://localhost:3000](http://localhost:3000).
5959

60+
Want to know how well your cluster is holding up? Check with
61+
62+
```sh
63+
kubectl top nodes
64+
kubectl top pods
65+
```
66+
6067
### Clean it up
6168

6269
When you're done:

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ eval $(minikube docker-env)
5151
./build-an-deploy.sh
5252
kubectl port-forward service/wrongsecrets-balancer 3000:3000
5353

54+
```
55+
Want to know whether your system is holding up? use
56+
57+
```shell
58+
minikube addons enable metrics-server
59+
kubectl top nodes
60+
kubectl top pods
5461
```
5562

5663
### Action with AWS EKSS:

0 commit comments

Comments
 (0)