Traefik Ingress redirection sandbox.
The run.sh script allow to start a k3s stack thanks the k3d tool.
It will generate a certificate for whoami
domain with mkcert in the /certs directory.
# Start the kubernetes cluster and apply the conf from /conf directory
./run.sh start
# Stop a delete the kubernetes cluster
./run.sh stop