docs/install
Victor Agababov bf36601dcc Update some docs for installation of knative on GKE (#608)
* Update some docs for installation of knative on GKE

- more bash annotations
- make project also a variable
- rearrange and re-word some docs about cluster name and zone

* Some re-arranging of actions about the GCP project in the docs.

* Minor text updates in the GCP project section.

* Add some GCP -> Google Cloud Platform abbreviation pieces.
2018-12-03 12:10:26 -08:00
..
images Add instructions to install Knative with Gardener (#179) 2018-07-19 11:11:33 -07:00
scripts Update references to monitoring namespace (#407) (#416) 2018-10-30 17:30:34 -07:00
Knative-with-AKS.md Change install instructions to use v0.2.1 instead of v0.2.0 (#535) 2018-11-12 14:56:45 -08:00
Knative-with-GKE.md Update some docs for installation of knative on GKE (#608) 2018-12-03 12:10:26 -08:00
Knative-with-Gardener.md Change install instructions to use v0.2.1 instead of v0.2.0 (#535) 2018-11-12 14:56:45 -08:00
Knative-with-IKS.md Discover the K8S version for IKS deployment (#563) 2018-11-26 13:12:22 -08:00
Knative-with-Minikube.md Change install instructions to use v0.2.1 instead of v0.2.0 (#535) 2018-11-12 14:56:45 -08:00
Knative-with-Minishift.md Improvements to OpenShift installation (#414) 2018-10-17 01:34:28 -07:00
Knative-with-OpenShift.md Update OpenShift instructions to set Istio sidecar injector priviledged to true (#454) 2018-11-21 09:58:20 -08:00
Knative-with-PKS.md Change install instructions to use v0.2.1 instead of v0.2.0 (#535) 2018-11-12 14:56:45 -08:00
Knative-with-any-k8s.md Updated k8s doc use latest serving release. (#564) 2018-11-26 08:43:23 -08:00
README.md Improvements to OpenShift installation (#414) 2018-10-17 01:34:28 -07:00
check-install-version.md Update docs to use kubectl long flags (#372) 2018-09-12 09:46:03 -07:00
getting-started-knative-app.md Add notes for how to debug `curl`. (#576) 2018-11-26 08:48:23 -08:00

README.md

Installing Knative

Follow this guide to install Knative components on a platform of your choice.

Choosing a Kubernetes cluster

To get started with Knative, you need a Kubernetes cluster. If you aren't sure which Kubernetes platform is right for you, see Picking the Right Solution.

We provide information for installing Knative on Google Kubernetes Engine, IBM Cloud Kubernetes Service, Azure Kubernetes Service, Minikube, OpenShift and Pivotal Container Service clusters.

Installing Knative

Follow these step-by-step guides for setting up Kubernetes and installing Knative components on the following platforms:

If you already have a Kubernetes cluster you're comfortable installing alpha software on, use the following instructions:

Deploying an app

Now you're ready to deploy an app:

Configuring Knative Serving

After your Knative installation is running, you can set up a custom domain with a static IP address to be able to use Knative for publicly available services and set up an Istio IP range for outbound network access:

Checking the version of your Knative Serving installation


Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License.