Vagrant is a single disposable, virtual machine environments in a single workflow.
Create machines
cd Debian
vagrant upSSH into a running machines
vagrant sshDestroy machines
vagrant destroyK3s is a lightweight Kubernetes designed for production workloads.
Copy kube config file to local machine
cd ~/.kube
mv config config.old
wget http://sprunge.us/<path> -O configGet virtual machine ip address
ip addrUpdate kube config's cluster server ip address with virtual machine ip address.
Test config
kubectl cluster-infoApply go-puso
kubectl apply -f go-puso-cd.yaml



