I have been reading up on Juju 2.0 and done a few basic tutorials to install juju and deploy some charms on my local machine. I have also setup a MAAS server. What I want to do is write some applications on my localhost and deploy them to my MAAS server using Juju.
How can I do this? Am I using the right paradigm? I thought Juju is analogous to Docker compose and I've used Docker in a Continuous Delivery pipeline so that my local environment is similar to production for quick repeatable deployments.