Local Kubernetes cluster

Set up a Kubernetes cluster on your computer to test Tekton.

There are several tools to run a local Kubernetes cluster on your computer. The Tekton documentation often includes instructions for either minikube or kind.

See the corresponding minikube and kind documentation to learn how to install and set up a cluster on your computer.

You can find some additional resources on the Tekton repositories:

  • Instructions to run both tools with a local registry are available on the Pipelines repository.

  • You can find some convenience scripts to run Tekton components with kind on the plumbing repository.

Further reading


Last modified September 27, 2022: Create installation section (e76e5b8)