Scaling an AKS (Azure Kubernetes Services) cluster explained in plain English

Поділитися
Вставка
  • Опубліковано 15 жов 2024

КОМЕНТАРІ • 13

  • @Muthukumar-ie5tj
    @Muthukumar-ie5tj 3 роки тому

    Good content ,keep doing more production grade AKS videos

    • @cloud-monk
      @cloud-monk  2 роки тому +1

      Thank you Muthu for your feedback

  • @AfzalKhan-nq5eu
    @AfzalKhan-nq5eu 2 роки тому

    Very good, quick and easy to understand videos. Thanks very much

  • @filinator33
    @filinator33 2 роки тому

    nicely done. Good job describing the scaling events and timings. I could listen to you instruct on how to make a baloney sandwich!

  • @saikumar555
    @saikumar555 3 роки тому

    Your explanation is simple and easy to understand keep it up !!

    • @cloud-monk
      @cloud-monk  2 роки тому

      Thank you for the feedback Sai

  • @lifechamp007
    @lifechamp007 2 роки тому

    Super helpful - Thank you so much !! #StayBlessednHappy

  • @bharathkumar-ee3xj
    @bharathkumar-ee3xj Рік тому

    Before going to automatic scale for worker nodes, we want to install the metric server in the AKS cluster have been, right...?

  • @hitmanvivek
    @hitmanvivek 3 роки тому

    How do i specify limits on a cluster autoscale or how cluster autoscale knows at what condition it should scale

    • @cloud-monk
      @cloud-monk  3 роки тому

      you can use this to configure granular details for autoscaler configuration docs.microsoft.com/en-us/azure/aks/cluster-autoscaler#using-the-autoscaler-profile

    • @JenaTofan
      @JenaTofan 2 роки тому

      If you want to configure pod autoscaller , you need to specify the targetCPU utilization in your deployment manifest. And you need create a object kind autoscaller, in this manifest you can specify the minimum pod count and maximium pod count .

    • @joobis.b4568
      @joobis.b4568 6 місяців тому

      @@cloud-monk from reading the doc what I understood is for scale-down, we can use `scale-down-utilization-threshold` , but for scale-up there is no such config, if there are any unschedulable pods then it tries to scale-up, cmiiw

  • @DocJet-y3i
    @DocJet-y3i 7 місяців тому

    just get to the point.