Kubernetes Autoscaling: HPA vs. VPA vs. Keda vs. CA vs. Karpenter vs. Fargate

  Рет қаралды 15,765

Anton Putra

Anton Putra

Күн бұрын

🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
► Located in San Francisco Bay Area, CA (US citizen)
▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
► LinkedIn: / anton-putra
► Twitter/X: / antonvputra
► GitHub: github.com/antonputra
► Email: me@antonputra.com
▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬
👉 [Playlist] Kubernetes Tutorials: • Kubernetes Tutorials
👉 [Playlist] Terraform Tutorials: • Terraform Tutorials fo...
👉 [Playlist] Network Tutorials: • Network Tutorials
👉 [Playlist] Apache Kafka Tutorials: • Apache Kafka Tutorials
👉 [Playlist] Performance Benchmarks: • Performance Benchmarks
👉 [Playlist] Database Tutorials: • Database Tutorials
▬▬▬▬▬▬▬ Timestamps ⏰ ▬▬▬▬▬▬▬
0:00 Intro
1:24 Horizontal Pod Autoscaler (HPA)
5:03 Horizontal Pod Autoscaler Prometheus (Custom Metrics)
7:35 Vertical Pod Autoscaler (VPA)
9:44 Keda (Event Driven Autoscaling)
11:41 Cluster Autoscaler (CA)
13:11 Karpenter (Flexibility)
13:55 Serverless Kubernetes (Fargate & Autopilot)
▬▬▬▬▬▬▬ Source Code 📚 ▬▬▬▬▬▬▬
► GitHub: github.com/antonputra/tutoria...
#kubernetes #docker #devops

Пікірлер: 56
@AntonPutra
@AntonPutra 6 ай бұрын
🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
@AndroidandTechSolutions
@AndroidandTechSolutions 6 ай бұрын
Thanks a lot!! All content in the channel is a gold mine. you have explained very well the concepts. thanks and keep it up 😊👏👏
@AntonPutra
@AntonPutra 6 ай бұрын
Thank you! :)
@raoanonymous
@raoanonymous 21 күн бұрын
Awesome content. Easy to understand. Thank you
@AntonPutra
@AntonPutra 21 күн бұрын
thank you!
@hz8711
@hz8711 6 ай бұрын
very good video, which includes not only useful information, but pretty important recommendations!
@AntonPutra
@AntonPutra 6 ай бұрын
Thank you!
@user-nm3yy8qh1n
@user-nm3yy8qh1n 6 ай бұрын
Your diagrams are very easy to understand. Thank you Anton
@AntonPutra
@AntonPutra 6 ай бұрын
my pleasure!
@roudder6606
@roudder6606 5 ай бұрын
спасибо, хорошая подача и без воды
@AntonPutra
@AntonPutra 5 ай бұрын
spasibo!
@CodeSecLab
@CodeSecLab 5 ай бұрын
Thank you Anton, this is very helpful and your diagrams and explanations are really clear and to the point. Keep going 👌🏼
@AntonPutra
@AntonPutra 5 ай бұрын
❤️
@JackReacher1
@JackReacher1 Ай бұрын
master stroke, nice work!
@AntonPutra
@AntonPutra Ай бұрын
thanks :)
@tuvoxuan1894
@tuvoxuan1894 6 ай бұрын
You did great!!! Thanks you so much
@AntonPutra
@AntonPutra 6 ай бұрын
Thank you!!
@fadi07full
@fadi07full 3 ай бұрын
Hatsoff Next Level Explanations ! more power to you :)
@devopstube6039
@devopstube6039 6 ай бұрын
I used Knative eventing but seems like KEDA is a more suitable option, easy to manage and understand, and looks simpler than Knative, Thanks for sharing it.
@AntonPutra
@AntonPutra 6 ай бұрын
Welcome. I used to use OpenFaaS, but they decided to monetize it and began developing new features exclusively for paid subscribers.
@CripplingDuality
@CripplingDuality 8 күн бұрын
Different use cases
@GabrielPozo
@GabrielPozo 6 ай бұрын
Thanks for sharing this quality content!
@AntonPutra
@AntonPutra 6 ай бұрын
My pleasure!
@irwin_a
@irwin_a 16 күн бұрын
Ur Gold to K8s community !!!
@AntonPutra
@AntonPutra 16 күн бұрын
thanks :)
@arpit92m
@arpit92m 2 ай бұрын
subscribed, keep up the good work
@AntonPutra
@AntonPutra 2 ай бұрын
thanks! will do!
@diegonayalazo
@diegonayalazo 6 ай бұрын
Thanks Teacher ❤!!
@AntonPutra
@AntonPutra 6 ай бұрын
Thanks :)
@LeandroSantos-bt1lg
@LeandroSantos-bt1lg 6 ай бұрын
I have used keda in gcp with pub/sub and it works quite well.
@AntonPutra
@AntonPutra 6 ай бұрын
cool, did you use workload identity or you had to use credentials json file?
@LeandroSantos-bt1lg
@LeandroSantos-bt1lg 6 ай бұрын
@@AntonPutra I had to use the credentials json file for the service account, the GKE cluster wasn’t provisioned with workload identity unfortunately.
@AntonPutra
@AntonPutra 6 ай бұрын
​@@LeandroSantos-bt1lg I see. I hate using JSON credentials. I wonder why they had to use JSON instead of a key and secret as in AWS.
@Ivorlun
@Ivorlun 6 ай бұрын
Антон, спасибо огромное! Как всегда - превосходная подача и идеально выбраны границы, в пределах которых освещена тема. And a question about scaling stateful apllication, particularly a database - is it possible to create master-master configuration with several endpoints in service for avoiding downtime during pod recreation? And do you see potential problems with auto attaching pv back to it or some concerns about it possible inconsistency?
@AntonPutra
@AntonPutra 6 ай бұрын
Thank you! Well, it's possible, but I would highly recommend creating your own Operator instead of relying on StatefulSets. Based on my experience, databases and messaging systems work just fine in Kubernetes in light environments with low load. However, when you start moving all of it into production, you will discover many nuances, and recovering a database in Kubernetes in production is very challenging. Think twice, especially if you will be responsible for running it and not simply developing and handing it over to an ops team. :)
@gmeister3022
@gmeister3022 6 ай бұрын
Elemental, highly informative content. Well done as per usual, Anton! If at all possible, I'd like to request a more advanced solution (i.e, deploying VPA along with JVM based applications, deploying a multidimensional pod autoscaling solution in a production-ready environment, etc.).
@AntonPutra
@AntonPutra 6 ай бұрын
Thank you! I'll see what I can do.
@twizzoe
@twizzoe 2 ай бұрын
I need a clarification with regards the promtheus setup, if I already have a prometheus deployed on my cluster using the kube-prometheus-stack will that suffice to use also because I am seeing prometheus adapter and operator?
@user-md9xv5nb4z
@user-md9xv5nb4z 6 ай бұрын
thanks anton for this content, it is awesome, can you do a video comparing apache kafka and amazon kinesis please with grafana visualization
@AntonPutra
@AntonPutra 6 ай бұрын
Thanks, sure at some point in the future.
@arozendojr
@arozendojr 6 ай бұрын
Is it possible to do automatic tracking for jaeger + istio, request and response communication between services on the jaeger dashboard? Would you have an example?
@saikiransunkara1955
@saikiransunkara1955 6 ай бұрын
Does EKS allow us to create node group with different instance types of ec2 instances? As far as I know it doesn't allow why because instances will be under ASG and will have launch configuration defined, Please correct me if I am wrong. If they are part of ASG then how to update the instance type of ec2 without causing downtime.
@AntonPutra
@AntonPutra 6 ай бұрын
If you use kOPS to create Kubernetes (K8s) in AWS, you can definitely use mixed instance family types. I've been using it for spot instances so that, in case one instance type is not available, another one is selected automatically. I'm not sure about EKS; you may need to create launch templates. Here is the official documentation for mixed Auto Scaling groups (AGs): docs.aws.amazon.com/autoscaling/ec2/userguide/create-mixed-instances-group-manual-instance-type-selection.html.
@duyluan97
@duyluan97 2 ай бұрын
Could you please let me know which tool you used to create the video? The tool seems helpful in organizing the explanation. Thanks!
@AntonPutra
@AntonPutra 2 ай бұрын
sure, it's adobe suite
@duyluanontheflow
@duyluanontheflow 2 ай бұрын
Thanks@@AntonPutra
@putnam120
@putnam120 6 ай бұрын
Where is the documentation of using karpenter with non AWS clouds? I have only ever seen documentation for AWS.
@AntonPutra
@AntonPutra 6 ай бұрын
Here is for azure - github.com/Azure/karpenter
@putnam120
@putnam120 6 ай бұрын
@@AntonPutra thank you
@user-px6ck4vh1o
@user-px6ck4vh1o 6 ай бұрын
@AntonPutra
@AntonPutra 6 ай бұрын
Thanks :)
@kelvinonuchukwu8215
@kelvinonuchukwu8215 6 ай бұрын
Where are we supposed to get the Github repository from?
@AntonPutra
@AntonPutra 6 ай бұрын
github.com/antonputra/tutorials/tree/main/lessons/181
@abdelhaibouaicha3293
@abdelhaibouaicha3293 6 ай бұрын
📝 Summary of Key Points: 📌 Autoscaling in Kubernetes allows adjusting resources based on application usage, saving on compute and avoiding wasted resources. 🧐 Different types of autoscaling controllers exist in Kubernetes, including built-in and separately installed ones. 🧐 Autoscaling is easier to implement for stateless applications compared to distributed databases. 🧐 The Horizontal Pod Autoscaler (HPA) is a common approach for autoscaling in Kubernetes, adjusting the desired scale based on metrics like CPU and memory usage. 🧐 Custom metrics can be used for autoscaling, such as latency, traffic, errors, and saturation, by deploying a Prometheus operator and instance. 🧐 For stateful applications, vertical scaling is the only option, and the Vertical Pod Autoscaler (VPA) recommends resource requests and limits. 🧐 Kubernetes allows autoscaling of the cluster itself with the Cluster Autoscaler, adjusting the node group size based on pending pods. 🧐 The KEDA project helps with autoscaling based on the number of messages in a queue or topic, supporting various messaging systems. 💡 Additional Insights and Observations: 💬 "Autoscaling is important because it allows you to adjust the resources allocated to your applications based on their usage, saving on compute and avoiding wasted resources." 📊 The Horizontal Pod Autoscaler (HPA) is a commonly used approach for autoscaling in Kubernetes. 🌐 The KEDA project supports various messaging systems like Apache Kafka, RabbitMQ, and MySQL for autoscaling based on message queues or topics. 📣 Concluding Remarks: Autoscaling in Kubernetes is a powerful tool that efficiently manages resources and handles varying workloads. It can be implemented using built-in controllers like the HPA and VPA, as well as additional tools like Prometheus and KEDA. By adjusting resources based on application usage, autoscaling optimizes resource allocation and improves overall efficiency. Made with Talkbud
@matc8085
@matc8085 5 ай бұрын
Karpenter is not usable on GKE
@AntonPutra
@AntonPutra 5 ай бұрын
I know, but they claim it is usable.
KEDA: Kubernetes Event-Driven Autoscaling
16:02
DevOps Toolkit
Рет қаралды 24 М.
Китайка и Пчелка 4 серия😂😆
00:19
KITAYKA
Рет қаралды 1,5 МЛН
How many pencils can hold me up?
00:40
A4
Рет қаралды 19 МЛН
Indian sharing by Secret Vlog #shorts
00:13
Secret Vlog
Рет қаралды 59 МЛН
Eccentric clown jack #short #angel #clown
00:33
Super Beauty team
Рет қаралды 28 МЛН
Kubernetes Ingress Explained (2 Types)
8:54
Anton Putra
Рет қаралды 28 М.
Kubernetes Ingress networking
5:57
Project Calico
Рет қаралды 46 М.
Kubernetes Explained in 6 Minutes | k8s Architecture
6:28
ByteByteGo
Рет қаралды 816 М.
Kubernetes Deployment vs. StatefulSet vs. DaemonSet
6:43
Anton Putra
Рет қаралды 31 М.
How to debug Kubernetes? (Deployments, Services & Ingress)
18:45
Anton Putra
Рет қаралды 4,9 М.
Kubernetes NodePort vs LoadBalancer vs Ingress
6:27
Anton Putra
Рет қаралды 54 М.
Karpenter vs Kubernetes Cluster Autoscaler
9:03
Justin Garrison
Рет қаралды 33 М.
Топ-3 суперкрутых ПК из CompShop
1:00
CompShop Shorts
Рет қаралды 450 М.
😱НОУТБУК СОСЕДКИ😱
0:30
OMG DEN
Рет қаралды 3,1 МЛН
5 НЕЛЕГАЛЬНЫХ гаджетов, за которые вас посадят
0:59
Кибер Андерсон
Рет қаралды 1,2 МЛН