diff --git a/README.md b/README.md index 0be2f40..a491eb0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ # k8s + +## Set Up Devopment Environment + +### Linux +```sudo snap install multipass --classic``` + +Will use qemu/kvm + +### Windows and Mac +https://multipass.run/ + +https://www.virtualbox.org/wiki/Downloads + + +### Launch + +```multipass launch --name k8s -c 2 -m 2G -d 20G --cloud-init cloud-init.yml``` + +```multipass shell k8s``` \ No newline at end of file