Very well Explained. Everything needed is in detail. Great!😃
@TechTutorialswithPiyush8 күн бұрын
Thanks, I'm glad you found it helpful!
@narsinghsaini3626Ай бұрын
Very Easy to Understand. Thanks for the amazing content.
@TechTutorialswithPiyushАй бұрын
Thank you
@codinggeegАй бұрын
amazing content! following it from day 1 and it's really amazing
@TechTutorialswithPiyushАй бұрын
Appreciate your kind words!
@abc-edm2 ай бұрын
your video makes it more enjoyable on learning K8s, thanks Piyush!!!!
@TechTutorialswithPiyush2 ай бұрын
Awesome to hear! Glad you found it helpful! 🚀
@rajeshvi2826 күн бұрын
Piyush you are amazing, i have recently joined your community, thank you again for sharing knowledge with everyone.
@TechTutorialswithPiyush25 күн бұрын
Thank you so much!
@harshgupta5113Ай бұрын
Thanks for the video
@vikashswain75554 ай бұрын
on youtube I have watch many videos related to k8s but none of them explained related to upgrades. thanks for this amazing content.
@TechTutorialswithPiyush4 ай бұрын
Thank you for the feedback :) I am glad, I was able to help
@nareshv77974 ай бұрын
Thanks for dedicating your valuable time....very informative and helpful
@TechTutorialswithPiyush4 ай бұрын
You're welcome 🙏😊
@GrigTech3 ай бұрын
Thank You
@suhasdhoke17354 ай бұрын
Thank you 😌
@TechTutorialswithPiyush4 ай бұрын
Welcome buddy 😊
@SinghBalraj102Ай бұрын
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Ай бұрын
You're welcome, appreciate your kind words!
@giteshghure2124 ай бұрын
Greate Content
@TechTutorialswithPiyush4 ай бұрын
Thanks a ton
@movieshub45305 ай бұрын
Great content sir. ❤
@TechTutorialswithPiyush4 ай бұрын
Thank you 🙏
@bhanubisht84 күн бұрын
Comment for target..!!!!
@jhonsen98425 ай бұрын
No one Explained this Drain and Cordon conecpt . Exellent.
@TechTutorialswithPiyush5 ай бұрын
My pleasure always 😊
@pankajtoconnect3 ай бұрын
Thanks for your great efforts, could you please make a video on eks upgrade using terraform or eksctl without downtime
@TechTutorialswithPiyush3 ай бұрын
Yes, will do for sure
@gsp2375 ай бұрын
oh sure, thanks
@vikashswain75554 ай бұрын
great explanations!. do we have to use same procedure for EKS upgradations .
@TechTutorialswithPiyush4 ай бұрын
EKS is a managed Kubernetes service so many of these steps are already automated with that, its relatively simple and straight forward
@baivabmukhopadhyay89702 ай бұрын
Please also make a video doing installation of kubeadm and updating it in azure vms
@TechTutorialswithPiyush2 ай бұрын
Will do in the future
@hamzaerrahma9858Ай бұрын
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?
@IqbalShaikh-k8jАй бұрын
Need video regrading Upgrade Kubernetes Cluster with Kubeadm from 131.1 to 131.2
@TechTutorialswithPiyushАй бұрын
It's the same process brother, just change the version details as described in the video
@ajitsahoo4875Ай бұрын
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Ай бұрын
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
@jayasuriyap87485 ай бұрын
Please post an video on cert manager and let's encrypt in kubernetes cluster for custom domains
@TechTutorialswithPiyush5 ай бұрын
Will cover those topics once I'm done with this series
@pankajtoconnect3 ай бұрын
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.
@TechTutorialswithPiyushКүн бұрын
For that, you need to use blue green upgrade, create a new node pool with the latest version or the version that is intended . Then migrate the workload from existing nodepool to the new nodepool. Once everything is migrated, deleted the old nodepool. I will also cover this in in ther azure terraform series.
@ajitsahoo4875Ай бұрын
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Ай бұрын
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Ай бұрын
Thanks Piyush for explanation That Clears my Doubts
@AlitafSd5 ай бұрын
Please do video on EKS cluster upgrade. And OS image patching
@TechTutorialswithPiyush5 ай бұрын
This series is not Cloud dependent so I'd probably do that once we are done with this series
@srikanthparisineni55624 ай бұрын
Please do video on KOPS
@TechTutorialswithPiyush4 ай бұрын
Will do for sure, once I am done with this series
@srikanthparisineni55624 ай бұрын
@@TechTutorialswithPiyush Thanks
@Kk-rl7nv5 ай бұрын
Please please provide video on eks upgrade
@TechTutorialswithPiyush5 ай бұрын
Maybe after this series
@josephrajareddy46065 ай бұрын
So the benefit of using ECS fargate is we don’t need team of ppl to manage upgrades?
@TechTutorialswithPiyush5 ай бұрын
That's one benefit yes
@guntreddirajesh4 ай бұрын
🤩
@youtubepremimum-x8w5 ай бұрын
Please do video on EKS cluster upgrade. In interviews so many people are asking about this please do a video on it Thanks 😊
@TechTutorialswithPiyush5 ай бұрын
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
@srikanthparisineni55624 ай бұрын
Please do one video on KOPS to manage clusters in kubernetes
@TirumalaiahG4 ай бұрын
@@TechTutorialswithPiyush Could you please share the steps that we have to perform before upgrading a managed cluster like EKS?
@dr.hemantchauhan26135 ай бұрын
❤
@suhasiniaddanki73044 ай бұрын
If a node is assigned as daemonset, cant do we Cardon that node?
@TechTutorialswithPiyush4 ай бұрын
Yes, we can cordon the node by passing --ignore-daemonsets as the argument to the cordon command.
@suhasiniaddanki73044 ай бұрын
Thank you @@TechTutorialswithPiyush
@jaskaransoni46245 ай бұрын
Hi piyush can you please able to provide me training about DeVops
@TechTutorialswithPiyush5 ай бұрын
Sorry bro, I replied earlier as well, I don't provide one on one or paid training