I am new to both Nats and Kubernetes. I created a python console application that is subscribed to nats-server and wrapped in a pod with a Deployment object in Kubernetes. Now I want to auto-scale the pod based on the number of events published in nats-server for this python client. How I can do that ? can anybody give me an idea?
Thanks in advance.