When I trying to use kubectl and port forward the service ports to local but CentOS does not allow to bind to port 80. unable to create listener: Error listen tcp4 0.0.0.0:80 bind: permission denied in Linux
$ kubectl port-forward --address 0.0.0.0 service/thelinuxfaq 80:8080 -n new_namespace
Unable to listen on port 80: Listeners failed to create with the following errors: [unable to create listener: Error listen tcp4 0.0.0.0:80: bind: permission denied]
$ kubectl port-forward --address 0.0.0.0 service/thelinuxfaq 80:8080 -n new_namespace
Forwarding from 0.0.0.0:80 -> 8080
Comments (0)