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)
Great overview -- Really high information bandwidth but also clear & concise!