Skip to main content

Blog posts tagged
"LXD"


Jeremie Deray
3 July 2020

Feeling at home in a LXD container

Robotics Ubuntu tech blog

In this post, we will see how we can containerize our home in LXD simply managing our personal configuration files – a.k.a. dotfiles. Yeah dotfiles, named after their common ~/.my_config form, you know, all of those small configuration files lying across our $HOME. In other words, how one can change the house while keeping the ...


Eduardo Aguilar Pelaez
29 June 2020

Data centre automation for HPC

Cloud and server Ubuntu tech blog

Friction points in HPC DevOps Many High Performance Computing (HPC) setups are still handcrafted configurations where tuning changes can take days or weeks. This is because the more you tune and optimise something, the more bespoke and unique it is, and the more unique something is, the lower the chances that things will just work ...


sidfaber
29 June 2020

Installing ROS in LXD Containers

Cloud and server Ubuntu tech blog

It’s the season for updates. The last few weeks have ushered in ROS 1 Noetic and ROS 2 Foxy, both of which target the recently released Ubuntu 20.04 Focal Fossa. As always, new releases come with trepidation: how can I install new software and test compatibility, yet keep my own environment stable until I know ...


Eduardo Aguilar Pelaez
24 June 2020

MAAS 2.8 – new features

MAAS Ubuntu tech blog

What’s new? This new release of MAAS brings three key new benefits: Virtual machines with LXD (Beta) Tighter, more responsive UX External/remote PostgreSQL database If you know what you want, go to maas.io/install, otherwise let’s dive in and explore these further. Virtual machines (VMs) with LXD (Beta) MAAS 2.8 can set up L XD-based VM ...


Canonical
15 June 2020

OVHcloud drives flash storage strategy with LXD

Ceph Ubuntu tech blog

With more than 1.5 million global customers – including Sainsburys and Michelin – OVHcloud is Europe’s largest cloud computing provider, and the third largest web hosting company in the world. It goes without saying that storage is mission critical for an organisation like OVHcloud, but finding a solution that was compatible with their ex ...


Ted Kern
6 March 2020

ROS Development with LXD

Internet of Things Ubuntu tech blog

Linux containers allow for easy isolation of developer environments. If you’re often working with a bunch of different ROS versions, it’s a lot easier to do your work entirely in containers. Getting Started You’ll first need to install LXD using snap. Note Throughout this guide I will be using the hostname to distinguish which machine ...


Camille Rodriguez
17 October 2019

Kubernetes on a single machine

Cloud and server Ubuntu tech blog

As developers, we do not always have access to a production-like environment to test new features and run proof-of-concepts. This is why it can be very interesting to deploy Kubernetes on a single machine. Of course, there is the new microk8s snap that allows a super fast deployment of a k8s cluster on a laptop ...


joemcmanus
29 August 2019

LXD in 4 Easy Steps

Cloud and server Ubuntu tech blog

I needed to install a clean instance of Bionic to test some code, but I did not want to use a full virtual machine as I was in a hurry.  To do this, I used LXD to quickly deploy new Bionic and Xenial instances in minutes.  If you are not familiar with LXD, it is ...


Alex Cattle
18 July 2019

How to build a lightweight system container cluster

Cloud and server Ubuntu tech blog

LXD, the system container manager, developed by Canonical and shipped by default with Ubuntu, makes it possible to create many containers of various Linux distributions and manage them in a way similar to virtual machines (VMs) but with lower overhead costs associated with them. Unlike VMs, containers have the benefit of using a shared ke ...


Igor Ljubuncic
14 March 2019

Make your snap development faster

Desktop Ubuntu tech blog

“All my centurions develop using snaps.” Julius Caesar By and large, software development can be an enjoyable process. Until you hit the first error, that is. At that point, you want to get past the stumbling blocks as quickly as possible and resume building your apps. A robust, flexible development framework can make a big ...


Stéphane Graber
26 February 2019

Using LXD on your Chromebook

Cloud and server Ubuntu tech blog

Introduction On supported Chromebook, starting with Chrome OS 69, a new feature called Linux Apps was introduced. This allows Chrome OS users, on supported to install normal Linux applications from the Debian repository and have them integrate with the underlying Chrome OS desktop. The feature has evolved quite a bit since its introductio ...