Your submission was sent successfully! Close

Thank you for signing up for our newsletter!
In these regular emails you will find the latest updates from Canonical and upcoming events where you can meet our team.Close

Thank you for contacting our team. We will be in touch shortly.Close

Blog posts tagged
"LXD"


Stéphane Graber
27 February 2017

Ubuntu Core in LXD containers

Cloud and server Article

What’s Ubuntu Core? Ubuntu Core is a version of Ubuntu that’s fully transactional and entirely based on snap packages. Most of the system is read-only. All installed applications come from snap packages and all updates are done using transactions. Meaning … Continue reading → ...


Dustin Kirkland
25 February 2017

HOWTO: Automatically import your public SSH keys into LXD Instances

Cloud and server Article

Just another reason why LXD is so awesome…You can easily configure your own cloud-init configuration into your LXD instance profile.In my case, I want cloud-init to automatically ssh-import-id kirkland, to fetch my keys from Launchpad.  Alternat ...


Stéphane Graber
22 February 2017

LXD on Debian (using snapd)

Cloud and server Article

Introduction So far all my blog posts about LXD have been assuming an Ubuntu host with LXD installed from packages, as a snap or from source. But LXD is perfectly happy to run on any Linux distribution which has the … Continue reading → ...


Stéphane Graber
20 February 2017

Running Kubernetes inside LXD

Cloud and server Article

Introduction For those who haven’t heard of Kubernetes before, it’s defined by the upstream project as: Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. It groups containers that make up an application into logical … Continue reading → ...


Stéphane Graber
14 February 2017

Network management with LXD (2.3+)

Cloud and server Article

Introduction When LXD 2.0 shipped with Ubuntu 16.04, LXD networking was pretty simple. You could either use that “lxdbr0” bridge that “lxd init” would have you configure, provide your own or just use an existing physical interface for your containers. … Continue reading → ...


didrocks
18 January 2017

5 Cool things Canonical does with Go

Cloud and server Article

We had the recent news that Google’s Go was awarded programming language of 2016 by TIOBE! One of the main reasons for winning is the ease of learning and pragmatic nature. It’s less about theoretical nature and more about hands-on-experience, which is why more and more customers are adopting go in Industrial settings. At Canonical ...


Tom Callway
4 January 2017

Join our OpenStack and Containers Office Hours

Cloud and server Article

Sign-up for a 1 hour web session with an expert from Canonical Starting in 2017, we will be running a series of ‘Office Hours’ online sessions to help community members and customers deploy, manage and scale their Ubuntu-based cloud infrastructure. Upcoming sessions New sessions will be announced soon, stay tuned! What’s covered? These in ...


Canonical
8 December 2016

Mounting your home directory in LXD

Cloud and server Article

As of LXD stable 2.0.8 and feature release 2.6, LXD has support for various UID and GID map related manipulaions. A common question is: “How do I bind-mount my home directory into a container?” and before the answer was “well, it’s complicated but you can do it; it’s slightly less complicated if you do it ...


Stéphane Graber
7 December 2016

LXD 2.0: LXD and OpenStack [11/12]

Cloud and server Article

This is the eleventh blog post in this series about LXD 2.0. Introduction First of all, sorry for the delay. It took quite a long time before I finally managed to get all of this going. My first attempts were using devstack which ran into a number of issues that had to be resolved. Yet ...


Canonical
1 December 2016

Canonical’s Distribution of Kubernetes reduces operational friction

Cloud and server Article

Linux containers (LXC) are one of the hottest technologies in the market today. Developers are adopting containers, especially Docker, as a way to speed-up development cycles and deliver code into testing or production environments much faster than traditional methods. With the largest base of LXC, LXD, and Docker users, Ubuntu has long b ...


Adam Stokes
21 November 2016

conjure-up Canonical Kubernetes under LXD today!

Cloud and server Article

We’ve just added the Localhost (LXD) cloud type to the list of supported cloud type on which you can deploy The Canonical Distribution of Kubernetes. What does this mean? Just like with our OpenStack offering you can now have Kubernetes deployed and running all on a single machine. All moving parts are confined inside their ...


Jorge O. Castro
17 November 2016

Kubernetes the easy way

Cloud and server Article

If you’re interested in running Kubernetes you’ve probably heard of Kelsey Hightower’s Kubernetes the Hard Way. Exercises like these are important, they highlight the coordination needed between components in modern stacks, and it highlights how far the world has come when it comes to software automation. Could you imagine if you had to s ...