We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ee81b commit 71dbfb9Copy full SHA for 71dbfb9
18-EKS-Monitoring-using-CloudWatch-Container-Insights/README.md
@@ -42,13 +42,13 @@ kubectl -n amazon-cloudwatch get daemonsets
42
```
43
44
45
-## Step-04: Deploy Sample Nginx Application to generate Load
+## Step-04: Deploy Sample Nginx Application
46
47
# Deploy
48
kubectl apply -f kube-manifests
49
50
51
-## Step-05: Create the load on our Sample Nginx Pod
+## Step-05: Generate load on our Sample Nginx Application
52
53
# Generate Load
54
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