Installing Knative
Tip
If you're looking for an easy way to install a local distribution of Knative for prototyping, check out our Quick Install w/ KonK
You can install the Serving component, Eventing component, or both on your cluster by using one of the following deployment options:
- Using a YAML-based installation
- Using the Knative Operator.
- Following the documentation for vendor managed Knative offerings.
You can also upgrade an existing Knative installation.
NOTE: Knative installation instructions assume you are running Mac or Linux with a bash shell.
Next steps¶
- Install the Knative CLI to use
kn
commands.