rcarrata / containerdays22-vpa

ContainerDays 22 - Predictive autoscaling patterns in Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContainerDays 2022 - Predictive Autoscaling Patterns in Kubernetes

Abstract

During this talk we will demonstrate how your applications can benefit from Vertical Pod Autoscaler improving the responsiveness and performance of your workloads in Kubernetes environments.

We will analyze the best practices and deployment patterns to include in an easy way these new features that can be integrated with your applications custom metrics.

After this talk, you will understand the implementation details and the architecture highlights, freeing your developers from the necessity of setting up-to-date resource limits and requests for the containers in their pods allowing them to focus on their business application development, making possible scale applications in a predictive and efficient way.

Run the Demo

git clone https://github.com/rcarrata/containerdays22-vpa.git
bash assets/demo-k8s.sh

Enjoy! :)

Demo Walkthrough

If you want to sneak peak the demo without running it in your k8s cluster, check out this walkthrough:

Slides

Contributors / Maintainers

About

ContainerDays 22 - Predictive autoscaling patterns in Kubernetes

License:GNU Affero General Public License v3.0


Languages

Language:Shell 100.0%