Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 917 Bytes

local.md

File metadata and controls

46 lines (34 loc) · 917 Bytes

Local

Requirements

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

Setup

# For local environment
./workbench
. init.sh

Wait a short time while everything is being set up.

K8s Escape Room in terminal

Play

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/.

K8s Escape Room in web

Available tools

  • K9s
  • kubectl