Skip to main content

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 us. A member of our team will be in touch shortly. Close

Blog posts tagged
"containers"


Matt Bruzek
21 July 2015

Kubernetes v1.0 is released!

Cloud and server Article

The Google Cloud Platform released version 1.0 of the Kubernetes project. The name “kubernetes” originates from Greek, meaning “helmsman” or “pilot”. Kubernetes is an open source software system for managing containerized applications across multiple hosts. It handles the scheduling the nodes, and reorganizes the cluster when workloads ...


Charles Butler
21 July 2015

Launch the newly released kubernetes 1.0.0 with Juju

Cloud and server Article

Kubernetes 1.0 launched today!And in the spirit of Kubernetes reaching this major milestone, we’ve beentracking upstream development to enable a strong story across the two perspectivesa user can enter the container cluster management space: as a co ...


Jorge O. Castro
6 July 2015

Juju at Dockercon 2015

Cloud and server Article

Canonical sent three Juju Ecosystem developers and one Juju core developer to Dockercon 2015 in San Francisco during which we participated in a multi-company hackathon team; threw a marketing event featuring industry luminaries; and made connections with many potential charm authors and partners. We learned loads, preached a lot of good J ...


Canonical
30 June 2015

Publishing LXD images

Cloud and server Article

While some work remains to be done for ‘lxc publish’, the current support is sufficient to show a full cycle of image workload with lxd.Ubuntu wily comes with systemd by default. Sometimes you might need a wily container with upstart. And to repeatedly reproduce some tests on wily with upstart, you might want to create a container image ...


Tom Callway
25 June 2015

It’s all about containers! ODS keynote

Cloud and server Videos

It’s all about containers. All attention is turning to new and innovative variants of this cloud development technology. From LXC and Docker to our recent introduction, LXD – all signs point to an explosion in appetite for for containers, and the many benefits they bring to developers. Containers are revolutionizing the way the enterprise ...


Dustin Kirkland
22 June 2015

Container-to-Container Networking: The Bits have Hit the Fan!

Cloud and server Article

A thing of beautyIf you read my last post, perhaps you followed the embedded instructions and ran hundreds of LXD system containers on your own Ubuntu machine.Or perhaps you’re already a Docker enthusiast and your super savvy microservice architecture orchestrates dozens of applications among a pile of process containers.Either way, the m ...


Dustin Kirkland
22 June 2015

The Fan overlay network for container addresses, from Canonical

Cloud and server Article

Today, Canonical introduces the Fan overlay network system in Ubuntu in test images for Amazon Web Services and Google Compute Engine, delivering the fastest and most scalable address expansion mechanism in the container world. The Fan enables cloud users to grow the number of Docker and LXD containers they can address in a single cloud e ...


Canonical
18 June 2015

Certified Ubuntu images now optimized for Joyent Triton containers

Cloud and server Article

Joyent Expands Triton Elastic Container Infrastructure Beyond Docker, Adds Support for Container-Native Linux on Bare Metal Partners with Canonical to provide certified and supported Ubuntu images, optimized to run natively on bare metal on Triton Infrastructure Containers Joyent Inc., the container-native infrastructure company, today an ...


Corey Bryant
17 June 2015

Deploying OpenStack from source to scalable multi-node environments

Cloud and server Article

The Juju OpenStack charms now have support for deploying OpenStack from source! This means that you can point the charms at the OpenStack git repositories/branches of your choice, whether they’re the well known upstream repos or your own modified repos, and deploy to your choice of substrate via Juju (to metal via MAAS, private/public clo ...


Dustin Kirkland
11 June 2015

How many containers can you run on your machine?

Cloud and server Article

652 Linux containers running on a Laptop?  Are you kidding me???A couple of weeks ago, at the OpenStack Summit in Vancouver, Canonical released the results of some scalability testing of Linux containers (LXC) managed by LXD.Ryan Harper and James Page presented their results — some 536 Linux containers on a very modest little Intel server ...


Canonical
27 May 2015

Introducing pylxd

Cloud and server Article

In part of my work for nova-compute-lxd, we use a combination of httplib, UNIX domain sockets, and JSON to talk to the LXD daemon via the REST API. Talking to various people involved in the LXD project, I have decided to split this part of nova-compute-lxd into its own project called pylxd. Pylxd is a ...