---
title: 'conjure-up dev summary: you like LXD? we like LXD. Put your floaties on and
  step up to the Helm!'
description: LXDWe’ve taken some preliminary steps in providing the user better feedback
  when wanting to deploy onto the localhost provider. If conjure-up isn’t able to
  talk to the same API endpoints Juju can then our probability of success is next
  to none.We do some fancy realtime UI updates so […]
url: https://canonical-com-2950.demos.haus/blog/conjure-up-dev-summary-you-like-lxd-we-like-lxd-put-your-floaties-on-and-step-up-to-the-helm?format=md
---

1. [Blog](https://canonical-com-2950.demos.haus/blog)
2. Article

---

[Adam Stokes](https://canonical-com-2950.demos.haus/blog/author/adam-stokes "More about Adam Stokes")

26 August 2017

# conjure-up dev summary: you like LXD? we like LXD. Put your floaties on and step up to the Helm!

[CLI](https://canonical-com-2950.demos.haus/blog/tag/cli)
[command line](https://canonical-com-2950.demos.haus/blog/tag/command-line)
[conjure-up](https://canonical-com-2950.demos.haus/blog/tag/conjure-up)
[containers](https://canonical-com-2950.demos.haus/blog/tag/containers)
[kubernetes](https://canonical-com-2950.demos.haus/blog/tag/kubernetes)
[Public cloud](https://canonical-com-2950.demos.haus/blog/tag/public-cloud)

---

Share the article

## LXD

We've taken some preliminary steps in providing the user better feedback when wanting to deploy onto the localhost provider. If **conjure-up** isn't able to talk to the same API endpoints Juju can then our probability of success is next to none.
We do some fancy realtime UI updates so if you `snap install lxd` from another terminal **conjure-up** will automatically enable your localhost selection and allow you to proceed on.
Also, we've extended our LXD support to allow you to select from known network bridges and storage pools.

## Helm

Since [**enabling addons support**](http://blog.astokes.org/conjure-up-dev-summary-aws-cloud-native-integration-and-vsphere-3/) last week we've been looking into other products to integrate on top of our [**Canonical Distribution of Kubernetes (CDK)**](https://www.ubuntu.com/containers/kubernetes). It seemed appropriate to add [a package manager for k8s](https://helm.sh/). What's really nice about this is since we've enabled native cloud integration with **AWS** now **Helm** can easily take advantage of things like persistent storage when deploying applications such as databases.
Getting **Helm** installed and ready to go is easy. Simply select it from our CDK spell addons:
If needed, changing the **Helm** version you wish to install is available in our configuration screen:
Once the deployment is complete you can start using **Helm** immediately with no additional configuration steps!
You are now ready to go forth and install applications on top of your production grade Kubernetes :)
Give it a try:

```
$ helm install stable/ghost
$ helm install stable/dokuwiki
```

[Check out more Helm charts](https://kubeapps.com/)

### Do you have an application for Kubernetes?

If you do and you want a streamlined and guided way to get that application into your users hands, [let's talk](https://rocket.ubuntu.com/channel/conjure-up).

### How to use these features

Currently, **conjure-up** in our snap `--edge` channel contains all the latest features outlined in this summary:

```
sudo snap install conjure-up --classic --edge
```

Or to upgrade from stable

```
sudo snap refresh conjure-up --edge
```

## Sign up for our newsletter

Get the latest Canonical news and updates in your inbox.

Work email:

\*I agree to receive information about Canonical's
products and services.

By submitting this form, I confirm that I have read and agree to [Canonical's Privacy Policy](https://canonical-com-2950.demos.haus/legal/dataprivacy).

Sign up

## Share on

---

## Related posts

[### Ubuntu worker nodes for OKE now in Limited Availability](https://canonical-com-2950.demos.haus/blog/ubuntu-worker-nodes-for-oracle-oke-now-in-limited-availability)

Oracle Kubernetes Engine now supports Ubuntu images for worker nodes natively, with no need for custom images 8 October 2025 – Today Canonical, the publisher of Ubuntu,...

[Aaron Whitehouse](https://canonical-com-2950.demos.haus/blog/author/aaron-whitehouse)

8 October 2025

[### Canonical partners with Snyk for scanning chiseled Ubuntu containers](https://canonical-com-2950.demos.haus/blog/canonical-partners-with-snyk-for-scanning-chiseled-ubuntu-containers)

Canonical, the publisher of Ubuntu, is pleased to announce a new partnership with developer-focused cybersecurity company Snyk. Snyk Container, Snyk’s container security...

[Canonical](https://canonical-com-2950.demos.haus/blog/author/canonical)

20 March 2026

[### How to set up a micro lab: four principles for a reliable homelab](https://canonical-com-2950.demos.haus/blog/how-to-set-up-a-reliable-homelab)

After over a decade of running a homelab, I have learned a few difficult lessons. Although it begins as a “lab,” you inevitably end up with something you want to keep. If a...

[Jake Nabasny](https://canonical-com-2950.demos.haus/blog/author/slapcat)

17 March 2026

[### Deploy your Spring Boot application to production](https://canonical-com-2950.demos.haus/blog/deploy-spring-application-to-production)

In this article we walk through the steps required to deploy a Spring Boot application to production using Juju and Kubernetes. The goal is to showcase the integration of the...

[Javier de la Puente](https://canonical-com-2950.demos.haus/blog/author/javierdelapuente)

13 January 2026
