Introduction
Currently there are no Ingress resources in our cluster, which you can check with the following command:
~$kubectl get ingress -n ui
No resources found in ui namespace.
There are also no Service resources of type LoadBalancer
, which you can confirm with the following command:
~$kubectl get svc -n ui
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
ui ClusterIP 10.100.221.103 <none> 80/TCP 29m