Hello,
We're using Cloud Workstation to host development environments and I've just hit a blocker in a workstation that is running a kind-based kubernetes cluster with port 80 exposed (so that when I go to https://80-<workstation-name>.domain/ it uses the port 80 exposed from within the cluster and displays the application frontend).
We're making use of a service which seems to be using the host header passed from ingress-nginx within the cluster to the app so that if I use e.g. https://80-my-workstation.example.com, the service uses that URL (+ protocol) to function internally. The problem is that from both the workstation itself and from the container, this doesn't work.
What I mean is:
- If I go to https://80-my-workstation.example.com from my browser, it connects to the PSC endpoint on port 443 which has been made reachable via firewall rules.
- If I go to https://80-my-workstation.example.com from the container or the workstation itself, the request times out. I've checked firewall rules, routing but they don't seem to be the issue (I can access other machines in the same subnet as that PSC endpoint just fine).
I've found this