diff --git a/README.md b/README.md index 1aba2056e..a5041afbe 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ The following tutorials are provided: * [Akamai Edge DNS](docs/tutorials/akamai-edgedns.md) * [Alibaba Cloud](docs/tutorials/alibabacloud.md) * AWS - * [ALB Ingress Controller](docs/tutorials/alb-ingress.md) + * [AWS Load Balancer Controller](docs/tutorials/aws-load-balancer-controller.md) * [Route53](docs/tutorials/aws.md) * [Same domain for public and private Route53 zones](docs/tutorials/public-private-route53.md) * [Cloud Map](docs/tutorials/aws-sd.md) diff --git a/docs/tutorials/alb-ingress.md b/docs/tutorials/aws-load-balancer-controller.md similarity index 95% rename from docs/tutorials/alb-ingress.md rename to docs/tutorials/aws-load-balancer-controller.md index 0feee763a..e35d4782e 100644 --- a/docs/tutorials/alb-ingress.md +++ b/docs/tutorials/aws-load-balancer-controller.md @@ -12,11 +12,11 @@ for hostnames in Ingress objects. In addition, you may wish to limit which Ingre objects are used as an ExternalDNS source via the `ingress-class` argument, but this is not required. -For help setting up the ALB Ingress Controller, follow the [Setup Guide][2]. +For help setting up the AWS Load Balancer Controller, follow the [Setup Guide][2]. [2]: https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/installation/ -Note that the ALB ingress controller uses the same tags for [subnet auto-discovery][3] +Note that the AWS Load Balancer Controller uses the same tags for [subnet auto-discovery][3] as Kubernetes does with the AWS cloud provider. [3]: https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/subnet_discovery/ @@ -143,7 +143,7 @@ multiple aliases for the resulting ALB. ## Dualstack ALBs AWS [supports][4] both IPv4 and "dualstack" (both IPv4 and IPv6) interfaces for ALBs. -The ALB ingress controller uses the `alb.ingress.kubernetes.io/ip-address-type` +The AWS Load Balancer Controller uses the `alb.ingress.kubernetes.io/ip-address-type` annotation (which defaults to `ipv4`) to determine this. If this annotation is set to `dualstack` then ExternalDNS will create two alias records (one A record and one AAAA record) for each hostname associated with the Ingress object.