mirror of https://github.com/knative/docs.git
parent
1600db8775
commit
c966d84ed7
|
@ -21,11 +21,11 @@ Installations assume are running MacOS or Linux.
|
|||
Use the following table to get started with your Knative installation.
|
||||
|
||||
| | Quickstart | YAML | Knative Operator |
|
||||
| -- | -- | -- | --- |
|
||||
| Purpose | local | production | production |
|
||||
| Kubernetes | local only or minikube | existing deployment | existing deployment |
|
||||
| --- | --- | --- | --- |
|
||||
| Implementation | local | production | production |
|
||||
| Kubernetes | local only or minikube, installed by quickstart | existing deployment | existing deployment |
|
||||
| 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. | One node: 6 CPUs, 6 GB memory, 30 GB disk storage.<br>Multiple nodes: 2 CPUs each, 4 GB memory, 20 GB disk storage. |
|
||||
| Next steps | Install the [Knative Quickstart plugin](quickstart-install.md). | Use a YAML-based installation for either or both of these components:<br>- Install [Knative Serving](yaml-install/serving/install-serving-with-yaml.md)<br>- Install [Knative Eventing](yaml-install/eventing/install-eventing-with-yaml.md)| <br>Use the [Knative Operator](operator/knative-with-operators.md) to install and configure a production-ready deployment. |
|
||||
| Next steps | Install the [Knative Quickstart plugin](quickstart-install.md). | 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)| <br>Use the [Knative Operator](operator/knative-with-operators.md) to install and configure a production-ready deployment. |
|
||||
|
||||
For all installations, you need the Knative CLI and other CLI tools. See [Install Knative CLI](../client/install-kn.md).
|
||||
|
||||
|
|
Loading…
Reference in New Issue