
- #Install kubernetes cluster multi master how to
- #Install kubernetes cluster multi master install
- #Install kubernetes cluster multi master manual
#Install kubernetes cluster multi master install
We install git and make while we're at it, but that can be installed anywhere in the pre-requisite setup process. Sh -c "echo deb docker main > /etc/apt//docker.list" Docker recommends running the following to ensure you have the latest version on your Ubuntu installation: apt-key adv -keyserver hkp://:80 -recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 By default, using apt-get to install docker will give you version 1.0.1, which is not ideal for what we want to do. These commands come from Docker's site and ensure you're working with the most recent version. Install Dockerįirst, you need Docker on both the master and its nodes. These are broken into sections, but these can be combined into a single shell script if you're feeling energetic. You will want to run the following commands in the order laid out in this tutorial. Ubuntu, however, has some pre-requisites it needs before you can move forward with installing and setting up Kubernetes. Kubernetes has a few requirements, but not many and they're slowly baking these into the installation process. You will need to following the steps on installing the pre-requisites and Kubernetes on both your master and minion instances. The second instance will be our first Kubernetes minion. The first instance will be our Kubernetes master. The following specs are used for both instances: | Property | Value | We're using the below configuration values: | Hostname | Private IP | You will then need to create a private LAN between the two servers.

You will connect both instances to the Internet Access object. Once the vDC is created add two Composite Instances and one Internet Access.


The first step on your road to a Kubernetes cluster is to start by creating a new vDC using either the ProfitBricks CLI, API, or DCD R2. We also make use of the scripts provided in the project for setting up singe-server Ubuntu installs. This guide is loosely based on the one provided by Google for Fedora.
#Install kubernetes cluster multi master manual
This article is meant to get you familiar with the manual process for setting up Kubernetes.
#Install kubernetes cluster multi master how to
In a future article we will walk you through how to setup a Kubernetes cluster between different vDCs, which require you to use a network overlay like Flannel. The setup will have one master and one minion to keep it simple. This guide will take you through the manual process for getting started with a multi-node Kubernetes cluster on Ubuntu at ProfitBricks.
