mirror of https://github.com/knative/docs.git
Update README.md
Replaced the table with a bulleted list approach.
This commit is contained in:
parent
0d5c3a6d13
commit
aa51212fb1
|
@ -18,14 +18,41 @@ Installations assume are running MacOS or Linux.
|
|||
|
||||
## Installation roadmap
|
||||
|
||||
Use the following table to evaluate the installation methods for Knative installations.
|
||||
Use the following considerations to choose the desired installation method and the steps to proceed.
|
||||
|
||||
| | Quickstart | YAML | Knative Operator |
|
||||
| --- | --- | --- | --- |
|
||||
| Purpose | local | production {: colspan=2} |
|
||||
| Kubernetes | local deployment of kind or Minikube | existing deployment {: colspan=2} |
|
||||
| Hardware | 3 CPU, 3 GB RAM | One node: 6 CPUs, 6 GB memory, 30 GB disk storage.<br>Multiple nodes: 2 CPUs each, 4 GB memory, 20 GB disk storage. {: colspan=2} |
|
||||
| Next steps | Install [CLI Tools](../client/install-kn.md)<br>Install the [Knative Quickstart plugin](quickstart-install.md). | Install [CLI Tools](../client/install-kn.md)<br>Install either or both:<br>- Install [Knative Serving](yaml-install/serving/install-serving-with-yaml.md)<br>- Install [Knative Eventing](yaml-install/eventing/install-eventing-with-yaml.md)| Install [CLI Tools](../client/install-kn.md)<br>Use the [Knative Operator](operator/knative-with-operators.md) to install and configure Knative Serving and Eventing. |
|
||||
- Quickstart installation: For learning about Knative and experimenting with its capabilities.
|
||||
|
||||
- Kubernetes: Requires a local only deployment of Kubernetes which can a Minikube.
|
||||
|
||||
- Install a local deployment of Kubernetes using kind.
|
||||
- Install Minikube, a tool that runs a single-node Kubernetes cluster on your local machine.
|
||||
|
||||
- Minimum hardware requirement: 3 CPUs, 3 GB of RAM.
|
||||
- Next steps:
|
||||
|
||||
- Install [CLI Tools](../client/install-kn.md)
|
||||
- Install the [Knative Quickstart plugin](quickstart-install.md)
|
||||
|
||||
- YAML or the Knative Operator installation: For a production implementation.
|
||||
|
||||
- Kubernetes: Requires a cluster running a supported version of Kubernetes.
|
||||
|
||||
- Minimum hardware requirement:
|
||||
|
||||
- One node: 6 CPUs, 6 GB memory, 30 GB disk storage.
|
||||
- Multiple nodes: 2 CPUs each, 4 GB memory, 20 GB disk storage.
|
||||
|
||||
- Next steps:
|
||||
|
||||
- Install [CLI Tools](../client/install-kn.md)
|
||||
- Install using YAML or the Knative Operator:
|
||||
|
||||
- Install either or both of the components:
|
||||
|
||||
- Install [Knative Serving](yaml-install/serving/install-serving-with-yaml.md)
|
||||
- Install [Knative Eventing](yaml-install/eventing/install-eventing-with-yaml.md)
|
||||
|
||||
- [Knative Operator](operator/knative-with-operators.md). This method provides options for choosing components.
|
||||
|
||||
For all installations, you need the Knative CLI and other CLI tools. All installations require a supported Kubernetes version.
|
||||
|
||||
|
|
Loading…
Reference in New Issue