Easy K3s setup for your local development environment

I use Linux on my private environment and Windows with WSL2 during my daily job and was looking for a similar local Kubernetes setup to do my daily DevOps tasks.

Instead of using Docker for Desktop on Windows I started discovering K3s inside WSL2 and created a simple script to bootstrap an identical Kubernetes setup under Linux and WSL2.

This script deploys a local Kubernetes with metrics-server, Jetstack cert-manager, Nginx based Ingress controller and the Kubernetes dashboard.

If  you are interested or want to participate and improve things, take a look at the k3s-setup project in my GitHub repository.

Have fun!