How to Access Aspire Dashboard via Kubernetes Ingress When Running in AppHost? #10243
-
Hi team, I’ve successfully accessed the Aspire dashboard in a few scenarios: Locally: e.g., https://localhost:17289 My challenge: The app is launched in a CI/CD build step with: so it should be using The container exposes port 17289. I have set up a Kubernetes service and ingress to route traffic to this port on the agent pod. Problem: This means Kubernetes cannot route traffic from outside the container to the dashboard. In contrast, the standalone dashboard image outputs: Question: It would be excellent to be able to access the dashboard in the AppHost scenario for debugging and monitoring in CI/CD and Kubernetes environments. Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This should be fixed in #9977 which will ship as part of 9.4; the AppHost was previously only binding services to localhost, regardless of the specific service or endpoint configuration. |
Beta Was this translation helpful? Give feedback.
This should be fixed in #9977 which will ship as part of 9.4; the AppHost was previously only binding services to localhost, regardless of the specific service or endpoint configuration.