Skip to content

Instantly share code, notes, and snippets.

View EresDev's full-sized avatar

EresDev EresDev

View GitHub Profile
@EresDev
EresDev / kubeadm-Ubuntu-16.04.md
Last active February 12, 2021 14:13
Setup a multinode cluster of kubernetes on Ubuntu 16.04

Install Kubernetes Cluster using kubeadm

I used VirtualBox image of Ubuntu 16.04.6 Xenial from OSBoxes

Assumptions

Role FQDN IP OS RAM CPU
Master kmaster.example.com 192.168.56.2 Ubuntu 16.04.6 2G 2
Worker kworker.example.com 192.168.56.3 Ubuntu 16.04.6 1G 1
Worker kworker.example.com 192.168.56.4 Ubuntu 16.04.6 1G 1