Meetup will be in hybrid mode and all presentations will be in english. The physical part takes place in Applifting. Online stream will be available on Bevy platform for registered users. Records will be published to community's Youtube channel
Speakers
Martin Hanzík
Applifting Cloud
CTO & Co-founder
Zbynek Roubalik
Kedify
CTO
Moderator
Zdeněk Váňa
Prusa Research / Freelance
Cloud & DevOps Team Lead / Cloud Native Architect
When
Tuesday, November 14, 2023 4:30 PM – 9:00 PM (UTC)
[EN] Cutting off-peak costs without people complaining - Martin Hanzík
Scaling down your unused services during night or weekends is a common practice nowadays. But what happens when someone actually needs them? How can they turn them on with the least amount of hassle? Let's find out.
Break
[EN] Elastic Kubernetes - Zbyněk Roubalík
One of key characteristics of modern platforms is their ability to dynamically scale applications, including a scale down to zero when the application is not used so that they don't cost anything. This session gives an overview of how Kubernetes, the leading container orchestration platform, allows elastic scaling of your application. You will learn about Kubernetes intrinsic auto-scaling capabilities like the Horizontal Pod Autoscaler (HPA) or the Vertical Pod Autoscaler (VPA) and how to use it with your application. Kubernetes does not support autoscale-to-zero or custom metrics out of the box. But luckily, there are projects like KEDA that brings those missing capabilities and more to your cluster. We will learn about the right approaches to autoscale apps and see live demos.