Using Lima for the Kubernetes - Enterprise Guide book
Book Github Repo: https://github.com/PacktPublishing/Kubernetes-An-Enterprise-Guide-Third-Edition
Install Lima https://github.com/lima-vm/lima
Create Lima VM Ubuntu 22.04 using x86 (arm64 not supported yet)
limactl start --name k8sbookclub --cpus 4 --memory 16 --arch x86_64 https://gist.githubusercontent.com/csantanapr/4110517e5359b4fc139afabfcd3aa9b4/raw/47a9a128296da455c3ec82c794e6bbf17b9a824e/ubuntu-22.04.yaml
limactl shell k8sbookclub
Clone the git repo
cd ~
git clone https://github.com/PacktPublishing/Kubernetes-An-Enterprise-Guide-Third-Edition.git
cd Kubernetes-An-Enterprise-Guide-Third-Edition/
cd chapter1
./install_docker.sh
Note: You need to reboot for $USER
to be able to use `docker
sudo reboot
Then login back
limactl shell k8sbookclub