You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to connect to the localhost:31112 (pg 72?), as suggested, and this does not work.
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)
The text was updated successfully, but these errors were encountered:
On Win 11, using Docker Desktop v4.22.
Issue
kubectl apply -f sidecar-local.yml
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)
The text was updated successfully, but these errors were encountered: