Skip to content

An update on NGINX TCP termination and questions about scaling and high availability features for EG #949

Discussion options

You must be logged in to vote

Alright, I have a partial solution to the load balancing issue.
I decided that it would be worthwhile to simplify things and strip out the L7 NGINX load balancer entirely.
I simply exposed the deployment:

kubectl expose deployment enterprise-gateway --type=LoadBalancer --name=enterprise-gateway-entry --namespace=enterprise-gateway

I then added my SSL cert.

metadata:
  annotations:
    service.beta.kubernetes.io/aws-load-balancer-ssl-cert: MY_SSL_CERT_LINK

This resulted in some limited success. Sessions seem to be persisted through the kernel start and kernel retrieval operations. I've been seeing consistent failures on the Restart operations (but those no longer seem to be required in m…

Replies: 3 comments 19 replies

Comment options

You must be logged in to vote
10 replies
@kevin-bates
Comment options

@averageflamethrowerguy
Comment options

@kevin-bates
Comment options

@kevin-bates
Comment options

@kevin-bates
Comment options

Comment options

You must be logged in to vote
9 replies
@averageflamethrowerguy
Comment options

@averageflamethrowerguy
Comment options

@kevin-bates
Comment options

@averageflamethrowerguy
Comment options

@averageflamethrowerguy
Comment options

Comment options

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