User Tools

Site Tools


решение_haproxy

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
решение_haproxy [2024/03/11 13:03]
val
решение_haproxy [2024/04/09 11:27] (current)
val
Line 4: Line 4:
   * [[https://​www.haproxy.com/​documentation/​haproxy-configuration-tutorials/​http-rewrites/​|HAProxy config tutorials HTTP rewrites]]   * [[https://​www.haproxy.com/​documentation/​haproxy-configuration-tutorials/​http-rewrites/​|HAProxy config tutorials HTTP rewrites]]
   * [[https://​serverfault.com/​questions/​560978/​configure-multiple-ssl-certificates-in-haproxy|Configure multiple SSL certificates in Haproxy]]   * [[https://​serverfault.com/​questions/​560978/​configure-multiple-ssl-certificates-in-haproxy|Configure multiple SSL certificates in Haproxy]]
 +  * [[https://​youtu.be/​oIczkkD-hOU|Видео урок: Доступ к приложениям в Bare-Metal Kubernetes]]
  
 <​code>​ <​code>​
Line 32: Line 33:
 backend bk-kube-ingress backend bk-kube-ingress
  
-#    http-request set-header X-Forwarded-Proto https if { ssl_fc } # For Proto+#    http-request set-header X-Forwarded-Proto https if { ssl_fc }
 #    http-request set-header X-Forwarded-Host %[req.hdr(Host)] #    http-request set-header X-Forwarded-Host %[req.hdr(Host)]
 #    http-request set-header X-Forwarded-Port %[dst_port] #    http-request set-header X-Forwarded-Port %[dst_port]
Line 43: Line 44:
     balance ​    ​roundrobin     balance ​    ​roundrobin
  
-    server ​ kube1 kube2:80 check+    server ​ kube1 kube1:80 check
     server ​ kube2 kube2:80 check     server ​ kube2 kube2:80 check
     server ​ kube3 kube3:80 check     server ​ kube3 kube3:80 check
Line 61: Line 62:
 # journalctl -f | grep proxy # journalctl -f | grep proxy
  
-haproxy# curl http://​localhost/​ -H "Host: gowebd.corpX.un"​+haproxy# curl https://​localhost/​ -H "Host: gowebd.corpX.un" ​-k
 </​code>​ </​code>​
  
решение_haproxy.1710151431.txt.gz · Last modified: 2024/03/11 13:03 by val