1
0
Fork 0

Add a note about Ingress Backend Resource support

This commit is contained in:
Etienne Dysli Metref 2025-06-04 16:22:04 +02:00 committed by GitHub
parent aac8bc69ad
commit 917771739e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,11 @@ description: "Understand the requirements, routing configuration, and how to set
The Traefik Kubernetes Ingress provider is a Kubernetes Ingress controller; i.e,
it manages access to cluster services by supporting the [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) specification.
??? warning "Ingress Backend Resource not supported"
Referencing backend service endpoints using [`spec.rules.http.paths.backend.resource`](https://kubernetes.io/docs/reference/kubernetes-api/service-resources/ingress-v1/#IngressBackend) is not supported.
Use `spec.rules.http.paths.backend.service` instead.
## Configuration Example
You can enable the `kubernetesIngress` provider as detailed below: