You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
ingress | 3 months ago | |
letsencrypt | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
cloud-init.yaml | 3 months ago |
README.md
k8s
Set Up Devopment Environment
Linux
sudo snap install multipass --classic
Will use qemu/kvm
Windows and Mac
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