https://www.linuxtechi.com/install-use-docker-on-ubuntu/
https://www.linuxtechi.com/how-to-install-minikube-on-ubuntu/
https://joepreludian.medium.com/how-to-start-up-minikube-automatically-via-system-d-2cad99fd79bf
Cluster FS
lxc launch ubuntu: kub-node01 -c security.privileged=true -c security.nesting=true -c linux.kernel_modules=ip_tables,ip6_tables,netlink_diag,nf_nat,overlay -c raw.lxc=lxc.apparmor.profile=unconfined
lxc launch ubuntu: kub-cluster -c security.privileged=true -c security.nesting=true -c linux.kernel_modules=ip_tables,ip6_tables,netlink_diag,nf_nat,overlay,bridge,br_netfilter,configs -c raw.lxc=lxc.apparmor.profile=unconfined
sudo lxc launch --profile default --profile kubernetes ubuntu: kbu-cluster01
setup examples
https://sleeplessbeastie.eu/2020/10/07/how-to-install-kubernetes-on-lxd/
https://uthark.github.io/post/2020-09-02-installing-kubernetes-raspberrypi/
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add
network:
version: 2
ethernets:
eth0:
dhcp4: false
addresses: [10.11.18.201/24]
gateway4: 10.11.18.1
nameservers:
addresses: [10.11.18.1]