diff --git a/README.md b/README.md index d32f9e8..64fbb4d 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,13 @@ Install nginx: `apt install nginx -y` Configure nginx to forward traffic to the node ports. First get the ports of your ingress controller. + Look for the `80:` and `443:` mappings. -For nginx: `kubectl -n ingress-nginx get svc ingress-nginx` -For Istio: `kubectl -n istio-system get svc istio-ingressgateway` +* nginx: `kubectl -n ingress-nginx get svc ingress-nginx` +* Istio: `kubectl -n istio-system get svc istio-ingressgateway` -Now add all your nodes as stream backends with the ports: +Now add all your worker nodes as stream backends with the ports: ``` cat < /etc/nginx/nginx.conf