acido303 / k8s-vagrant

Vagrant boxes on Ubuntu 20.04 with Kubernetes 1.20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a kubeadm created kubernetes playground wrapped in a Vagrant environment.

  • Ubuntu 20.04 Focal Fossa
  • Kubernetes 1.20
  • Docker 19.03

Usage

Launch a kubernetes:

vagrant up

export KUBECONFIG=$(pwd)/tmp/admin.conf

kubectl cluster-info
kubectl get node
kubectl get pod --all-namespaces

About

Vagrant boxes on Ubuntu 20.04 with Kubernetes 1.20