Skip to content

terrestris/kind-dev-cluster

Repository files navigation

Local kind dev cluster

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:

Requirements

Usage

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.

Cleanup cluster

The cluster can be removed manually via

kind delete clusters kind-dev-cluster

Help

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.

About

A local kubernetes dev cluster based on kind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages