Skip to content

Commit

Permalink
Merge pull request awsdocs#107 from strongjz/patch-1
Browse files Browse the repository at this point in the history
Add clearifying details
  • Loading branch information
chrisdr authored Mar 22, 2022
2 parents 00f4d88 + e34df5e commit 72f8447
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Set up NGINX with sample traffic on Amazon EKS and Kubernetes<a name="ContainerInsights-Prometheus-Sample-Workloads-nginx"></a>

NGINX is a web server that can also be used as a load balancer and reverse proxy\. For more information, see [NGINX](https://www.nginx.com/)\.
NGINX is a web server that can also be used as a load balancer and reverse proxy\. For more information on how Kubernetes uses NGINX for Ingress, see [Ingress-NGINX](https://github.com/kubernetes/ingress-nginx)\.

**To install NGINX with a sample traffic service to test Container Insights Prometheus support**
**To install Ingress-NGINX with a sample traffic service to test Container Insights Prometheus support**

1. Enter the following command to add the Helm ingress\-nginx repo:

Expand Down Expand Up @@ -67,4 +67,4 @@ NGINX is a web server that can also be used as a load balancer and reverse proxy
```
helm uninstall my-nginx --namespace nginx-ingress-sample
kubectl delete namespace nginx-ingress-sample
```
```

0 comments on commit 72f8447

Please sign in to comment.