DEV Community

Cover image for Autoscaling Kubernetes using RabbitMQ
Daniel Persson
Daniel Persson

Posted on

Autoscaling Kubernetes using RabbitMQ

Needed to find a way to scale our Kubernetes pods at work. Figured out how to scaled depending on CPU or queue.

We look into scaling Kubernetes using a RabbitMQ queue or using horizontal autoscaling. There are guides for autoscaling using CPU, and I found a repository for RabbitMQ scaling. I will do the operations I've detailed in the git repository below.

Top comments (1)

Collapse
 
sidpalas profile image
sidpalas

Great overview -- Really high information bandwidth but also clear & concise!