Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

An attempt & exercise to set up a bare metal Kubernetes cluster from scratch on the SURFSara HPC Cloud

License

Notifications You must be signed in to change notification settings

eucp-project/bare-metal-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an initial attempt at a recipe to set up Kubernetes on a bare-metal system of virtual machines. That is to say, Kubernetes has to be installed and set running, no local DHCP server is available for handing out an IP address to the Kubernetes cluster, and no volumes are provided by the cloud system that the virtual machines run in.

The setup is mainly provided by an Ansible playbook, with additional Python scripts to start up the virtual machines, and shell scripts to run the necessary Kubernetes commands (as well as setting up the JupyterHub on Kubernetes as the last step).

The Ansible playbook is kept simple on purpose: it is tied to a specific architecture (SURFSara HPC Cloud and an Ubuntu VM), and various versions and system choices are fixed.

Extensive details can be found in the Kubernetes and JupyterHub on bare-metal document.

About

An attempt & exercise to set up a bare metal Kubernetes cluster from scratch on the SURFSara HPC Cloud

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published