Configure custom domains on your installations
Enable Public Networking
Add Custom Domain
ëxample.com
becomes xn--xample-ova.com
).
You can use tools like Punycoder for the conversion.Configure DNS
Type | Name | Value |
---|---|---|
CNAME | @ or subdomain | Load balancer hostname/IP from step 1 |
Connect and Verify
external-nginx
for public-facing servicesinternal-nginx
for VPC-internal servicesexternal-issuer
for public domainsinternal-issuer
for internal domainsryvn.run
domains and internal domains
Ensure Ingress Template
ingress.yaml
template in the templates/
directory.See the Kubernetes Ingress documentation for template examples and configuration details.Configure Ingress Values
ingress
section:className: internal-nginx
and cert-manager.io/cluster-issuer: internal-issuer
Configure DNS Records
Type | Name | Value |
---|---|---|
CNAME | @ or subdomain | Load balancer hostname from step 1 |
Verify
ryvn.run
Domainsryvn.run
domain generation:
sudo dscacheutil -flushcache
(macOS) or ipconfig /flushdns
(Windows)