Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 427 Bytes

File metadata and controls

12 lines (9 loc) · 427 Bytes

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