December 5, 2019

237 words 2 mins read

Load Testing Kubernetes: How to Optimize Your Cluster Resource Allocation in Production

Load Testing Kubernetes: How to Optimize Your Cluster Resource Allocation in Production

So you've carefully crafted your first Kubernetes service, and you're ready to deploy it to production. Well, not quite: there are still some important unknowns to understand before your service will …

Talk Title Load Testing Kubernetes: How to Optimize Your Cluster Resource Allocation in Production
Speakers Harrison Harnisch (Staff Software Engineer, ZEIT)
Conference KubeCon + CloudNativeCon North America
Conf Tag
Location Austin, TX, United States
Date Dec 4- 8, 2017
URL Talk Page
Slides Talk Slides
Video

So you’ve carefully crafted your first Kubernetes service, and you’re ready to deploy it to production. Well, not quite: there are still some important unknowns to understand before your service will be ready for production traffic. It’s still unclear how the new service behaves when it’s being pushed, and it’s possible that Kubernetes will kill the service before serving a single request. At Buffer, we’ve developed a technique to optimize Kubernetes deployment limits by using load testing to identify optimal values for resource limits. When the service is under heavy load there are a few key metrics to watch to identify bottlenecks. These key metrics can be used to adjust resource limits. This real world approach allowed us to safely and efficiently switch over more than half our production traffic to our Kubernetes cluster and can be applied to any application. This talk will include a live demo of how to tune Etcd using methods we do at Buffer.

comments powered by Disqus