Launching the Platform/Self hosted/Prerequisites
Ingress Controller
Setup and configure the ingress controller for your self-hosted platform
Overview
Purpose
- Managing external access to services
- Load balancing
- SSL/TLS termination
- Routing rules
Requirements
- Kubernetes cluster access
- Load balancer support
- Helm (optional)
Deployment Options
Validation
Information Collection
Required Values for Platform Installation
- Ingress class name (default:
nginx
) - Load balancer IP address
- Ingress controller namespace
Troubleshooting
No Load Balancer IP
- Verify cloud provider load balancer service is running
- Check cloud provider quotas
- Ensure correct service annotations
Controller Not Ready
- Check pod logs:
kubectl logs -n ingress-nginx <pod-name>
- Verify resource requirements are met
- Check network policies
Next Steps
Verify ingress controller is running ### Note down the load balancer IP
Proceed to [Domain and TLS
Setup](/documentation/launching-the-platform/self-hosted/prerequisites/domain-and-tls)
Need help? Contact [email protected] if you encounter any issues.