For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
HTTP services
Route traffic to a Kubernetes Service backend over HTTP.
Route traffic to an HTTP or HTTPS Kubernetes service.
You can route to a Kubernetes service by referencing that service in the backendRefs section of your HTTPRoute resource as shown in the following example.
Note
Most guides in this documentation route traffic to a Kubernetes service directly. If you want to route to external resources, such as a static hostname or AWS resource, create a Backend resource.
k8s-service-httproute.yaml
|
|
Was this page helpful?