- installation with libvirt/qemu
- updating the VM:
sudo apt update && sudo apt upgrade -y- installing various utility:
sudo apt install -y git curl make vim ripgrep fd-findip akubectl get nodes -o widekubectl get allcurl -H "Host:app1.com" 192.168.56.110curl -H "Host:app2.com" 192.168.56.110curl 192.168.56.110- install Docker, kubectl, k3d, argoCD:
./install.sh- reload k3d clusters:
./reload-cluster.sh- create namespace, login in argoCD:
./argoCD.sh- deploy the application with argoCD:
./deploy.sh- we can now check wich version of the application is running with:
./check_deployment.shkubectl get all -n devkubectl get pods -n dev