GitHub user dosubot[bot] added a comment to the discussion: Cutom Docker Image Build and deplument via Helm
<!-- Answer --> If the ALB is not reachable at all, start by checking these areas: - Is the ALB actually provisioned in AWS and visible in the console? If not, check for errors in the Kubernetes ingress controller logsāsometimes missing or invalid subnets, security groups, or IAM permissions prevent ALB creation. - Does the ALB DNS name resolve to an IP address? If not, the ALB may not be provisioned or may have been deleted. - Are the subnets in your Helm values.yaml valid, in the correct VPC, and have enough available IPs? - Do the ALB security groups allow inbound traffic on port 80 (and 443 if using TLS), and outbound traffic to your cluster nodes? - Is your Kubernetes Ingress resource healthy (`kubectl get ingress`, `kubectl describe ingress <name>`)? Look for events about failed provisioning or annotation errors. - Check the ingress controller logs for errors about ALB creation, subnet, or security group issues. If everything looks correct but the ALB is still unreachable, consider switching to NGINX Ingress Controller with cert-manager for SSL termination, as some users have found ALB problematic for Superset deployments [example config and discussion](https://github.com/apache/superset/discussions/31584). If you find any errors or events in the AWS console or Kubernetes, share them here and I can help interpret them. <!-- 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/fea3b9d7-8926-4cac-b699-fe1147552ab7?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/fea3b9d7-8926-4cac-b699-fe1147552ab7?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/fea3b9d7-8926-4cac-b699-fe1147552ab7?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/fea3b9d7-8926-4cac-b699-fe1147552ab7?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/fea3b9d7-8926-4cac-b699-fe1147552ab7?feedback_type=hallucination) | [Report š](https://app.dosu.dev/response-feedback/fea3b9d7-8926-4cac-b699-fe1147552ab7?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/fea3b9d7-8926-4cac-b699-fe1147552ab7?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](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/34882) GitHub link: https://github.com/apache/superset/discussions/34882#discussioncomment-14410505 ---- 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