mirror of https://github.com/knative/docs.git
parent
14604c7c4f
commit
7afcf68c3b
|
@ -51,8 +51,8 @@ nav:
|
|||
###############################################################################
|
||||
- Installing:
|
||||
- About installing Knative: install/README.md
|
||||
- Install the Knative CLI: client/install-kn.md
|
||||
- Install Knative using quickstart: install/quickstart-install.md
|
||||
- Install CLI Tools: client/install-kn.md
|
||||
- Install the Knative quickstart: install/quickstart-install.md
|
||||
# YAML Installation
|
||||
- Install Knative with YAML:
|
||||
- About YAML-based installation: install/yaml-install/README.md
|
||||
|
|
|
@ -14,8 +14,6 @@ You will need two CLI tools for Knative:
|
|||
- Knative CLI - kn
|
||||
- Kubernetes CLI - kubectl
|
||||
|
||||
## Install Knative CLI
|
||||
|
||||
--8<-- "install-kn.md"
|
||||
|
||||
## Install Kubernetes CLI
|
||||
|
|
|
@ -8,7 +8,7 @@ function: reference
|
|||
|
||||
# Installing Knative
|
||||
|
||||
There are three ways to install Knative:
|
||||
There are three installation methods to install Knative:
|
||||
|
||||
- A quickstart implementation on a local computer only using a preconfigured extension.
|
||||
- A production implementation using YAML.
|
||||
|
@ -18,16 +18,16 @@ Installations assume are running MacOS or Linux.
|
|||
|
||||
## Installation roadmap
|
||||
|
||||
Use the following table to get started with your Knative installation.
|
||||
Use the following table to evaulate the installtion methods for Knative installations.
|
||||
|
||||
| | Quickstart | YAML | Knative Operator |
|
||||
| --- | --- | --- | --- |
|
||||
| Implementation | local | production | production |
|
||||
| Kubernetes | local deployment only or Minikube | 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. |
|
||||
| Install procedure | 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. |
|
||||
| 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. |
|
||||
|
||||
For all installations, you need the Knative CLI and other CLI tools. See [Install Knative CLI](../client/install-kn.md). All installations require a supported Kubernetes version.
|
||||
For all installations, you need the Knative CLI and other CLI tools. All installations require a supported Kubernetes version.
|
||||
|
||||
Other installation resources:
|
||||
|
||||
|
|
|
@ -6,12 +6,10 @@ components:
|
|||
function: tutorial
|
||||
---
|
||||
|
||||
# Install Knative using quickstart
|
||||
# Install the Knative quickstart
|
||||
|
||||
Following this quickstart tutorial provides you with a simplified, local Knative installation by using the Knative `quickstart` plugin.
|
||||
This quickstart tutorial provides a simplified, local Knative installation by using the Knative `quickstart` plugin. This implementation is limited to a local deploymnet suited for experimentaion. For information on production implmentations, see the [Implementation Roadmap](readme.md#installation-roadmap).
|
||||
|
||||
--8<-- "quickstart-prereqs.md"
|
||||
--8<-- "install-kn.md"
|
||||
--8<-- "quickstart-install.md"
|
||||
|
||||
## Next steps
|
||||
|
|
Loading…
Reference in New Issue