Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vevsatechnologies authored Mar 22, 2018
1 parent eb97018 commit 045459e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ kubectl describe pod pod
- metrics [custom-metrics.yaml](https://github.com/vevsatechnologies/kubernetes-docker-centOS/blob/master/metrics/custom-metrics.yaml)


## Check the HPA
```
kubectl describe hpa hpaName
```

## Check the scaling using busy box

```
kubectl run -i --tty load-generator --image=busybox /bin/sh
while true; do wget -q -O- IPAddress:PortANumber; done
```

0 comments on commit 045459e

Please sign in to comment.