I Fixed Kubernetes Autoscaling using Machine Learning | ft. Keda & Prophet

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

КОМЕНТАРІ • 6

  • @amitkesari2000
    @amitkesari2000 Місяць тому +1

    Hi, great video!
    Wanted to know how is this more reliable or resilient than using vanilla Prometheus query in keda, especially in case of spikes?

    • @YourTechBudCodes
      @YourTechBudCodes  Місяць тому +1

      I'd say use both. The goal of the Predictive Autoscaler is to increase the number of pods before the load hits. This gives k8s ample time to go ahead and schedule new pods.
      Even if the replica count predicted by our autoscaler is off, its fine cause the backup scaler can cover the difference once the load hits.

  • @abhishekkhanna1349
    @abhishekkhanna1349 10 місяців тому

    Amazing use case

  • @sharadregoti7742
    @sharadregoti7742 10 місяців тому

    Nice