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
There are also no Service resources of type LoadBalancer
, which you can confirm with the following command:
~$kubectl get svc -n ui