--- title: "Introduction" sidebar_position: 10 --- Currently there are no Ingress resources in our cluster, which you can check with the following command: ```bash expectError=true $ 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: ```bash $ kubectl get svc -n ui NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE ui ClusterIP 10.100.221.103 80/TCP 29m ```