Skip to content

wriaz/kubeadm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubeadm

Setup Kubeadm with following steps.

  1. Clone the repository to the freshly installed Ubuntu 20.04.

    git clone https://github.com/wriaz/kubeadm.git
    
  2. Go to kubeadm directory and invoke run.sh script.

    cd kubeadm
    ./run.sh  
    

Script can take 5-10 minutes or more (based on your internet speed). Wait for the script to finish.

Single node Kuberentes installation with kubeadm is ready.

Validate your setup by running following commands.

kubectl get nodes
kubectl -n kube-system get pods

About

setup kubadm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages