deployment strategies in kubernetes | recreate | rolling update | blue/green | canary

  Рет қаралды 26,811

Deekshith SN

Deekshith SN

4 жыл бұрын

Discussed about rolling update, recreate , blue/green and canary deployment in kubernetes
github link :- github.com/DeekshithSN/kubern...
video on liveness and readiness probe - • readiness probe and li...
Happy learning

Пікірлер: 44
@vijaysarde385
@vijaysarde385 2 жыл бұрын
Thank you for detailed explanation followed by demo without any rush. Appreciate you help as always, Sir!
@DeekshithSN
@DeekshithSN Жыл бұрын
Glad it was helpful!
@navyabhanuchaganti6718
@navyabhanuchaganti6718 2 жыл бұрын
very good explanation from basic ...thank you
@benedictezeh7097
@benedictezeh7097 2 жыл бұрын
Love your Demo. Its great.
@lifechamp007
@lifechamp007 2 жыл бұрын
Very helpful - Thank you !!
@99north52
@99north52 Жыл бұрын
Thank you so much sir. finally i able to understand all these deployment strategy with practical... also sir i have a suggestion for you that , you can use to demonstrate the real time service bouncing for one pod to another and versioning also. Again thanks a lot !!!
@DeekshithSN
@DeekshithSN Жыл бұрын
Thanks for watching, will consider suggestions in coming videos :)
@sujaykumar4636
@sujaykumar4636 4 жыл бұрын
Well explanation with more info..
@DeekshithSN
@DeekshithSN 4 жыл бұрын
Thank you sujay :)
@hiandhra9971
@hiandhra9971 Жыл бұрын
Execellent Explained and very well showed visually the LAB thanks a Lot
@DeekshithSN
@DeekshithSN Жыл бұрын
You are welcome!, I am Glad that it helped you :)
@hiandhra9971
@hiandhra9971 Жыл бұрын
@@DeekshithSN any email id? How to contact with you ?
@DeekshithSN
@DeekshithSN Жыл бұрын
you can send mail at deekshithsn@gmail.com
@dhanviakash726
@dhanviakash726 2 жыл бұрын
👌👌👌👌
@agrawalbansal88
@agrawalbansal88 3 жыл бұрын
good video, but for B-G and Canary examples are not proper. This is not the way the real production deployment shall work.
@francis5247
@francis5247 3 жыл бұрын
Congratulations. Content is great and well explained. Sound quality can be improved, I also had a hard time with the enunciation.
@DeekshithSN
@DeekshithSN 3 жыл бұрын
Thanks for watching, will consider your feedback for upcoming videos 😊
@recipeclub7112
@recipeclub7112 4 жыл бұрын
well explained
@DeekshithSN
@DeekshithSN 4 жыл бұрын
Thanks for watching, glad you liked it :)
@saviourking5550
@saviourking5550 4 жыл бұрын
Good explanation
@DeekshithSN
@DeekshithSN 4 жыл бұрын
Thank you @saviour king , please do watch my other video :)
@shashanktiwari2461
@shashanktiwari2461 3 жыл бұрын
Hi.. thanks for the tutorial.. its very helpful. However when you say the QA team verify the version and given a go ahead, can you tell me which url they hit ? As the same url and port is already used by the old version. This makes more difficult when we have IP address and port bind to the DNS Name... Can you tell me how to get the URL for new version ?
@DeekshithSN
@DeekshithSN 3 жыл бұрын
for this to handle you need to know service mesh tools like istio, using which we can route the requests
@saurabhagarwal9826
@saurabhagarwal9826 4 жыл бұрын
I am facing an error while running patch command in blue/green strategy: Error from server (BadRequest): json: cannot unmarshal string into Go value of type map[string]interface {}
@DeekshithSN
@DeekshithSN 4 жыл бұрын
From the error i can make out its syntax issue, if you share yml file then i can help you out :)
@shaikamer6776
@shaikamer6776 3 жыл бұрын
Thanks for the usefull video.Well explained..👍 can you please update if we are perform the blue/green deployment how can we handle live connection and stick bit session?
@DeekshithSN
@DeekshithSN 3 жыл бұрын
Thanks for watching I am not aware of live connection and stick bit session, but what I can make out those words is live connection --> about persistence of data and stick bit session --> routing request all these deployment strategies are good to non persistence applications not for databases, if we have database then the deployment should point to old database. routing in blue green is very simple your just changing the service configurations to point new deployments also you can make use service mesh tools to handle request in better way Hope this clarifies your douts :) :)
@vaiibhavshirodkar1902
@vaiibhavshirodkar1902 2 жыл бұрын
hi deekshith... thanks for the detail video. would like to know which strategy is usually/max used while deployment?
@Akshay-rc9lq
@Akshay-rc9lq 2 жыл бұрын
Rolling upgrade
@vijaysarde385
@vijaysarde385 2 жыл бұрын
Hi Vaibhav, Please refer the pros and cons of each strategy mentioned at the start of the video and see which is best fit for your use case. As Akshay mentioned, rolling update is max used, that's is correct as it is a default one, but it is advised to pick the one which is best fit for your use case. Happy Learning! :)
@shamstabrez2986
@shamstabrez2986 2 ай бұрын
PLZ DO UPLOAD COMPLETE KUBERNETES SERIES FROM SCRATCH TO ADVANCED
@DeekshithSN
@DeekshithSN Ай бұрын
Thanks for watching, will plan to do the same
@trungle6039
@trungle6039 4 жыл бұрын
Did you have situation: app-v1 and app-v2 has the diffirence database's structure . How to update deployment with no downtime ?
@DeekshithSN
@DeekshithSN 4 жыл бұрын
Except Recreate, all other deployment strategies does not have down time. Based on your requirement you need to choose any in rolling update, blue green or canary. also please have look into pros and cons of each deployment strategy.
@trungle6039
@trungle6039 4 жыл бұрын
@@DeekshithSN seems you missed my conditions about changing database for each app version
@DeekshithSN
@DeekshithSN 4 жыл бұрын
oh in that case use blue/green or canary in blue/green once your deployment is fine then you will redirect the service to new deployment until then your old deployments will be serving user requests in Canary some traffic will be sent new deployment if it works then full redirect the request and there are other deployment strategies as well but i have not worked on them :)
@saviourking5550
@saviourking5550 4 жыл бұрын
Please explain about the service and how to keep it high available
@DeekshithSN
@DeekshithSN 4 жыл бұрын
Sure i will do video on services and high availability , thanks a ton for suggestion :)
@adityashashankaneti8141
@adityashashankaneti8141 Жыл бұрын
Current version in blue and updated is green
@swathit3693
@swathit3693 3 жыл бұрын
Can you please upload a video on common issues faced in kubernetes
@DeekshithSN
@DeekshithSN 3 жыл бұрын
Sure will do on that soon
@matinpathan5186
@matinpathan5186 Жыл бұрын
Hi Deekshith can you tell me which laptop is good for Devops... Oct 2022
@DeekshithSN
@DeekshithSN Жыл бұрын
Mac is ideal for Devops, if you budget go for it. Else in windows many options are there, personally I use asus gaming laptop Below is the link - www.flipkart.com/asus-tuf-gaming-f15-core-i5-10th-gen-8-gb-512-gb-ssd-windows-10-home-4-graphics-nvidia-geforce-gtx-1650-ti-144-hz-fx506li-hn271ts-laptop/p/itme14aa4095ad4c?pid=COMGFVWMZXNEDHFB&lid=LSTCOMGFVWMZXNEDHFBKVM1HI
@matinpathan5186
@matinpathan5186 Жыл бұрын
@@DeekshithSN we are waiting for your videos when it will come ...
readiness probe and liveness probe in kuberenetes
32:22
Deekshith SN
Рет қаралды 8 М.
Most Common Kubernetes Deployment Strategies (Examples & Code)
20:06
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 31 МЛН
Каха и суп
00:39
К-Media
Рет қаралды 6 МЛН
Beautiful gymnastics 😍☺️
00:15
Lexa_Merin
Рет қаралды 13 МЛН
Network Policies in kubernetes
34:42
Deekshith SN
Рет қаралды 12 М.
A blue-green deployment with Argo Rollouts and Kustomize
14:58
Geert Baeke
Рет қаралды 5 М.
Devops/SRE Interview Questions & Answers
3:16:39
Deekshith SN
Рет қаралды 75 М.
Kubernetes Deployment strategies | Canary Deployment | Argo rollout | ADAM
26:46
Learn DevOps Easy (Wezva-Technologies)
Рет қаралды 9 М.
Kubernetes Canary Deployment (Manual vs Automated)
10:59
Anton Putra
Рет қаралды 10 М.
What is Helm?
9:06
IBM Technology
Рет қаралды 340 М.
ConfigMaps and Secrets in Kubernetes
16:35
Pavan Elthepu
Рет қаралды 10 М.
RBAC in Kubernetes
20:27
Pavan Elthepu
Рет қаралды 30 М.
Sigma Kid Hair #funny #sigma #comedy
00:33
CRAZY GREAPA
Рет қаралды 31 МЛН