From 371cb2885e216202954f3a43f59c39029c7228fd Mon Sep 17 00:00:00 2001 From: Jimmy Date: Tue, 8 Feb 2022 15:01:07 +1300 Subject: [PATCH] Add dev env --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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