Home Speaking about scaling Workloads and Azure DevOps Agents running in Kubernetes with KEDA at the Azure User Group Sweden
Post
Cancel

Speaking about scaling Workloads and Azure DevOps Agents running in Kubernetes with KEDA at the Azure User Group Sweden

I’m excited to be speaking at the next Azure User Group Sweden meetup. My session, titled “Level Up your Kubernetes Scaling with KEDA”, will be held online on August 26, 2023.

In my session, we will discuss the importance of handling varying loads in service-oriented applications and the challenges modern applications face. We will explore how Kubernetes offers a way to vary the number of application instances running based on CPU or RAM utilization with the Horizontal Pod Autoscaler, but how this may not be enough. We will dive into how external events can impact application scaling and how we can configure Kubernetes for “scale to 0” to run applications only when needed.

Throughout the session, I will provide practical examples of how to create and configure autoscalers using Azure Kubernetes Service and KEDA (Kubernetes Event-driven Autoscaling) to respond to external events and scale applications in Kubernetes accordingly.

You can find my session on Meetup. Don’t miss out on this opportunity to learn about Kubernetes scaling with KEDA. I hope to see you there!

The abstract for my session is as follows:

Level Up your Kubernetes Scaling with KEDA

Whether it is a normal workday or Black Friday, service-oriented applications must be able to handle varying loads. This is the only way to ensure that users are provided with a good experience and that costs are kept to a minimum.

Kubernetes offers a way to vary the number of application instances running based on CPU or RAM utilization with the Horizontal Pod Autoscaler. However, modern applications often depend on a variety of components and should be able to respond to external events. These may include new messages in a queue or metrics in Azure Monitor. As an application developer or operation manager, what do I need to consider to ensure that my application can respond to these events? How can I configure Kubernetes for “scale to 0” to run my application only when needed?

Using Azure Kubernetes Service and KEDA (Kubernetes Event-driven Autoscaling), this session will show practical examples of how to create and configure autoscalers to respond to external events and scale applications in Kubernetes accordingly.

Slides of the Talk

You can find the slides of the talk on GitHub.

Watch on Youtube

You can find the recording of the talk on Youtube.

This post is licensed under CC BY 4.0 by the author.

Configuring DNS still sucks in 2023 (featuring Azure Static Web App)

Video - Level Up your Kubernetes Scaling with KEDA - Azure User Group Sweden

Comments powered by Disqus.