Installation instructions are included below

Dec 22, 2016 22:39 GMT  ·  By

Shortly after the official release of the major open-source production-grade container orchestration management Kubernetes 1.5 stable branch last week, Canonical proudly announced the availability of its own distribution of Kubernetes for Ubuntu 16.04 LTS (Xenial Xerus) systems.

Providing users with a pure upstream distribution of Kubernetes, Canonical offers them full support for Kubernetes 1.5.1, CNI (Container Network Interface) support for Charms, which paves the way for support of other CNI -based SDN (Software Defined Network) apps like Weave and Calico, as well as debug actions for the kubernetes-worker and kubernetes-master Charms.

"We’re proud to announce support for 1.5.1 in the Canonical Distribution of Kubernetes. This is a pure upstream distribution of Kubernetes, designed to be easily deployable to public clouds, on-premise, bare metal, and developer laptops. Kubernetes 1.5.1 includes a ton of new features and bugfixes," said Jorge O. Castro, Cloud Liaison, Canonical.

Here's how to install Kubernetes 1.5.1 right now on your Ubuntu 16.04 LTS PC

Those of you who ever dreamed of installing the latest stable release of Kubernetes on their Ubuntu Linux operating systems can do it now as Canonical provided a couple of PPAs (Personal Package Archives) that include all the packages needed to get a Kubernetes 1.5.1 cluster up and running in minutes.

To get started, open the Terminal app or switch to a TTY using the ALT+F2 key combination and add the two PPA repositories using the first set of commands listed below. Once you've added the two PPAs, it's time to update your system and install the required packages. The last command is used for starting the Kubernetes cluster.

sudo apt-add-repository ppa:juju/stable
sudo apt-add-repository ppa:conjure-up/next
sudo apt update
sudo apt install conjure-up
conjure-up kubernetes