kubernetescontour

Deploy Contour with an AWS Network Load Balancer (NLB)

Improve this page by contributing to our documentation.

By default, Contour is launched with a AWS Classic Elastic Load Balancer (ELB). To launch contour backed by a NLB, please set these settings:

envoy:
  hostNetwork: true
  dnsPolicy: ClusterFirstWithHostNet
  service:
    annotations:
      service.beta.kubernetes.io/aws-load-balancer-type: nlb