Is it possible to loadbalance/scale WINE?

Questions about Wine on Linux
Locked
desitdt
Newbie
Newbie
Posts: 1
Joined: Fri Jun 18, 2021 1:43 pm

Is it possible to loadbalance/scale WINE?

Post by desitdt »

I am looking to use WINE in kubernetes.

Is there a way to structure it so that I can add additional pods of "XYZ" to increase the resources behind the deployment?

I already have this deployed, and can increase the resource limits as I need. Each student gets their own deployment. However some students use application A which is not resource intensive, some use application B,...

Is there any way to break wine down so that I can add replicas when needed for specific deployments? Or am i limited to just increasing the resources that one deployment has at runtime (or dynamically with something like a VPA).
Locked