Тёмный
No video :(

How to use HAProxy to make your K3s API Server highly available 

DevsOperative
Подписаться 545
Просмотров 837
50% 1

What does High Availability (HA) mean for a K3s Kubernetes cluster? Previously we discovered that our control plane was configured to be HA - we have three controller nodes, each with all of the required control plane components. The one thing that was missing was a load balancer external to our cluster. Without this, if our main controller went down we would be unable to access the Kubernetes API Server. We chose HAProxy as our load balancing solution. Nginx, Traefik, or any other load balancer would also work. Traffic now enters our network and then routes through HAProxy which chooses one of the three available control plane nodes.
Please like and subscribe to see more Cloud Native content! You can also join us live at / devsoperative
K3s Lightweight Kubernetes distribution built for IoT & Edge computing - k3s.io/
Our website - devsoperative....
LinkedIn - / devs. .
Discord - / discord
Twitter - / devsoperative

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 4   
@TheKingofparis148
@TheKingofparis148 2 месяца назад
Live the video gained a Sub. The speed that you all go over this content is great!!!
@danibjor
@danibjor 2 года назад
If you are using etcd on the controllers, then you need majority of controllers in the cluster to be online for the cluster to work, thus you need at least 3 servers in a cluster to survive one server going offline. 5 controllers gives you option to loose 2.
@honeysatwika4123
@honeysatwika4123 2 года назад
Hey guys good stuff but I have issue can u guide in that regard The requirement is like this Haproxy is installed on one server my sql on other two servers, what my requirement is I want read on one mysql server and read and write on other myself server how to configure to make it happen
@DevsOperative
@DevsOperative 2 года назад
Thanks for the question! Hopefully we can help :) You should be able to set up two entries in your HAProxy config, one named read-only-db and one read-write-db. The read-only-db would point to both of your mysql servers. The read-write-db would only point to the server you want to write to. Feel free to jump in our Discord if you have any further questions or want to discuss! discord.gg/devsoperative
Далее
High Availability K3s and What That Means
57:23
Просмотров 1,6 тыс.
High Availability K3s Kubernetes & etcd management
26:32
Ajdarlar...😅 QVZ 2024
00:39
Просмотров 534 тыс.
Using *HA* Kubernetes at home, was never so simple!
32:14
Coding a Web Server in 25 Lines - Computerphile
17:49
Просмотров 334 тыс.
Apache vs NGINX
7:53
Просмотров 287 тыс.
Easy K3s Kubernetes tools WITH K3sup and Kube-VIP
14:40