Docker
sudo apt install docker.io
Docker-Buildx
sudo apt install docker-buildx
add user to Docker group
sudo usermod -aG docker <user>
su -l <user> # only works in current shell, alternatively login again or restart the system
kind network
docker network create --driver=bridge --subnet=10.172.242.0/24 --ip-range=10.172.242.0/28 --gateway=10.172.242.1 kind
# For local environment
./workbench
. init.sh
Wait a short time while everything is being set up.
As soon as the cluster and its resources are ready you can start playing.
To access the escape room UI in your browser please use http://localhost/.
- K9s
- kubectl