Day 17/40 - Kubernetes Autoscaling Explained| HPA Vs VPA

Поделиться
HTML-код
  • Опубликовано: 19 окт 2024

Комментарии • 46

  • @abc-edm
    @abc-edm 2 дня назад

    This is amazing techology !

  • @CloudEnthusiastic
    @CloudEnthusiastic 3 месяца назад +2

    Cmon Piyush Sir.... we are all with you...such a great content...I am not even thinking to take break while watching your video.... you are explaining in such a way that the person will be hypnotized.

  • @MayurLokhande-l3n
    @MayurLokhande-l3n 2 месяца назад +1

    echo "Very nicely and cleanly explained"
    echo " Thank You sir"

  • @radhikaGudidesi
    @radhikaGudidesi 2 месяца назад +1

    I always thought K8s was difficult to learn, but it is easy after watching your videos.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 месяца назад

      Don't worry it will be a piece of cake after you complete this series, it will no more haunt you :)

  • @sangativamsikrishna1691
    @sangativamsikrishna1691 3 месяца назад +1

    Thanks piyush for the explaining the HPA concept along with horizontal and vertical scaling concepts.

  • @subhralahari
    @subhralahari 27 дней назад +1

    Thank you for such wonderful effort for your explanation on HPA and VPA

  • @rushilaughingvirus5415
    @rushilaughingvirus5415 Месяц назад +1

    great

  • @mike4485
    @mike4485 Месяц назад +1

    Thank you so much for your explanation on HPA and VPA

  • @prashantyelure6146
    @prashantyelure6146 4 дня назад

    Nice explained

  • @eapenmani
    @eapenmani 3 месяца назад +1

    Clearly articulate the autoscaling in K8s. Thank you

  • @somenghosh4163
    @somenghosh4163 3 месяца назад +1

    Very well put up .. once again rich content by Piyush

  • @roia6011
    @roia6011 2 месяца назад +1

    Very good explanation on HPA and VPA

  • @guntreddirajesh
    @guntreddirajesh 2 месяца назад

    Great explanation, kudos to you Piyush, keep helping the community.we are here to support you

  • @Gopinath_V19
    @Gopinath_V19 2 месяца назад

    Thank you sir
    Well Explained

  • @HPKnowValley
    @HPKnowValley 2 месяца назад

    very good explained Autoscaling...

  • @oshabzsam9773
    @oshabzsam9773 3 месяца назад +1

    You are doing a good Job. Thank you

  • @myhappymiles
    @myhappymiles Месяц назад +1

    Great explanation and demo

  • @prithwishlaha2208
    @prithwishlaha2208 3 месяца назад +1

    Good

  • @vamsikrishna-f8y
    @vamsikrishna-f8y 3 месяца назад +1

    Thank you piyush

  • @tendaimakuwerere5693
    @tendaimakuwerere5693 3 месяца назад +1

    Lets go!!

  • @artbart9080
    @artbart9080 3 месяца назад +1

    Great!

  • @GrigTech
    @GrigTech 24 дня назад

    Like and comment for best CKA course

  • @vamsikrishna4475
    @vamsikrishna4475 27 дней назад +1

    is this CKA course is relevant for role Devops engineer?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  27 дней назад

      Yes buddy, Kubernetes is an important topic within DevOps and I have tried to cover it from a beginners perspective till intermediate level.

    • @vamsikrishna4475
      @vamsikrishna4475 27 дней назад +1

      @@TechTutorialswithPiyush 👍

  • @kidg9536
    @kidg9536 3 месяца назад +1

    Is KEDA part of CKA ?

  • @artbart9080
    @artbart9080 2 месяца назад +1

    Hello.As usual great explanation!
    However i had an error running the load generator:
    kubectl run -i --tty load-generator --rm --image=busybox:1.28 --restart=Never -- /bin/sh -c "while sleep 0.01; do wget -q -O- php-apache; done"
    Error:
    pod "load-generator" deleted
    pod default/load-generator terminated (StartError)
    failed to create containerd task: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "C:/Program Files/Git/usr/bin/sh": stat C:/Program Files/Git/usr/bin/sh: no such file or directory: unknown
    I'm on Windows machine.
    In my case this worked :
    kubectl run -i --tty load-generator --rm --image=busybox:1.28 --restart=Never -- sh -c "while sleep 0.01; do wget -q -O- php-apache; done"

  • @sagarbirla2879
    @sagarbirla2879 2 месяца назад

    Hi Piyush, number of Replicas are not going down even after the CPU Utilization is 0 and it's been 30 minutes

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 месяца назад

      Hey Sagar, this shouldn't happen. can you check logs, describe your deployment and see if the Auto scaler is working fine?