Skip to content

Instantly share code, notes, and snippets.

@codeluggage
Created July 24, 2017 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codeluggage/7755077709931e342c366ba19f5d58f5 to your computer and use it in GitHub Desktop.
Save codeluggage/7755077709931e342c366ba19f5d58f5 to your computer and use it in GitHub Desktop.
Kubernetes Nginx Loadbalancer Service
annotations:
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: “https”
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: “arn:aws:iam::ABCDE:server-certificate/www_yourwebsite_com”
service.beta.kubernetes.io/aws-load-balancer-ssl-ports: “443”
service.beta.kubernetes.io/aws-load-balancer-connection-draining-enabled: “true”
service.beta.kubernetes.io/aws-load-balancer-connection-draining-timeout: “60”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment