Custom Domains
Use custom domains to expose services on your own hostnames.
Setup flow
Section titled “Setup flow”- Create
HTTPRoutewith your hostname. - Ensure DNS points to your platform ingress endpoint.
- Issue TLS certificate for that hostname.
- Verify endpoint and certificate chain.
Cutover strategy
Section titled “Cutover strategy”- Lower DNS TTL before migration.
- Deploy route and certificate before changing public DNS.
- Validate with
curl -I https://<hostname>and synthetic checks.
Common pitfalls
Section titled “Common pitfalls”- Route hostnames and DNS records do not match exactly.
- Certificate not issued for all required SANs.
- Old DNS records still cached by resolvers.