conjure-up dev summary: you like LXD? we like LXD. Put your floaties on and step up to the Helm!
Adam Stokes
on 26 August 2017
Tags: CLI , command line , conjure-up , containers , kubernetes , Public cloud
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.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 last week we've been looking into other products to integrate on top of our Canonical Distribution of Kubernetes (CDK). It seemed appropriate to add a package manager for k8s. 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:$ helm install stable/ghost
$ helm install stable/dokuwiki
Check out more Helm charts
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.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
Ubuntu on public clouds
There is no one size fits all cloud architecture.
Developing the optimum cloud strategy requires evaluating your business needs and aligning them with the different solutions available.
Newsletter signup
Related posts
How to use Ubuntu in GKE on nodes and in containers
Google Kubernetes Engine (GKE) traces its roots back to Google’s development of Borg in 2004, a Google internal system managing clusters and applications. In...
Integrating the Ubuntu Snapshot Service into systems management and update tools
Ubuntu recently released a snapshot service to use the archive as it was at a point in history. This article explains how to integrate this into systems...
Managed Apps on Public Cloud: Why Operations Matter, Part II
In the first part of this blog journey (I’d call it a post, but it’s actually two posts) we explored what operational excellence looks like in public cloud...