Closed ravimadhusudhan8 closed 5 years ago
You will have to edit the documentation - to follow this command pattern that I got from - kubectl cheat sheet
kubectl port-forward my-pod 5000:6000 # Listen on port 5000 on the local machine and forward to port 6000 on my-pod
Thank you for pointing that out. I'll fix that.
@tidylobster You are welcome.
You will have to edit the documentation - to follow this command pattern that I got from - kubectl cheat sheet
kubectl port-forward my-pod 5000:6000 # Listen on port 5000 on the local machine and forward to port 6000 on my-pod