Skip to main content

Manage Ingress and Domain Routing via Web UI

Codiac simplifies the process of setting up ingress routing to your assets by configuring Kubernetes Ingress resources automatically. To access your assets using an external domain name, you need to:

What you'll get

  • Host maps (domain → asset) at enterprise, environment, or cabinet scope; Codiac manages ingress and TLS inside the cluster
  • You add DNS records in your provider (Cloudflare, Route53, etc.) pointing to the cluster; full host map management via CLI

Prerequisites

  • Codiac account and at least one cluster with ingress and at least one asset with ingress enabled
  • Access to your DNS provider to add A/CNAME records
  1. Set up the Codiac hostmap (configures ingress routing inside the cluster)
  2. Update your domain name's DNS records (in your DNS provider - Cloudflare, Route53, etc.)

Host naming dialog with naming strategy options for automatic hostname generation

IMPORTANT: Codiac manages ingress routing inside the cluster (Kubernetes Ingress resources, TLS certificates, paths). You must configure DNS separately in your domain registrar or DNS provider to point your domain to the cluster's ingress IP.

Route mapping interface showing domain-to-service mappings and the Domains tab

DNS records in an external provider after Codiac ingress is configured

Use the CLI to manage ingress and domain routing.

What's next