Install Kubernetes with conjure-up

Overview

Duration: 1

This tutorial will guide you through the installation of the Canonical Distribution of Kubernetes® with a few simple commands using conjure-up.

The Canonical Distribution of Kubernetes®

In partnership with Google, Canonical now delivers a ‘pure K8s’ experience, tested across a wide range of clouds and integrated with modern metrics and monitoring.

The Canonical Distribution of Kubernetes works across all major public clouds and private infrastructure, enabling your teams to operate Kubernetes clusters on demand, anywhere.

conjure-up

conjure-up lets you easily deploy and configure complex big-software solutions on public clouds, private clouds and developer laptops.

What you’ll learn

  • How to install software using a conjure-up spell
  • The simplest way to install The Canonical Distribution of Kubernetes

What you’ll need

A Linux system with snapd installed

For cloud deployment

Account credentials for one of the following public cloud providers: - AWS - Azure - CloudSigma - Google - Joyent

For local deployment

Although this tutorial will assume a public cloud installation, if you wish to install locally the following minimum specifications are recommended: - 2 cores - 16G RAM - 32G Swap - 250G SSD with a separate block device for ZFS. Our recommendation for that device is 100G.

ⓘ Note: ZFS is recommended, but not required.

Kubernetes® is a registered trademark of The Linux Foundation in the United States and other countries, and is used pursuant to a license from The Linux Foundation

Getting started

Duration: 5

If you have not done so on your local machine, install conjure-up.

On a Linux system with snapd, we simply type the following:

sudo snap install conjure-up --classic

ⓘ Note: If you need to install snapd on your Linux system, detailed instructions can be found in the snapcraft.io documentation.

Now that we’ve installed conjure-up, let’s run it:

conjure-up

Next we see a list of recommended spells. From this list, select “The Canonical Distribution of Kubernetes” and press enter.

Select your cloud

Duration: 3

conjure-up will then ask where we would like to deploy the applications.

For this tutorial we’re going to demonstrate installation on a public cloud using Amazon AWS.

Although each cloud provider will differ slightly, the required configuration steps will generally include choosing a region and providing credentials.

Deploy the controller and applications

Duration: 13

Now that we have configured our cloud provider, we’re presented with a screen titled “CHOOSE A CONTROLLER OR CREATE NEW”.

For the purposes of this tutorial we’ll start from scratch and select “Deploy New Self-Hosted Controller”.

We will now see a list of the applications required for a Kubernetes installation. Each application can be configured individually, but for now, let’s select “Deploy all remaining applications” to use the suggested default configuration.

You’ll see verbose output as machines are automatically provisioned and the Kubernetes cluster components are installed and configured.

Additional configuration

Duration: 3

You will be asked if you want to download and install kubectl and kubefed on your local machine. These are command line utilities for interacting with your new Kubernetes cluster.

Check the box to install the applications and enter your sudo password when prompted.

That’s all folks!

Congratulations, you have installed and configured a cluster running the Canonical Distribution of Kubernetes.

Next steps

Now that you have your cluster, you can put it to work:

Further reading