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
Check the load balancer service by using `kubectl get services`.
293
293
294
294
```console
295
-
kubectl get services --namespace ingress-basic -o wide -w nginx-ingress-ingress-nginx-controller
295
+
kubectl get services --namespace ingress-basic -o wide -w ingress-nginx-controller
296
296
```
297
297
298
298
When the Kubernetes load balancer service is created for the NGINX ingress controller, an IP address is assigned under *EXTERNAL-IP*, as shown in the following example output:
299
299
300
300
```
301
301
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE SELECTOR
No ingress rules have been created yet, so the NGINX ingress controller's default 404 page is displayed if you browse to the external IP address. Ingress rules are configured in the following steps.
0 commit comments