Link Search Menu Expand Document

Load balancing

Add load balancing to your application with your certificate ssl.


Configure load balancing

alt_text

Check your loads balancings

alt_text

Annotations

nginx.ingress.kubernetes.io/proxy-body-size=0
nginx.ingress.kubernetes.io/proxy-connect-timeout=160
nginx.ingress.kubernetes.io/proxy-read-timeout=1600
nginx.ingress.kubernetes.io/proxy-send-timeout=1600
nginx.ingress.kubernetes.io/ssl-redirect=false
nginx.org/accept_mutex=on
nginx.org/client-max-body-size=100m
nginx.org/keepalive-requests=100
nginx.org/keepalive_timeout=100
nginx.org/worker-connections=4096

Back to top



Copyright © Jefferson OC. Distributed by an MIT license.