Autoscaling in Kubernetes

preview_player
Показать описание
#kubernetes #autoscaling #devops #fullstackdevelopment

In the deployments chapter of this series, we've seen how to scale our deployments manually. That way, whenever there is unusual traffic, we can scale our deployment accordingly. But, monitoring our traffic continuously and manually scaling our application to handle such traffic spikes is tedious.

What if there is a way to monitor our pods and scale them automatically whenever there is an increase in CPU usage, memory, or some other metric like QPS? This is called autoscaling(scaling automatically based on some metrics). Kubernetes can do that job for us. Not only pods, if we're running on cloud infrastructure, K8s can also spin up additional nodes if the existing nodes can't accept any more pods. In this chapter, we'll learn how different auto-scalers (Horizontal Pod Autoscaler, Vertical Pod Autoscaler, Cluster Autoscaler) work with complete hands-on.

References:

Timestamps:
0:00 - Intro
01:06 - Types of Autoscalers
02:56 - Horizontal Pod Autoscaler
13:18 - Vertical Pod Autoscaler
16:46 - Cluster Autoscaler

My other courses:

Thank you very much!
Рекомендации по теме
Комментарии
Автор

Your Playlist is a Master Piece . i have done Multiple Udemy Courses, Gone Through Youtube But None were so Detailed like yours one . Thankyou :)

iSalmaniac_
Автор

very informative ..aisa koi nahi abhi tak youtube pe jo ye topic ko itna achha demo dia..thxx alot

omkarmule
Автор

Clear explanation abt Auto scalling. Thanks for your video.

kavacham
Автор

Your videos are truly remarkable! The clarity of your explanations, coupled with practical examples, sets them apart from anything I've seen before.

vzwrevw
Автор

Pavan Bro, I'm very fortunate to see your video, so clear and understandable. Thanks a

amoghrajn
Автор

you deserve more subscribers - your content is GOLD!

ssnblessed
Автор

I just executed HPA workshop uninterruptedly on my m/c. All my doubts catastrophically imploded. All your tutorials are truly a master piece. You are a gem . thanks a lot dude.

anilkommalapati
Автор

you are really useful and great sharing this worth content for free..

satishkumarrayavarapu
Автор

Very clean explanation Pavan. Thank you very much.

deepakshankar
Автор

Really, the way you are explaining...its too easy... thanks sir 🙏🙏 no words

jalandharbehera
Автор

so much i learned here, thank you for sharing your knowlegde.

anjaliranot
Автор

This is more than fantastic !! Thank you

arunmanglick
Автор

Awesome video pavan! That is a very clear and concise explanation.

BandlamudiRohitJayaraju
Автор

Good one. Thanks for sharing this knowledge.

vinpal
Автор

Really well Explaining Thank you

senthilkumar
Автор

Thanks a lot Pavan, Please teach us init containers and sidecar containers demo with usecases

gjkgnrb
Автор

would be awesome if we can have a video around keda event driven scaling video

xfaizan
Автор

hi Pavan, first of all thank you for your video on k8s, you really simplified things too much

najibiziki
Автор

What an explanation! Remarkable video I have a question, how and where does vpa sends a recommendation notification if the resources need to be scaled up or down

samikshasharma
Автор

Hi pawan thanks for making this series.Your entire series is awesome
Can you pls provide document path from where we can access yaml file in good manner

Ravisharma-gtzz