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

Ports suggested in Chaprt 5 do not work without port forwarding #38

Open
Antsthebul opened this issue Aug 7, 2023 · 0 comments
Open

Comments

@Antsthebul
Copy link

Antsthebul commented Aug 7, 2023

On Win 11, using Docker Desktop v4.22.

Issue

  1. Attempting to connect to the localhost:31112 (pg 72?), as suggested, and this does not work.
  2. And this of course would be applied to (pg. 64?) after running kubectl apply -f sidecar-local.yml

"...If your cluster is on you laptop, point your browser to localhost:30001.."

Resolution

Continuing with the namespace tutorial (point 1), I needed to run kubectl port-forward -n shield svc/the-bus 31112:8080 and I was then able to access the html page.

Not sure if I overlooked anything, but Im guessing it has to do with the host configuration, that should be listening on 0.0.0.0 (like Docker)

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