Update README.md

Misc edits
This commit is contained in:
Bruce Hamilton 2025-09-18 22:18:11 -07:00
parent 1600db8775
commit c966d84ed7
1 changed files with 4 additions and 4 deletions

View File

@ -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).