Hello everyone,
I have a MAAS cluster, in which I deployed Juju and configured an LXD cluster as KVM hosts (these will be used to create VMs on-demand when we deploy with Juju)
I am trying to deploy charmed applications in HA and bundles on top of LXD in MAAS, but the VM/machines creation is uneven, and I am unable to control the Juju deployment target using Availability Zones as a constraint, since the whole LXD cluster is in a single AZ (unlike having 3 separate LXD nodes each with its own AZ)
Can anyone please tell me how to control deploying those VMs on the LXD nodes?
My intention is to deploy charmed-kubernetes, with as even distribution as possible for the same HA application across all 3 LXD cluster nodes.
Thanks,
Henry