Asking for help? Comment out what you need so we can get more information to help you!
Cluster information:
Kubernetes version:minikube version: v1.28.0
commit: 986b1ebd987211ed16f8cc10aed7d2c42fc8392f
Cloud being used: Azure
Installation method:VM image
Host OS: ununtu 22.04 lts
kubectl get svc
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
kubernetes ClusterIP 10.96.0.1 443/TCP 13h
ui-service ClusterIP 10.99.3.223 80/TCP 8h
web NodePort 10.100.220.190 80:31091/TCP 12h
Do you have any best practice documents on how to ingress cluster using ports 443 and 80 (minikube tunnel, patch or port forward). Can’t seem to get external ip to work. have tried # minikube --bind-address=‘’ &
I have ports 22, 443 & 80 opened on Azure VM and Ubuntu Firewall.
~$ sudo ufw status verbose
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), deny (routed)
New profiles: skip
To Action From
443/tcp ALLOW IN Anywhere
443 ALLOW IN Anywhere
22 ALLOW IN Anywhere
443/tcp (v6) ALLOW IN Anywhere (v6)
443 (v6) ALLOW IN Anywhere (v6)
22 (v6) ALLOW IN Anywhere (v6)