How do I configure iptables to forward traffic to/from port 80 to a nodeport?
I am looking to redirect traffic coming into my Ubuntu instance on port 80 to port 30631 (a NodePort on my kubernetes cluster running on same host).
I am looking to redirect traffic coming into my Ubuntu instance on port 80 to port 30631 (a NodePort on my kubernetes cluster running on same host).