Add dev env

This commit is contained in:
Jimmy 2022-02-08 15:01:07 +13:00
parent ed3a4d085c
commit 371cb2885e
1 changed files with 19 additions and 0 deletions

View File

@ -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```