Kubernetes HA Cluster using k3sup, k3s and kube-vip : A Step-by-Step Guide

preview_player
Показать описание
If you're running a Kubernetes cluster, you know how important high availability is to ensure your applications remain available and your users remain happy. Kube-VIP is a popular solution that provides high availability for Kubernetes clusters by enabling the creation of virtual IP addresses that can be assigned to multiple nodes in a cluster.

In this step-by-step guide, I will show you how to implement high availability in your Kubernetes cluster using Kube-VIP. We'll cover the installation and configuration of Kube-VIP, as well as the process of creating virtual IP addresses and assigning them to nodes in your cluster. We'll also walk you through some common use cases and best practices for using Kube-VIP.

Whether you're a Kubernetes beginner or an experienced user, this video will provide you with the knowledge you need to implement high availability in your Kubernetes cluster using Kube-VIP.

#kubernetes #KubeVIP #highavailability #VirtualIP #k8s
Рекомендации по теме
Комментарии
Автор

If you found this video helpful please consider giving it a thumbs up and subscribing to the channel to be notified of future videos. Please let me know if you have any questions or simply drop me a hello!

DineshMistry
Автор

Perfect demo and instructions, I'm switching over my setup to this right now :D

solsmed
Автор

thanks for this video. Make it a lot clearer to understand how to get this going. I found the Kube-vip documentation confusing.

I am curious as to why you don’t install traefik? Are you using something different? Or do you install it separately later?

I also noticed you didnt choose to use Kube-vip as your agent LB, what are you using for that? Perhaps mentallb?

NerdzNZ
Автор

By default, master nodes also run workloads?

qwertyasdf
Автор

Thanks for the tutorial, but I'm getting a "no route to host" at 7:48, not being able to connect to the floating IP over ssh. Any tips? everything I did prior lined up perfectly.

scuzzynate
Автор

Sir, thank you for sharing such a beneficial video. I have a question: Can Rancher create a production-grade Kubernetes cluster? Moreover, are there any advantages to using k3sup, k3s, and kube-vip for setting up a high availability (HA) cluster? Could you please clarify?

awssoorinje
Автор

Thanks kindly upload videos faster 😁 it would be helpful.

prashlovessamosa
Автор

Im confused. Can I deploy Kube-Vip with K8s cluster? or must it be K3s?

TwoVera
Автор

I have 4 pcs A, B, C, D.

I want:
1) A, B, C as master nodes
2) B, C, D as worker nodes.

Can this be done?

qwertyasdf