Skip to content

A set of scripts to initialise a new standard kubernetes cluster

Notifications You must be signed in to change notification settings

OMikkel/build-kubernetes-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

build-kubernetes-cluster

A set of scripts to initialise a new standard kubernetes cluster running the latest version

⚠️ Warning

This only works with ubuntu at the moment

Get Started

Run the following commands to download the init kubernetes script

curl -O https://raw.githubusercontent.com/OMikkel/build-kubernetes-cluster/master/install_kubernetes.sh
sudo chmod +x ./install_kubernetes.sh
./install_kubernetes.sh

If you wish to install the calico network plugin. Run the following commands

curl -O https://raw.githubusercontent.com/OMikkel/build-kubernetes-cluster/master/install_calico.sh
sudo chmod +x ./install_calico.sh
./install_calico.sh

About

A set of scripts to initialise a new standard kubernetes cluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages