Rollback Kubernetes Deployment: Complete Guide with Rolling Update and Rollout Undo

  Рет қаралды 11,908

DevOps Pro

DevOps Pro

Күн бұрын

Пікірлер: 64
@DevOpsPro
@DevOpsPro Жыл бұрын
Please help us with your valuable feedback - forms.gle/E9r3xvTxnLPKz9Hw9
@akshaysaini1613
@akshaysaini1613 2 жыл бұрын
Your video is very understable..and easy example....compare then other youtubers your video is good for student and new commers int devops field...please make these video regurally don't stop..
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Thank you for your valuable feedback.
@Pawan-tc2ih
@Pawan-tc2ih 2 ай бұрын
Thanks for the video, it's a gem
@ranjitreddy152
@ranjitreddy152 Жыл бұрын
Great tutorial! Keep up the good work and produce more content like this.
@DevOpsPro
@DevOpsPro Жыл бұрын
Thanks, will do!
@technicalmuzammil2496
@technicalmuzammil2496 Жыл бұрын
That is really Great Content! Thanks Sister Riya
@DevOpsPro
@DevOpsPro Жыл бұрын
Glad you liked it
@IrfanSayyad-ww8in
@IrfanSayyad-ww8in 2 жыл бұрын
Very sweet and simple.. explained in layman language. Keep sharing and motivate us to learn new technology. Looking for more videos like this.. All the best 👍
@akdevsecops
@akdevsecops 2 жыл бұрын
That is really Great Content! Requesting you create more such videos on Kubernetes and related to devops
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Sure I will
@bhavikvegad3449
@bhavikvegad3449 2 жыл бұрын
thanks for this content !! # wating for more videos in k8s
@DevOpsPro
@DevOpsPro 2 жыл бұрын
The next video will come soon.
@hoyna5963
@hoyna5963 Жыл бұрын
Good Content it helped me a lot.
@DevOpsPro
@DevOpsPro Жыл бұрын
Glad it was helpful! 😊
@swetanksoni3521
@swetanksoni3521 2 жыл бұрын
Doing Great !!! I got some inspiration start my own blog for now.
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Great😍
@bichitrasahoo4943
@bichitrasahoo4943 Жыл бұрын
Pretty one, thanks for explaining this very nicely
@sandeepvemu794
@sandeepvemu794 2 жыл бұрын
Super Riya...easily learning and mastering each concept
@sandeepvemu794
@sandeepvemu794 2 жыл бұрын
Riya,One more thing I can say the response is very good and immediately subscribed because of the content.cluster setup,architecture,deployments, config maps and secrets,namespaces,pods,labels and selectors,services are important right to master the k8s at first place.please confirm.
@DevOpsPro
@DevOpsPro Жыл бұрын
yes
@dipakahire8705
@dipakahire8705 2 жыл бұрын
Content is good... Nice videos
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Thanks 🙂
@kkishore025
@kkishore025 11 ай бұрын
waiting for new videos. Thanks😀
@DevOpsPro
@DevOpsPro 10 ай бұрын
I will upload soon
@denger8317
@denger8317 8 ай бұрын
Thank you so much for clear explanation, i am expecting vedio for stateful set also. Thanks in advance.
@moinsyed195
@moinsyed195 2 жыл бұрын
Please make more videos
@kailash1302
@kailash1302 Жыл бұрын
Y ou made very easy...Thanks
@DevOpsPro
@DevOpsPro Жыл бұрын
Thanks for liking
@mdraq5474
@mdraq5474 4 ай бұрын
Awesome
@rampanwar1316
@rampanwar1316 2 жыл бұрын
Thanks for this series
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Glad you enjoy it!
@souravpatel-ex6mj
@souravpatel-ex6mj Ай бұрын
Bahut sahi hai
@rahulmalviya7322
@rahulmalviya7322 Жыл бұрын
Hello Can you please explain batch size maximum surge and minunavailable terms.
@DevOpsPro
@DevOpsPro Жыл бұрын
Sure Rahul! Batch size controls how many deploy together, max surge allows extras, and min unavailable keeps a minimum running. Hope this clarifies!
@ganpatinatrajan5890
@ganpatinatrajan5890 Жыл бұрын
Please make a video on Docker too...
@DevOpsPro
@DevOpsPro Жыл бұрын
Very soon, we are going to upload. Keep watching!
@pawanmhaske5297
@pawanmhaske5297 4 ай бұрын
we only able to changes the sections in .spec.templates
@AmrutaWagh-kb3yv
@AmrutaWagh-kb3yv 5 ай бұрын
to hùm deployment strategies kaise nd kaha use krte hai?
@ravikumarcherry3917
@ravikumarcherry3917 2 жыл бұрын
Continue series
@siddhartharaja9413
@siddhartharaja9413 2 жыл бұрын
Good
@AjayKumar-lm4yr
@AjayKumar-lm4yr 2 жыл бұрын
How to rollback from Jenkins
@vinnipatilpatil
@vinnipatilpatil Жыл бұрын
Hi Sister Can you please send me the exact document to install the kubernetes in Amazon linux
@DevOpsPro
@DevOpsPro Жыл бұрын
Here you can check - kzbin.info/www/bejne/bJDMYpuOjducftk
@D_CENT-m3p
@D_CENT-m3p Жыл бұрын
Will pursuing this series be sufficient to pass the CKA exam, or do I need to enroll in paid classes for additional content?
@DevOpsPro
@DevOpsPro Жыл бұрын
You have to practice more.
@dconwheels5309
@dconwheels5309 2 жыл бұрын
If you are rolling back with does your yaml file will also replace the image ? I guess it doesn't. Also when you role back from 3-2 revision is showing 4. From there how can you see what was there in revision 2🤔
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Yes, it will not replace the image in the YAML file that was created by us earlier to create the pod. But when you run `kubectl get pod -o yaml` you will get a pod YAML of the running pod in which you can see the image has been replaced. For this(when you roll back from 3-2 revision is showing 4) again you can use the above command to see the image of the pod that is currently in use. I hope you got the answers.
@dconwheels5309
@dconwheels5309 2 жыл бұрын
Like you added change records for other revisions can I see the the change message for revision 2
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Yes, you can add annotations so that you can see what changes you have made.
@tridev1767
@tridev1767 2 жыл бұрын
thanks a lot
@sandeepvemu794
@sandeepvemu794 2 жыл бұрын
Riya,Is rollout something to move to next version? I mean v1 to V2. Have little confusion
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Yes
@sandeepvemu794
@sandeepvemu794 2 жыл бұрын
@@DevOpsPro thanks
@rocktopu3227
@rocktopu3227 2 жыл бұрын
Pls add in English subtitles
@bharathkumar-ee3xj
@bharathkumar-ee3xj 2 жыл бұрын
I have one doubt u change the version like 1.14.1,1.16.1,1.21.1 this all version build in same pipeline or different pipeline's
@DevOpsPro
@DevOpsPro 2 жыл бұрын
Didn't get your point. Please explain a bit more.
@nipunkochar7765
@nipunkochar7765 2 ай бұрын
This feature has been removed from future kubernates version. Instead mnc's are encouraging to use git ops pratices .
@HappiestMindSet
@HappiestMindSet Жыл бұрын
Blue Green Deployment
@poojaunecha-v5y
@poojaunecha-v5y 3 ай бұрын
Q. "Do I need to specify port 8080 when changing the image to Tomcat, or is it auto-assigned?"
@iSalmaniac_
@iSalmaniac_ Жыл бұрын
💯
@_man.on.strings__
@_man.on.strings__ Жыл бұрын
wao
@anandahirkar2207
@anandahirkar2207 10 ай бұрын
hello maam any paid video is avalbe plse share my link
@DevOpsPro
@DevOpsPro 10 ай бұрын
Not right now!
Master Command and Arguments in Kubernetes | DevOps Pro
6:48
DevOps Pro
Рет қаралды 6 М.
Static Pods in Kubernetes - The Ultimate Guide for DevOps Pro
18:25
How to debug Kubernetes? (Deployments, Services & Ingress)
18:45
Anton Putra
Рет қаралды 10 М.
Kubernetes Deployment strategies | Rolling Update Deployment | Argo rollout | ADAM
13:27
Learn DevOps Easy (Wezva-Technologies)
Рет қаралды 9 М.
Most Common Kubernetes Deployment Strategies (Examples & Code)
20:06
Kubernetes Deployment strategies | Blue-Green Deployment | Argo rollout | ADAM
25:07
Learn DevOps Easy (Wezva-Technologies)
Рет қаралды 14 М.