Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/versioned/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,33 @@ You can install the Serving and Eventing components independently of one another

## Installation roadmap

Knative can be installed in different ways depending on your environment, components, and preferred installation method. The following guidance helps you choose the appropriate path.

### Environment

- **Local development (testing / learning)**
- Use Quickstart with `kind` or `Minikube`
- **Server / production environments**
- Use YAML-based installation or the Knative Operator on a managed or on-prem Kubernetes cluster

### Installation methods

- **Quickstart** – for local development and evaluation
- **YAML manifests** – for manual, fine-grained control
- **Knative Operator** – for simplified installation and lifecycle management

### Components

- **Serving** – deploy and manage serverless workloads
- **Eventing** – build event-driven architectures

### Platform considerations

- Supported platforms include Kubernetes clusters on Linux, macOS, and Windows
- Local setups are intended for development and testing only

---

Use the following table to determine your installation method. If you just want to get an understanding of Knative functionality at this time, install the quickstart.

| | Quickstart | YAML-based | Knative Operator |
Expand Down