Тёмный

Highly Available Control Plane with kubeadm 1.14+ 

octetz
Подписаться 8 тыс.
Просмотров 11 тыс.
50% 1

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

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@joash_
@joash_ 4 года назад
so this is using stacked control plane and etcd nodes. do you have a video using external etcd nodes? Very informative video. Learned a lot. Thanks!
@rafamasterz
@rafamasterz 2 года назад
I have a question. When joining a master node, the following messages appear: error execution phase preflight: [preflight] Some fatal errors occurred: [ERROR FileAvailable--etc-kubernetes-kubelet.conf]: /etc/kubernetes/kubelet.conf already exists [ERROR Port-10250]: Port 10250 is in use In what state should these nodes be added?
@ShyamKumar-yn2jw
@ShyamKumar-yn2jw 4 года назад
For my builds i export the kubeconfig file in build machines to establish connection. Is it going to be same in this case?
@amizhchandra
@amizhchandra 5 лет назад
thanks for this video. i got error when access curl xx.xx.xx.xx curl: (7) Failed to connect to xx.xx.xx.xx port 6443: Connection refused. my firewall off. on other hand master1 kubelet status show master1 not found. any succession on this ?
@Martin-pd6mc
@Martin-pd6mc 4 года назад
Excellent video!! I have one question though. I've bootstraped my cluster a couple of months ago with a single control plane and some workers. No LoadBalancer in front. Now I wanted to make it HA, by adding 2 more masters I already created a LB (haproxy). What should I change in my master01? (this master was not initialized with a LB ip as you did in your video) Many thanks in advance!
@surajnahak6915
@surajnahak6915 4 года назад
Hi Octetz, Your video really helped me. Implemented multi master for kubernetes version 1.18.0 using kubeadmconfig file API version beta2.
@bhushansg
@bhushansg 5 лет назад
if we don't give the flag --experimental-control-plane and --certificate-key ? node will join cluster not as master but as application node? I got great information about HA setup using kubeadm. I am thinking there are similar steps for joining nodes (not master) using nginx node as lb.
@manjeetswt
@manjeetswt 4 года назад
thank you very much for this tutorial. Will this setup make http/https endpoint highy available , i mean will it make https/https traffic loadbalanced among the master ? thanks you
@princeanurag2011
@princeanurag2011 4 года назад
can you do this with cloud provider?? (AWS/GCP) seems we need to do additional config for Cloud !
@spiritcxz
@spiritcxz 5 лет назад
also how to pass client HTTP/HTTPS traffic through HAProxy to multi-master cluster? any idea?
@howtofixitstudio
@howtofixitstudio 3 года назад
I don t really understand why someone would dislike this. Good job! Keep the good work and thank you for the added value!
@Tuguj
@Tuguj 4 года назад
maybe I missed, could you pls answer is it possible to join worker nodes?
@gvkraju1978
@gvkraju1978 4 года назад
Thanks you very much, this informative. can you do automation using ansible
@乡巴佬的退休生活
@乡巴佬的退休生活 4 года назад
Thank you very much, can I use microk8s to build multi master cluster?
@amirsoleimani6265
@amirsoleimani6265 5 лет назад
When I try to execute `kubeadm init --config=/etc/kubernetes/kubeadm/kubeadm-config.yaml --experimental-upload-certs `, I faced "unknown flag: --experimental-upload-certs" error, next I tried `kubeadm init --config /etc/kubernetes/kubeadm/kubeadm-config.yaml --upload-certs`, but the initialization got stock in "error execution phase wait-control-plane: couldn't initialize a Kubernetes cluster", can any body help please?
@zaheerhussain5311
@zaheerhussain5311 5 лет назад
I am facing same issue while follow the steps in this video. In NGINX LoadBalancer showing following error : failed (113: No route to host) while connecting to upstream, client: 192.168.184.136, server: 0.0.0.0:6443, upstream: "192.168.184.137:6443"
@maxxxlmeowww7453
@maxxxlmeowww7453 5 лет назад
real like your terminal layout, hope you can do a tutoral about your daily workstation config(windows tiling etc,.) thx
@omkargurav95
@omkargurav95 3 года назад
A great video for the HA setup.Thank you.Good work!!
@tienpho
@tienpho 4 года назад
Love this video..I am new to k8s and you are helping me out a lot. keep up the good works!
@andriansyahagung5280
@andriansyahagung5280 4 года назад
awesome, answering all of my curious mind.. thank you so much
@aisahostingraja4962
@aisahostingraja4962 5 лет назад
Nice video to setup multi kubeadm, Really it's working nicely.
@praveenkumar-uc3tu
@praveenkumar-uc3tu 5 лет назад
Really nice. Can i use this in production environment? If any of mater node have problem we can use the same method of creating certs and can join right?
@praveenkumar-uc3tu
@praveenkumar-uc3tu 5 лет назад
Yes, but I have done a demo setup(2-masters and 1-worker) and followed the same instructions as you mentioned in blog. And tried some testing with down the masters but after down the 1master other one didn't connect with API server. Unable to get node details.
@nagarajuyarlagadda4997
@nagarajuyarlagadda4997 5 лет назад
Such a fantastic video. Thanks a lot for your time
@md.ashfaqurrahmantahashin5031
@md.ashfaqurrahmantahashin5031 4 года назад
Really Nice Thanks a lot
@vikas027
@vikas027 5 лет назад
Loved it and subscribed to your channel as well.
@rafamasterz
@rafamasterz 2 года назад
Thank you so much
@craigmiddleton6048
@craigmiddleton6048 4 года назад
Great presentation
@owenyang3406
@owenyang3406 5 лет назад
Thank you very much for your video, it has helped me a lot.
@mijailmolinalavrishcheva250
@mijailmolinalavrishcheva250 5 лет назад
Thanks you! You showed a step that I didn't know how to do!
@sharadc8044
@sharadc8044 5 лет назад
Fantastic !! Spot on Bro :) Thank you so much !!
@johnnyyang7081
@johnnyyang7081 5 лет назад
Hi sir. I want to ask why I could not use kubectl to see the pod after I shut down one of the master node. HA means I have three master node. I shut down one of them. I still have two masters. The other master node would move pod to available node. Many thanks.
@spiritcxz
@spiritcxz 5 лет назад
@@joshrosso so if LB down kubectl not will work???
@spiritcxz
@spiritcxz 5 лет назад
@@joshrosso i cant understand, when i'm shutdown (!!!master1) kubectl commands still not working. my ControlPlaneEndpoints pointing on HAProxy (!!!IP)
@spiritcxz
@spiritcxz 5 лет назад
@@joshrosso i can send to your email picture with my environment, if you wish. :)
@tolpacourt
@tolpacourt 2 года назад
"Hi" is familiar, informal. "Sir" is formal.
@hopeless7
@hopeless7 5 лет назад
thank you. this is exactly what i was looking for
@1986manukoli
@1986manukoli 5 лет назад
Nice article to follow with detailed steps
@jesusfranciscochinchillase7137
@jesusfranciscochinchillase7137 4 года назад
Thanks man, it has helped me a lot
@vinothjijan6114
@vinothjijan6114 5 лет назад
Excellent 👌
Далее
Лучше одной, чем с такими
00:54
Просмотров 654 тыс.
🛑самое главное в жизни!
00:11
Просмотров 132 тыс.
Сколько стоит ПП?
00:57
Просмотров 96 тыс.
Vim as a Go (Golang) IDE using LSP and vim-go
17:10
Просмотров 45 тыс.
Calico Routing Modes
47:02
Просмотров 11 тыс.
Recording and Repeating Commands in VIM (macros)
8:38
Vim Kubernetes YAML Support
16:23
Просмотров 7 тыс.
Лучше одной, чем с такими
00:54
Просмотров 654 тыс.