Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port forwarding the pod with the frontend should use a different host port #36

Open
ivan-rivera opened this issue Jul 4, 2020 · 0 comments

Comments

@ivan-rivera
Copy link

In the article, the author used the following command: kubectl port-forward sa-frontend 88:80 which does not work for me. After a little bit of digging, I found this post which suggests that all ports < 1024 are privileged. I'm not sure how it worked for the author, but I had to switch to a different port (I used kubectl port-forward sa-frontend 8888:80) and it solved the problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant