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¶
- If you would like to customize the Knative installation or install it on a remote cluster, start by Checking the Pre-Requisites.
- Now that you've installed Knative, get started with Serving or Eventing.