Skip to content

Commit

Permalink
kubernetes-resume-challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiwaAribisala-git committed Mar 25, 2024
1 parent c668af1 commit 4a21683
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 88 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ Using Apache Bench: `alias ab='kubectl run test-load --rm --tty -i --restart='Ne

![Result State](./images/result-state.png)

- Otherwise, using Apache Bench to generate traffic and increase CPU load:
`alias ab='kubectl run test-load --rm --tty -i --restart='Never' --image devth/alpine-bench --command -- /go/bin/main'`
`ab -n 10000 -c 900 -s 300 http://<endpoint_url or IP>`, endpoint_url here is the service URL of our application

## Helm Charts
- Defined [Helm Charts](./helm-charts/) for the application making deployment and management on Kubernetes clusters more efficient and scalable

Expand Down
35 changes: 0 additions & 35 deletions kubernetes/ecom.yml

This file was deleted.

53 changes: 0 additions & 53 deletions kubernetes/mariadb-.yml

This file was deleted.

0 comments on commit 4a21683

Please sign in to comment.