This message was deleted.
# rke2
a
This message was deleted.
c
1. 2 servers isn’t a supported configuration, you should have an odd number of servers for etcd quorum 2. why are you putting an external load-balancer in front of the ingress? That’s kind of missing the whole point. If you want to put a LoadBalancer in front of ingress-nginx, you should deploy metallb or something like that, and configure ingress-nginx to use a service of type=LoadBalancer, instead of putting a legacy unmanaged load-balancer in front of your cluster.
a
Also, if you still intend to front-end with NGINX, and you are not terminating SSL on NGINX, then you may want to: 1. add the following to the end of your nginx.conf file: include /etc/nginx/tcpconf.d/*; 2. create a text file in the in the /etc/nginx/tcpconf.d/ to handle your TCP (non HTTP/HTTPS) load balancing. REF: https://serversforhackers.com/c/tcp-load-balancing-with-nginx-ssl-pass-thru
g
@creamy-pencil-82913 yes I am just testing the cluster with this architecture I have 3 servers and 3 workers to install if it works. I have tried to create a service of type LB but his status is blocked in pending without any logs. Any idea why ?
@acoustic-addition-45641 i will try this solution. Do you think is an ssl issue ?
nginx config accept already tcp traffic 'I have stream block' with 443 port listening on
👍 1