Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CloudNativeCon + KubeCon 2016: Autoscaling Containers... with Math

CloudNativeCon + KubeCon 2016: Autoscaling Containers... with Math

http://sched.co/8K3h

Docker and Kubernetes provides delightful APIs to show various statuses of our
applications. From CPU, Load average, HTTP response times, etc. we all have
what we need to make sure our app is running healthily. When things are on
fire, we Ops people twiddle some knobs like spin up more Pods to keep things
going. We use mostly our experience and knowledge of the systems that we are
running to know what to do.

However, if you look at everyday things like your airconditioners and
thermostats, they don't have an Ops team that gets paged to set the correct
level of the coolant to set your room to the right temperature. They use some
math behind called *Control Theory* to keep your room's temperature stable. In
this talk, I will show how we can use the same concepts to autoscale and manage
the health of our applications on Kubernetes.

Allan Espinosa

November 08, 2016
Tweet

More Decks by Allan Espinosa

Other Decks in Technology

Transcript

  1. @AllanEspinosa Autoscaling Target HPA Number of Pods RC Utilization Heapster

    Utilization Traffic http://kubernetes.io/docs/user-guide/horizontal-pod-autoscaling/
  2. @AllanEspinosa Controllers () + () () () () () −

    () = () − () () = ∞ ∑ =−∞ ( − )()
  3. @AllanEspinosa Integral Control () = ( − 1) + ()

    • reduce steady-state error • increase settling times
  4. @AllanEspinosa Derivative Control () = [() − ( − 1)]

    • decrease settling times • sensitive to noise
  5. @AllanEspinosa Non-linearity 40 50 60 70 80 90 100 300

    500 700 900 Number of Replicas CPU Utilization
  6. @AllanEspinosa Other Applications • response time vs keepalive timeout •

    memory vs worker connections • multiple input-multiple output Autotuning, Autoconfiguration
  7. @AllanEspinosa Summary • iterate on feedback • effectiveness of feedback

    • linear models go a long way • re-evaluate your models!
  8. @AllanEspinosa References P. Janert, Feedback Control for Computer Sys- tems,

    Sebastapol, CA: O’Reilly Media, 2014. J. Hellerstein, et. al., Feedback Control of Com- putingSystems,Hoboken,NJ:JohnWiley&Sons, 2004.