Kubernetes Cluster Autoscaler Vs HPA | Amazon EKS Cluster Autoscaler Demo

Ғылым және технология

In this video, we discuss kubernetes cluster autoscaler vs horizontal pod autoscaler (HPA). We do a full end to end working demo of cluster autoscaler in Amazon EKS.
Reference Link: docs.aws.amazon.com/eks/lates...
Connect with me in LinkedIN: / rajdeep-sa-at-aws
Follow me on twitter: / cloudwithraj
DEFINITELY DO NOT CLICK: / @cloudwithraj

Пікірлер: 43

  • @cloudwithraj
    @cloudwithraj4 жыл бұрын

    My Kubernetes on EKS Course is out now in Udemy!! If interested, please check out discounted ($9.99) link - www.udemy.com/course/rocking-kubernetes-with-amazon-eks-fargate-and-devops/?couponCode=GETSKILLSNOTCORONA

  • @vishakarudhra8665
    @vishakarudhra8665 Жыл бұрын

    I am really thankful you put up this video. Because without lectures of this kind, a person like me with limited comprehensibility of the language used in documentations could never actually understand the essence ever.

  • @cloudwithraj

    @cloudwithraj

    Жыл бұрын

    Yw! And yes, sometimes k8s documentation is filled with jargons

  • @MichaelRicksAherne
    @MichaelRicksAherne2 жыл бұрын

    Thank you so much for this demo. I would have been able to figure this out eventually, but you've saved me hours and hours of time.

  • @nforlife
    @nforlife2 жыл бұрын

    Great Demo clean, clear and easy to understand!!!

  • @cloudwithraj

    @cloudwithraj

    2 жыл бұрын

    Glad it was helpful!

  • @kayedmasarweh7422
    @kayedmasarweh74224 жыл бұрын

    Great video Raj .. Clear and easy to understand

  • @cloudwithraj

    @cloudwithraj

    4 жыл бұрын

    Kayed brother, this means a lot coming from you. Thanks for watching man, I am glad you liked it.

  • @big0561
    @big05613 жыл бұрын

    Fatafati chilo !! Your explanation was just right on the money.

  • @cloudwithraj

    @cloudwithraj

    3 жыл бұрын

    Onek dhonyobad Tirthankar bhai :).

  • @venugopalreddypagidi8880
    @venugopalreddypagidi8880 Жыл бұрын

    Thank you so much Raj

  • @bhupathibrahmaiah7651
    @bhupathibrahmaiah76514 жыл бұрын

    Thank you for making this video it really helped to understand and implement CA in EKS. If possible can you make a video on EKS VPC CNI with demo

  • @arunmanglick
    @arunmanglick4 ай бұрын

    This is wonderful

  • @Asgardinho
    @Asgardinho4 жыл бұрын

    this videos explains better than anything else I have find, could you do one explaining EKS fargate with autoscaling and another one explaining EFS connection to EKS

  • @cloudwithraj

    @cloudwithraj

    4 жыл бұрын

    Thank you so much for the kind words! I am so glad you found this video useful.

  • @nagarajunagari2266
    @nagarajunagari22663 жыл бұрын

    Thanks a lot Bro for valuble information... All the best..

  • @cloudwithraj

    @cloudwithraj

    3 жыл бұрын

    So nice of you. Thanks for watching!

  • @user-xz7gx9kr5z
    @user-xz7gx9kr5z5 ай бұрын

    Thank you so much

  • @pidugureddy
    @pidugureddy4 жыл бұрын

    Thanks for explanation... I saw one more nice video on AWS EKS Autoscaling with CA and HPA on this channel. #techtter

  • @cloudwithraj

    @cloudwithraj

    4 жыл бұрын

    Thank you so much for the kind words! I am so glad you found this video useful.

  • @heohful
    @heohful2 жыл бұрын

    Hey Raj, great video! 1 quick question - After replicas are increased in the deployment file and it's redeployed, the nodes are auto created but the pods don't associate with the new node created even though the nodeSelector is right. It constantly shows in pending state. Any thoughts here?

  • @MhdBasharDas
    @MhdBasharDas2 жыл бұрын

    Thank you for the useful video, but how the cluster will auto-scale down even there is no traffic (it's not dependent on CPU usage as you mentioned).

  • @devopspanther
    @devopspanther2 жыл бұрын

    Thanks for the demo. How come there is no service account and oidc used for the CA ?

  • @juanwigg
    @juanwigg3 жыл бұрын

    Thank you for this awesome video! Cluster autoscaler works fine along with HPA?

  • @cloudwithraj

    @cloudwithraj

    3 жыл бұрын

    Yes it does! thanks for watching.

  • @sanketgund4924
    @sanketgund49243 жыл бұрын

    thanks. keep it up. want a video for HPA

  • @cloudwithraj

    @cloudwithraj

    3 жыл бұрын

    Already have one with demo :), here you go - kzread.info/dash/bejne/ZXai1LqaoLydqtI.html

  • @Sravankumar-ip9yo
    @Sravankumar-ip9yo2 жыл бұрын

    Hey raj can you please explain how we can attach new worker node to the existing cluster

  • @himansusekharmishra5114
    @himansusekharmishra5114 Жыл бұрын

    Hi Thank you for this awesome video. I just want to know that I have an existing cluster with separate nodes like one node is in the public subnet another is in private subnet and I want to make that particular private node as a autoscaling node and secondly how can be the number of nodes increase(cluster autoscaling behave) without adding manual replica set?

  • @xamashee
    @xamashee3 жыл бұрын

    Very comprehensive and simplified. Just would like to ask how to disable scaling of worker node in sandbox environment?

  • @cloudwithraj

    @cloudwithraj

    3 жыл бұрын

    Don't use HPA or Cluster Autoscaler and just use fixed value in replicaset to keep it at fixed size. or you can use HPA to utilize the nodes you have and don't set up cluster autoscaler

  • @xamashee

    @xamashee

    3 жыл бұрын

    @@cloudwithraj sounds practical. Will discuss with team internally! cheers!

  • @kaustubhmishra3973
    @kaustubhmishra39733 жыл бұрын

    The eksctl command to create a cluster is so easy. I had to create the full infrastructure using cloudformation. Can you please forward the link to these commands. I am not sure these simple commands are shown in aws docs anymore.

  • @vijaykumary5427
    @vijaykumary54272 жыл бұрын

    What about if my pod cpu is more than my request and less than the limit set... Will the autoscaler increase the node count?

  • @ECOM-EXPLORER
    @ECOM-EXPLORER2 жыл бұрын

    Your course is very nice. I have a question like in aws we have feature like we can scale based on the queue length. is there a way we can scale in Kubernetes on basis of queue length?

  • @cloudwithraj

    @cloudwithraj

    2 жыл бұрын

    Yes, you can. You need to grab custom metrics (queue depth) outside of standard metrics (CPU, Memory). Check out keda.sh/

  • @George-mk7lp
    @George-mk7lp10 ай бұрын

    what strategy EKS use when there is no pod hpa ? How does it define resource requests and limits

  • @shrey2539
    @shrey253911 ай бұрын

    Hello, May i know why the IAM permissions and tags were skipped? Is it because kubectl automatically takes care of that part?

  • @MrKumargopalan
    @MrKumargopalan3 жыл бұрын

    kindly do one training on daemonset Raj

  • @cloudwithraj

    @cloudwithraj

    3 жыл бұрын

    Will definitely keep in mind Ramkumar, thanks for watching!

  • @joanale609
    @joanale6094 ай бұрын

    that document was updated anyone have this downloaded?

  • @ajaykharat8832
    @ajaykharat8832 Жыл бұрын

    eksctl create cluster --name test --region us-east-1 --version 1.15 --managed --asg-access Error: invalid version, 1.15 is no longer supported, supported values: 1.22, 1.23, 1.24, 1.25, 1.26, 1.27

  • @GopalRoy-nn6ft
    @GopalRoy-nn6ft2 жыл бұрын

    Where is cluster Overprovisioner?

Келесі