Day 34/40 - Step-By-Step Guide To Upgrade a Multi Node Kubernetes Cluster With Kubeadm

  Рет қаралды 4,487

Tech Tutorials with Piyush

Tech Tutorials with Piyush

Күн бұрын

Пікірлер: 60
@narsinghsaini3626
@narsinghsaini3626 9 күн бұрын
Very Easy to Understand. Thanks for the amazing content.
@TechTutorialswithPiyush
@TechTutorialswithPiyush Күн бұрын
Thank you
@codinggeeg
@codinggeeg 2 күн бұрын
amazing content! following it from day 1 and it's really amazing
@TechTutorialswithPiyush
@TechTutorialswithPiyush Күн бұрын
Appreciate your kind words!
@harshgupta5113
@harshgupta5113 12 күн бұрын
Thanks for the video
@abc-edm
@abc-edm Ай бұрын
your video makes it more enjoyable on learning K8s, thanks Piyush!!!!
@TechTutorialswithPiyush
@TechTutorialswithPiyush 28 күн бұрын
Awesome to hear! Glad you found it helpful! 🚀
@vikashswain7555
@vikashswain7555 3 ай бұрын
on youtube I have watch many videos related to k8s but none of them explained related to upgrades. thanks for this amazing content.
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Thank you for the feedback :) I am glad, I was able to help
@SinghBalraj102
@SinghBalraj102 6 күн бұрын
Great demonstration! How to upgrade the cluster. I had seen a couple of videos, but no one explained in detail like you. You are amazing and explain each task in detail, which is easy for a beginner like me to understand. God bless 🙌 keep up the great work.👍
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 күн бұрын
You're welcome, appreciate your kind words!
@nareshv7797
@nareshv7797 3 ай бұрын
Thanks for dedicating your valuable time....very informative and helpful
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
You're welcome 🙏😊
@GrigTech
@GrigTech 2 ай бұрын
Thank You
@suhasdhoke1735
@suhasdhoke1735 3 ай бұрын
Thank you 😌
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Welcome buddy 😊
@giteshghure212
@giteshghure212 3 ай бұрын
Greate Content
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Thanks a ton
@movieshub4530
@movieshub4530 3 ай бұрын
Great content sir. ❤
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Thank you 🙏
@jhonsen9842
@jhonsen9842 3 ай бұрын
No one Explained this Drain and Cordon conecpt . Exellent.
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
My pleasure always 😊
@pankajtoconnect
@pankajtoconnect 2 ай бұрын
Thanks for your great efforts, could you please make a video on eks upgrade using terraform or eksctl without downtime
@TechTutorialswithPiyush
@TechTutorialswithPiyush 2 ай бұрын
Yes, will do for sure
@vikashswain7555
@vikashswain7555 3 ай бұрын
great explanations!. do we have to use same procedure for EKS upgradations .
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
EKS is a managed Kubernetes service so many of these steps are already automated with that, its relatively simple and straight forward
@pankajtoconnect
@pankajtoconnect 2 ай бұрын
Thanks for making this video. Sir could you make a video on eks upgrade using terraform or eksctl . Today I given a interview they have asked this question,also in this video you have discussed to upgrade automation could you please suggest, how we can do that, because if I have 100 worker node then each will take more time.
@baivabmukhopadhyay8970
@baivabmukhopadhyay8970 Ай бұрын
Please also make a video doing installation of kubeadm and updating it in azure vms
@TechTutorialswithPiyush
@TechTutorialswithPiyush Ай бұрын
Will do in the future
@IqbalShaikh-k8j
@IqbalShaikh-k8j 25 күн бұрын
Need video regrading Upgrade Kubernetes Cluster with Kubeadm from 131.1 to 131.2
@TechTutorialswithPiyush
@TechTutorialswithPiyush 25 күн бұрын
It's the same process brother, just change the version details as described in the video
@hamzaerrahma9858
@hamzaerrahma9858 20 сағат бұрын
Thank you for this video. For example, when working with a cluster where we don’t know if there are static pods (like MySQL in your case), and we want to drain a node, won’t we lose the static pods?
@gsp237
@gsp237 3 ай бұрын
oh sure, thanks
@AlitafSd
@AlitafSd 3 ай бұрын
Please do video on EKS cluster upgrade. And OS image patching
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
This series is not Cloud dependent so I'd probably do that once we are done with this series
@jayasuriyap8748
@jayasuriyap8748 3 ай бұрын
Please post an video on cert manager and let's encrypt in kubernetes cluster for custom domains
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Will cover those topics once I'm done with this series
@ajitsahoo4875
@ajitsahoo4875 16 күн бұрын
Hi Piyush, another question for this point. Lets we so have couple of pod running a Node and we are using Nodeaffinity for scheduling the pod. So that those Pods can run on specific node only. If we go for a upgrade of a worker node and those pods are drained out of the nodes then there will be be massive outage for the application that running on those pods. Right? How to come up this issue?
@TechTutorialswithPiyush
@TechTutorialswithPiyush 13 күн бұрын
Good questions Ajit! Yes, that could be an issue but for that we use a combination of Node Affinity, Taints and Tolerationa nd Node Anti-affinity. Anti-affinity is used to spread your workloads on multiple nodes so that the same workload is not scheduled on the single node, it spreads evenly or as per the settings
@Kk-rl7nv
@Kk-rl7nv 4 ай бұрын
Please please provide video on eks upgrade
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Maybe after this series
@youtubepremimum-x8w
@youtubepremimum-x8w 3 ай бұрын
Please do video on EKS cluster upgrade. In interviews so many people are asking about this please do a video on it Thanks 😊
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Upgrades to any managed cloud service is pretty simple and straight forward, You just have to perform a few checks and then upgrade the control plane using eksctl once that is done you run the upgrade command on worker nodepool, that's is
@srikanthparisineni5562
@srikanthparisineni5562 3 ай бұрын
Please do one video on KOPS to manage clusters in kubernetes
@TirumalaiahG
@TirumalaiahG 3 ай бұрын
@@TechTutorialswithPiyush Could you please share the steps that we have to perform before upgrading a managed cluster like EKS?
@srikanthparisineni5562
@srikanthparisineni5562 3 ай бұрын
Please do video on KOPS
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Will do for sure, once I am done with this series
@srikanthparisineni5562
@srikanthparisineni5562 3 ай бұрын
@@TechTutorialswithPiyush Thanks
@ajitsahoo4875
@ajitsahoo4875 25 күн бұрын
What will happen if you upgrade the master node? Means we are running multinode cluster not a HA clustering In that scenario our application will be down for certain time?
@TechTutorialswithPiyush
@TechTutorialswithPiyush 22 күн бұрын
Let's understand when your upgade in progress, your control plane will be down for a brief moment - APi server would be down meaning, you cannot issue a command on your cluster and other components wont be able to communicate with APiserver but your workloads will have no impact - ETCD will be down meaning, your etcd db wouldnt have the latest cluster state but your existing workload still be running - controller manager would be down meaning, if a pod fails/crashes or need of a scaling , that wont be possible but your existing pods keep on running if they are healthy - kube schedular will be down meaning news pods will not be scheduled, existing pods will be running
@ajitsahoo4875
@ajitsahoo4875 16 күн бұрын
Thanks Piyush for explanation That Clears my Doubts
@guntreddirajesh
@guntreddirajesh 3 ай бұрын
🤩
@josephrajareddy4606
@josephrajareddy4606 3 ай бұрын
So the benefit of using ECS fargate is we don’t need team of ppl to manage upgrades?
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
That's one benefit yes
@dr.hemantchauhan2613
@dr.hemantchauhan2613 3 ай бұрын
@jaskaransoni4624
@jaskaransoni4624 3 ай бұрын
Hi piyush can you please able to provide me training about DeVops
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Sorry bro, I replied earlier as well, I don't provide one on one or paid training
@suhasiniaddanki7304
@suhasiniaddanki7304 3 ай бұрын
If a node is assigned as daemonset, cant do we Cardon that node?
@TechTutorialswithPiyush
@TechTutorialswithPiyush 3 ай бұрын
Yes, we can cordon the node by passing --ignore-daemonsets as the argument to the cordon command.
@suhasiniaddanki7304
@suhasiniaddanki7304 3 ай бұрын
Thank you @@TechTutorialswithPiyush
Day 35/40 - Kubernetes ETCD Backup And Restore Explained
34:46
Tech Tutorials with Piyush
Рет қаралды 4 М.
Day 33/40 - Kubernetes Ingress Tutorial | Ingress Explained by @AbhishekVeeramalla
54:03
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 5 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 97 МЛН
Day 27/40 - Setup a Multi Node Kubernetes Cluster Using Kubeadm
1:00:34
Tech Tutorials with Piyush
Рет қаралды 6 М.
Day 20/40 - SSL/TLS Explained Simply - How SSL/TLS Works?
26:08
Tech Tutorials with Piyush
Рет қаралды 8 М.
Deploy Kubernetes in your Homelab: How to use Kubespray
23:53
James Rhoat
Рет қаралды 12 М.
Kubernetes Tutorial with Microservices and Cloud | Kubernetes Course
3:17:54
Day 31/40 - Understanding CoreDNS In Kubernetes
19:18
Tech Tutorials with Piyush
Рет қаралды 6 М.
Karpenter for Kubernetes Tutorial with Demo
59:31
Cloud With Raj
Рет қаралды 6 М.
Day 25/40 - Kubernetes Service Account - RBAC Continued
21:13
Tech Tutorials with Piyush
Рет қаралды 3,5 М.
The essential DevOps skills employers ACTUALLY value (it's not what the gurus claim)
46:03
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 5 МЛН