You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/installation.md
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -144,10 +144,21 @@ The public IP can be reported in the status of an ingress resource. To enable:
144
144
145
145
Read more about the type LoadBalancer [here](https://kubernetes.io/docs/concepts/services-networking/service/#type-loadbalancer).
146
146
147
-
## 5. Access the Live Activity Monitoring Dashboard
147
+
## 5. Access the Live Activity Monitoring Dashboard / Stub_status Page
148
+
For NGINX, you can access the [stub_status page](http://nginx.org/en/docs/http/ngx_http_stub_status_module.html):
149
+
1. Stub_status is enabled by default. Ensure that the `nginx-status` command-line argument is not set to false.
150
+
2. Stub_status is available on port 8080 by default. It is customizable by the `nginx-status-port` command-line argument. If yours is not on 8080, modify the kubectl proxy command below.
151
+
1. Use the `kubectl port-forward` command to forward connections to port 8080 on your local machine to port 8080 of an NGINX Ingress controller pod (replace `<nginx-ingress-pod>` with the actual name of a pod):.
Open your browser at http://127.0.0.1:8080/stub_status to access the status.
156
+
148
157
149
158
For NGINX Plus, you can access the live activity monitoring dashboard:
150
-
1. Use `kubectl port-forward` command to forward connections to port 8080 on your local machine to port 8080 of an NGINX Plus Ingress controller pod (replace <nginx-plus-ingress-pod> with the actual name of a pod):
159
+
1. The dashboard is enabled by default. Ensure that the `nginx-status` command-line argument is not set to false.
160
+
1. The dashboard is available on port 8080 by default. It is customizable by the `nginx-status-port` command-line argument. If yours is not on 8080, modify the kubectl proxy command below.
161
+
1. Use the `kubectl port-forward` command to forward connections to port 8080 on your local machine to port 8080 of an NGINX Plus Ingress controller pod (replace `<nginx-plus-ingress-pod>` with the actual name of a pod):
0 commit comments