cloud-bare-metal

Use LoadBalancer for bare metal single node kubernetes clusters

ⅰ亾dé卋堺 提交于 2019-12-11 07:51:35
问题 Environment: Ubuntu 18.06 bare metal, set up the cluster with kubeadm (single node) I want to access the cluster via port 80. Currently I am able to access it via the nodePort: domain.com:31668/ but not via port 80. I am using metallb Do I need something else to handle incoming traffic? So the current topology would be: LoadBalancer > Ingress Controller > Ingress > Service kubectl -n ingress-nginx describe service/ingress-nginx: Name: ingress-nginx Namespace: ingress-nginx Labels: app