Expose a port from Pod to host in Kubernetes

kubectl port-forward --address=0.0.0.0 {{ pod_name }} 80:80
This is not right way to do the forwarding - use Services instead.