Home / Support / Traefik on AKS
Traefik on AKS — Traefik packaged as a Kubernetes application for AKS: a cloud-native ingress controller and reverse proxy (standard Ingress plus IngressRoute/Middleware CRDs) on your own cluster. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure sub…
| Application ports | cluster-internal ClusterIP service by default: 80 (web), 443 (websecure); nothing is internet-facing until you set service.type=LoadBalancer. The API/dashboard is disabled by default |
|---|---|
| Service(s) | Deployment <release> in your namespace; IngressClass <release>; traefik.io CRDs (IngressRoute, Middleware, TLSOption) installed with the chart |
| Logs | kubectl logs -n <namespace> deploy/<release> |
| Version | Traefik 3.7.7 (Helm chart 0.1.0) |
| Platform | AKS (Kubernetes) |
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, cluster region, and the output of kubectl get pods -n <namespace> and kubectl describe pod <pod> when reporting an issue.