Understanding CPU & Memory with the Kubernetes Vertical Pod Autoscaler

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

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

  • @melvincross1173
    @melvincross1173 2 года назад +1

    Thanks for this. I needed a nice refresher on autoscaling.

  • @cezexcezex9888
    @cezexcezex9888 4 года назад

    a reliable and practical approach to the basics of scaling

  • @helders
    @helders 3 года назад +5

    I already said that your videos are awesome and if you don't mind i'd like to make a suggestion, it would be great if you would break the video in chapters using RUclips feature, this way we can go straight to a certain point we want to review for example. And again, awesome content, you rock

  • @saikrishna787
    @saikrishna787 3 года назад +1

    Thankyou somuch marcel I've been looking everywhere for this explanation thank god i found u and didn't knew that u hv explained them a year ago ❤️❤️

  • @everythingdevops4048
    @everythingdevops4048 3 года назад +1

    Thank you so much, you are generous and kind!

  • @asiselwa3506
    @asiselwa3506 2 года назад +1

    I'm honestly very excited as you explain. very very professional. thanks for the know-how transfer.
    I even recommended your videos to my colleagues, they like you too :)
    thanks thanks thanks you always make my days :)

  • @hrvojetonkovac6519
    @hrvojetonkovac6519 4 года назад +1

    Hi Marcel. Great video as always. Thanks

  • @xinitbm9453
    @xinitbm9453 4 года назад +1

    Wow! Thank you very much Marcel for teaching and sharing all your demo samples. This helps a lot.

  • @jasonhoover1311
    @jasonhoover1311 3 года назад

    Nice triceps, man! Looking jacked!! 💪💪

  • @xxsybreedxx
    @xxsybreedxx 2 года назад

    Maan, youre the devops monster!

  • @fkangalov
    @fkangalov Год назад

    Very helpful video as always! Thanks!

  • @manedurphy
    @manedurphy 3 года назад

    Unreal quality. Thank you!

  • @colunizator
    @colunizator Год назад

    Very good video and presentation.
    Thanks a lot.

  • @AndrzejHochbaum
    @AndrzejHochbaum Год назад

    Fantastic tutorial - thanks!

  • @drewworksgh
    @drewworksgh Год назад +1

    Needed this 🙌 🙏

  • @Shubham__Saroj
    @Shubham__Saroj 2 года назад +1

    This is really amazing.

  • @marklong6572
    @marklong6572 4 года назад

    Yes! Anoher gem. You're on a roll bro!

  • @aryklein
    @aryklein 4 года назад

    Thanks for sharing Marcel! Awesome video man

  • @Mashaill
    @Mashaill 4 года назад

    Many thanks JIT video

  • @luqmansen
    @luqmansen 4 года назад

    I love your opening sountrack

  • @silentwatcher13
    @silentwatcher13 4 года назад +1

    good job marcel, awesome video 👏🏼.. kubectl apply thankyou.yaml 😉

  • @songshindi6376
    @songshindi6376 3 года назад

    Excellent session on hpa ...pls upload helm chart detailed video.thank you

  • @hachastico674
    @hachastico674 4 года назад

    Damn! This is so good material! Thanks a lot

  • @7BlackJack8
    @7BlackJack8 Год назад

    pure gold

  • @bled_2033
    @bled_2033 4 года назад

    Great work!
    I like your video!

  • @rkgaming7579
    @rkgaming7579 2 года назад +1

    dude it's really nice explained subscribe...

  • @MRkumar-kx8rw
    @MRkumar-kx8rw 2 года назад

    Hi, thanks for detail steps and i have followed everything but in VPA recommendations are not showing

  • @thiagocnunes
    @thiagocnunes 3 года назад

    Amazing, thanks !

  • @omarnoureldin1838
    @omarnoureldin1838 2 года назад +1

    Great Video! Thanks for the detailed walk through.
    Just one question, why did we install the VPA from a container that can access our cluster, instead of directly installing it to our cluster like we did with the metrics server and application pods?

    • @MarcelDempers
      @MarcelDempers  2 года назад

      As far as I can remember at the time of this video, the VPA install scripts are Linux compatible only, requires few dependencies. Containers make this portable

  • @gmanIL
    @gmanIL 3 года назад

    Amazing Stuff. Thanks.

  • @pasqualepunzo3406
    @pasqualepunzo3406 4 года назад

    thank you marcel !

  • @romandolya4548
    @romandolya4548 2 года назад

    Awesome explanation!
    What theme are you using in vscode? It looks nice

  • @prashnttf
    @prashnttf 3 года назад

    Thanks a lot its really helpful.
    How do we reserve system allocatable over ami to for kubelet.

  • @bhaskar1843
    @bhaskar1843 2 года назад

    I think for autoscaling of nodes we already setup in our cloud like “target groups” and coming to pod level we use replica sets
    Then what will be purpose this pod level scaling again???

  • @mertcanoksuz745
    @mertcanoksuz745 3 года назад +2

    Very helpful video. A blessing to me, because I am currently working on my bachelors thesis. But I have a question. So using the VPA, you can define the requested resources more efficiently. But using the VPA brings no performance improvement, right? Because no matter what the current requested cpu is in the yaml file is, the pod will take as much resources as needed and available to my understanding (provided that there is no limit specified).

    • @MarcelDempers
      @MarcelDempers  2 года назад +1

      You're right. Requested value simply helps the scheduler predict where the best place to schedule the pod is.
      There is no performance impact or gain. The pod will use as much CPU as it can see, which is the "limit" field in the YAML.
      Sometimes it may see all cores in the node, but the kernel will restrict it to only the limit in the YAML.
      Linux kernel has built in CPU throttling that K8s uses

    • @mertcanoksuz745
      @mertcanoksuz745 2 года назад

      @@MarcelDempers Thank you very much for your quick response and further explanation. Have a great one!

  • @atanudebnath9173
    @atanudebnath9173 4 года назад

    Awesome 👍

  • @m19mesoto
    @m19mesoto 4 года назад

    Thank you!!!!!!!

  • @daemon9712
    @daemon9712 2 года назад

    As always awesome video and explaination.
    But i have one question, can we implement the VPA and HPA at the same time. If yes please make a video on that or explain in
    comment.
    Let suppose, we implement the VPA, and in the node we have limited resources in the node, then what will happen to that pod?
    If we want to enable VPA and Cluster Auto Scaler, who can we perform that?

    • @MarcelDempers
      @MarcelDempers  2 года назад

      You can use VPA\HPA\Cluster-autoscaler at the same time.
      The VPA will simply recommend resource limits based on actual usage. I would personally not have the VPA run in auto update mode. You need to manually set limits
      equests based on how you want to slice and dice your resources for pods.
      A resource hungry pod will use all resources on a node and starve it. You can add the cluster autoscaler to add more nodes when this happens

  • @MegaAVINASH24
    @MegaAVINASH24 3 года назад

    I am getting “error running summary “.
    Can you help me with the fix?
    I cloned from git and did kubectl apply

  • @gdevelek
    @gdevelek 2 года назад

    A critical question I have not found an answer for yet: in AUTO mode, how often does it intervene to make changes?

  • @creative-commons-videos
    @creative-commons-videos 3 года назад

    can you make a video on Rancher 2 ?

  • @EthanLR
    @EthanLR 3 года назад

    12:44 why use debian instead of alpine?
    Is a vpa able to be installed on alpine?
    And thanks for the video!

    • @MarcelDempers
      @MarcelDempers  3 года назад +1

      The VPA repo has a vpa-up script which is assumed to be executed on a person's PC to deploy the components. It seems to be written for debian\ubuntu based OS so did not want to deal with dependencies to attempt an alpine port. I'm sure you could get it to work on alpine but may require changes

    • @EthanLR
      @EthanLR 3 года назад

      @@MarcelDempers thanks

  • @AmanDeep-rv1sd
    @AmanDeep-rv1sd 2 года назад

    ive read that vpa shouldnt be used in prod as it regularly restarts the pods.. is this true?
    if yes and if I have to run it in dev env, how am I gonna do accurate load testing.. is the only way here is to replicate the load in prod and do manual load testing in dev?

    • @jurajnovotny4725
      @jurajnovotny4725 5 месяцев назад

      Hi, any news regarding the restarting the pods ? Did you have a chance to test it ?

  • @lukapiske
    @lukapiske 3 года назад

    Ou I am so much afraid now

  • @mooa6554
    @mooa6554 2 года назад +1

    Your videos are nice. Your muscular arms is sometimes distracting😀

  • @chornsokun
    @chornsokun 4 года назад

    You deserve a good haircut 😆

  • @bobfunk5055
    @bobfunk5055 Год назад

    Some great stuff in hear but editing out every breath into one long relentless barrage of words is tiring to listen to.