Skip to content

Quickstart

The fastest way to get started with knative locally is to use the Konk (Knative-on-kind) script.

This script installs a local knative installation on your local machine's Docker daemon using Kind. You will need to have Docker installed.

Install Knative and Kubernetes on a local Docker Daemon using Konk

curl -sL get.konk.dev | bash

Next Steps