Skip to content

Inconsistent connection to the server on a EKS cluster. #116

Closed Answered by jdaMachado
jdaMachado asked this question in Q&A
Discussion options

You must be logged in to vote

Was able to fix this issue by changing the service annotations to this
"serviceAnnotations" = { "service.beta.kubernetes.io/aws-load-balancer-scheme" = "internet-facing" "service.beta.kubernetes.io/aws-load-balancer-type" = "nlb" } "serviceType" = "LoadBalancer"

This way by unspecifying the nlb-target-type, the target group will reference all cluster nodes

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jdaMachado
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant