v0.15.14
zalando-robot
released this
17 Apr 13:19
·
0 commits
to 395af9796fb6bd7d66d48e436c9df4b8e9e27e6a
since this release
Changes
Feature: nlb zone affinity via r53 (#694)
This enables you to set dns_record.client_routing_policy configuration, such that you can decide for NLB via R53 feature that clients running in the same zone will hit also the same zone of your NLB. This is interesting for cross cluster traffic or traffic that stays in the same cluster but passes the NLB. Valid configurations for --nlb-zone-affinity
are:
- availability_zone_affinity
- partial_availability_zone_affinity
- any_availability_zone (default)
see also nlb attributes and zonal affinity
Docker image
Docker image is available in Zalando's Open Source registry:
docker run -it registry.opensource.zalan.do/teapot/kube-ingress-aws-controller:v0.15.14 --help