Skip to content

Commit 71dbfb9

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
authored andcommitted
Welcome to Stack Simplify
1 parent f1ee81b commit 71dbfb9

File tree

1 file changed

+2
-2
lines changed
  • 18-EKS-Monitoring-using-CloudWatch-Container-Insights

1 file changed

+2
-2
lines changed

18-EKS-Monitoring-using-CloudWatch-Container-Insights/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ kubectl -n amazon-cloudwatch get daemonsets
4242
```
4343

4444

45-
## Step-04: Deploy Sample Nginx Application to generate Load
45+
## Step-04: Deploy Sample Nginx Application
4646
```
4747
# Deploy
4848
kubectl apply -f kube-manifests
4949
```
5050

51-
## Step-05: Create the load on our Sample Nginx Pod
51+
## Step-05: Generate load on our Sample Nginx Application
5252
```
5353
# Generate Load
5454
kubectl run --generator=run-pod/v1 apache-bench -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://sample-nginx-service.default.svc.cluster.local/

0 commit comments

Comments
 (0)