Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 309 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 309 Bytes

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