2022-02-06 10:22:20 +00:00
|
|
|
# k8s
|
|
|
|
|
2022-02-08 02:01:07 +00:00
|
|
|
|
|
|
|
## 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```
|