markdouthwaite / nestor

Example MicroK8s deployment setup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nestor

This repo provides a working example of a microk8s setup on a vanilla Ubuntu box.

Deploy

You'll need a node with:

  • At least 20G of disk space and 4G of memory (recommended).
  • Ubuntu 18.04 LTS or 16.04 LTS.
  • An internet connection.

You can find more info in the microk8s docs.

On your node, run:

apt-get update -y && install git

Then run:

bash setup.sh

This installs the prerequisites for your microk8s 'cluster'.

make deploy

You should be able to navigate to /proxima and /centauri.

About

Example MicroK8s deployment setup.

License:MIT License


Languages

Language:Shell 38.2%Language:Dockerfile 29.6%Language:Python 25.2%Language:Makefile 7.0%