How we can do the Horizontal scaling of a Custom/VRT microservice in Vahana Architecture?

How we can do the Horizontal scaling of a Custom/VRT microservice in Vahana Architecture?

3 Likes

@Vikas_Dhillon Could you pls help into this?

3 Likes

If you are using Kubernetes, you can set no. of replicas in YAML file for autoscaling.

Hi @Dilip_Vishwakarma , what are the other possibilities for example for non Eks environments?

I have a custom microservice. Previously, only a single instance was running. However, due to customer demand, we now need to scale our custom microservice and implement load balancing. How can we achieve this for EKS, Docker, or a JAR deployment?