Re: Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-23 Thread Wei ZHOU
Hi, I wrote a blog last year. It has been published at https://www.shapeblue.com/cloudstack-autoscaling/ -Wei On Tue, 23 Jan 2024 at 15:02, Palash Biswas wrote: > Hey, > > Thanks for looking into improvements. I think if Terraform adds support for > autoscaling, it could really push more organ

Re: Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-23 Thread Palash Biswas
Hey, Thanks for looking into improvements. I think if Terraform adds support for autoscaling, it could really push more organizations toward Cloudstack. About the Scale Up/Down policy, it would be great if we could make it a two-way option. This would cover CPU/Memory, network In/Out, and the num

Re: Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-23 Thread Wei ZHOU
Hi, Currently the VM autoscaling group is associated with a load balancing rule. In the coming releases we might make the LB rule as optional so the feature will work with shared/L2 networks. To support multiple LB rules, it will be more complex as It requires some design changes and database chan

Re: Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-23 Thread Daan Hoogland
ah, this looks like you want to involve something like terraform in combination with a set of well prepared templates and autoscaling. I do not think this will be "ready to go"/"out of the box" functionality. For the autoscale group and for the container deployment separately there is functionality

Re: Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-22 Thread Palash Biswas
Here you go On Tue, 23 Jan 2024 at 3:04 PM, Daan Hoogland wrote: > Palesh, your image does not make it to the list. > > On Tue, Jan 23, 2024 at 6:16 AM Palash Biswas wrote: > > > Hi Daan/Community > > > > I've created a simplified diagram to help illustrate my requirement. > > Essentially, I

Re: Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-22 Thread Daan Hoogland
Palesh, your image does not make it to the list. On Tue, Jan 23, 2024 at 6:16 AM Palash Biswas wrote: > Hi Daan/Community > > I've created a simplified diagram to help illustrate my requirement. > Essentially, I need to set up two Auto Scaling groups for VM3 and VM4, each > of which hosts multip

Re: Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-22 Thread Palash Biswas
Hi Daan/Community I've created a simplified diagram to help illustrate my requirement. Essentially, I need to set up two Auto Scaling groups for VM3 and VM4, each of which hosts multiple containers, each with different port numbers. As you may know, when creating an Auto Scaling group, it's typic

Re: Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-22 Thread Daan Hoogland
Palash, can you please explain your use-case more precisely? What cloudstack environment and configuration are you using? what dimension do you expect to scale? regards, On Mon, Jan 22, 2024 at 11:48 AM Palash Biswas wrote: > > Hello community, > > Is there a way to integrate multiple load bala

Autoscaling with Multiple Load Balancers for Docker Containers

2024-01-22 Thread Palash Biswas
Hello community, Is there a way to integrate multiple load balancers into the autoscaling group without using Kubernetes or Docker Swarm? I have Docker containers on various ports, and I aim to achieve autoscaling for the VM. Please provide guidance on implementing autoscaling with multiple runnin