GitHub user dosubot[bot] added a comment to the discussion: Production deployment issue in
<!-- Answer --> If you see "site can't be reached" after port-forwarding, here are the most common causes and how to check them: 1. Make sure you're using http://localhost:8088 (not https). 2. Run kubectl get pods -n superset and confirm the Superset pod is Running and Ready. 3. Run kubectl get endpoints superset -n superset and check that there are endpoints listed (should show the pod IP). 4. Run kubectl logs <superset-pod> -n superset for the main web pod to check for errors or crash loops. 5. If the pod is running and logs look good, try kubectl port-forward pod/<superset-pod> 8088:8088 -n superset to rule out service misconfiguration. 6. Check for any local firewall or security software that might block port 8088. If any of these checks fail (for example, the pod is not ready, or endpoints are empty), Superset won't be accessible via port-forwarding. If everything looks correct and you still can't connect, let me know the output of these commands so I can help you further. Superset serves HTTP on port 8088 by default, and the Helm chart/service config matches this pattern—so if the pod is healthy and the service has endpoints, port-forwarding should work as expected ([reference](https://github.com/apache/superset/blob/2e9939baf253e607a54722b1996baaf625e72133/helm/superset/values.yaml)). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/e15e91a7-abd0-4bb9-857a-22ac645f052b?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/e15e91a7-abd0-4bb9-857a-22ac645f052b?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/e15e91a7-abd0-4bb9-857a-22ac645f052b?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/e15e91a7-abd0-4bb9-857a-22ac645f052b?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/e15e91a7-abd0-4bb9-857a-22ac645f052b?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/e15e91a7-abd0-4bb9-857a-22ac645f052b?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/e15e91a7-abd0-4bb9-857a-22ac645f052b?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/33957) GitHub link: https://github.com/apache/superset/discussions/33957#discussioncomment-13616582 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org