Skip to content
Discussion options

You must be logged in to vote

The load balancer is controlled by the AWS Load Balancer Controller, and you can control the configuration of the LB that is launched through the many annotations that it understands. Here is a link to the full annotation: https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.4/guide/ingress/annotations/

You can add any annotation that we don’t support within the k8s-service module using the ingress_annotations input variable.

With that said, for your particular question, setting the expose_type to internal should set the annotations for configuring an internal ALB that is only exposed to the VPC, which should accomplish your needs.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yorinasub17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment