This project provides a local kubernetes dev cluster. It should never be used in a production environment. The only intention is to provide a quick and easy local dev playground.
It is based on kind (kubernetes in docker) and the web-based dashboard user interface is pre-installed by adding these apps to the cluster:
Just execute the kind.sh
script of this project.
Be patient and wait until the script has finished.
Copy the token that has been logged by the script and login here.
In case you are not able to run on port 80 or 443, you can change the values in the kind-cluster.yaml
config file.
The cluster can be removed manually via
kind delete clusters kind-dev-cluster
In case kubectl config current-context
does not return kind-kind-dev-cluster
, you can set it with kubectl config use-context kind-kind-dev-cluster
.