Traefik is a reverse proxy and load balancer that routes incoming requests to the correct backend service. It is used as an ingress controller in Kubernetes clusters.
- Cert Manager
- Cluster Issuer
- Cluster Issuer Certificate
- Its secret must be named
cluster-issuer-certificate-tls
- Its secret must be named
Variable | Description | Default | Required |
---|---|---|---|
cluster_domain | The domain of the cluster | "" | ✓ |
traefik_ingress_load_balancer_ip | The IP address of the load balancer | "" | ✕ |
traefik_service_type | The service to provide ingressing for (LoadBalancer or ClusterIP) | LoadBalancer | ✕ |