I'm trying to bind a service to port 80 on the host, but I'm using CNI. So hostPort won't work. NodePort will only allow port 30000-32000. And I don't have access to a cloud LB.
Thanks
I think in this case you need to setup the some revese proxy (haproxy or nginix) to redirect port 80 taffic on the node to service ip.