Setup Broker
Setup
QScaler scales using broker message as a queue and monitors it. To use it, deploy a message broker in K8s.
Redis
To use redis with in memory storage as the queue message broker install it with:
helm upgrade -n YOUR_NAMESPACE --install redis oci://registry-1.docker.io/bitnamicharts/redis \
--set global.redis.password=YOUR_PASSWORD_HERE \
--set architecture=standalone \
--set persistence=false
Then create a QScaler crd that will be consumed by the controller and workers: