> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tensor9.com/llms.txt
> Use this file to discover all available pages before exploring further.

# EKS ALB Ingress

> AWS EKS ALB Ingress. An Ingress resource in EKS that is realized as an Application Load Balancer, routing HTTP requests to pods by host and path.

## Coverage by target cloud

| Target             | Available |
| ------------------ | --------- |
| Google Cloud       | ✓         |
| Azure              | ✓         |
| OCI                | ✓         |
| Private Kubernetes | ✓         |

## Mapping and limitations

An EKS ALB Ingress describes HTTP routing from an ingress to Kubernetes services and pods. The registered mappings use the target cloud's load balancer or a Kubernetes ingress controller. Host and path routing belong to the ingress configuration; AWS controller annotations, ACM certificate references and ALB-specific actions must be checked against that target. This resource mapping does not make the AWS Load Balancer Controller run unchanged on another cloud.

These target services provide the mapping described above, within its stated limits.

| Cloud              | Target service       |
| ------------------ | -------------------- |
| Google Cloud       | Traefik IngressRoute |
| Azure              | Traefik IngressRoute |
| OCI                | Traefik IngressRoute |
| Private Kubernetes | Traefik IngressRoute |

[Service Catalog](/service-adapters/catalog).
