Lightning Talk: Schedule the Scaling of Your Kubernetes Resources Using kube-start-stop
Almost every Kubernetes cluster out there has unwanted resources running 24/7 even if those resources are only used within the work week. Cloud providers have schedulers to solve that problem for VMs, …
Talk Title | Lightning Talk: Schedule the Scaling of Your Kubernetes Resources Using kube-start-stop |
Speakers | Lili Cosic (Senior Software Engineer, Red Hat) |
Conference | KubeCon + CloudNativeCon Europe |
Conf Tag | |
Location | Copenhagen, Denmark |
Date | Apr 30-May 4, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
Almost every Kubernetes cluster out there has unwanted resources running 24/7 even if those resources are only used within the work week. Cloud providers have schedulers to solve that problem for VMs, with them you can easily schedule your instances. But in the Kubernetes world your resources are scattered around different instances and machines. In this lighting talk you will learn all about how to easily scale your Kubernetes resources on a schedule, using the open source tool k8s-start-stop.