5

I've looked at this post for setting up juju on a local environment with lxc. However, is there a way to use juju with lxc in a non-local environment?

I am looking at a scenario where lxc containers are deployed on multiple nodes. I.e., lets say I have virtual machines m1 and m2 with wordpress deployed on a container in m1 and mysql deployed on a container in m2. Is there a way to orchestrate these deployments with juju?

Preethi
  • 51
  • 1

1 Answers1

2

Currently the LXC container provider is meant to be used on your local machine, like your laptop.

There currently is no way to do what you want with Juju and LXC, though it's a nice idea. I recommend filing a feature request bug on juju:

Jorge Castro
  • 71,754