docs/install
RichieEscarez d04370f023 Adv. install topic - pluggable components (#542)
* move all install comps to adv file

* recovering review comments

* filename change

* title update

* There can be multiple components in a knative package

* fix links

* new serving version

* Update install/Knative-custom-install.md

in testing I found that this is not a real namespace so removing

* Update packages in table

* review feedback, 0.2.1 eventing, eventsource lists

* edit Istio steps around admission controller

* fix indentation

* Recover networking related comments
2018-12-26 11:40:36 -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-custom-install.md Adv. install topic - pluggable components (#542) 2018-12-26 11:40:36 -08:00
Knative-with-AKS.md Update kubectl apply URLs to use release artifacts (#637) 2018-12-06 15:50:26 -08:00
Knative-with-Docker-for-Mac.md Add Docker for Mac setup instructions. (#627) 2018-12-12 08:50:16 -08:00
Knative-with-GKE.md Format markdown (#638) 2018-12-07 09:59:26 -08:00
Knative-with-Gardener.md Update kubectl apply URLs to use release artifacts (#637) 2018-12-06 15:50:26 -08:00
Knative-with-IKS.md Update kubectl apply URLs to use release artifacts (#637) 2018-12-06 15:50:26 -08:00
Knative-with-Minikube.md Fix knative minikube installation doc (#635) 2018-12-26 08:52:36 -08:00
Knative-with-Minishift.md Format markdown (#626) 2018-12-04 14:34:25 -08:00
Knative-with-OpenShift.md Format markdown (#626) 2018-12-04 14:34:25 -08:00
Knative-with-PKS.md Update kubectl apply URLs to use release artifacts (#637) 2018-12-06 15:50:26 -08:00
Knative-with-any-k8s.md Format markdown (#626) 2018-12-04 14:34:25 -08:00
README.md Add Docker for Mac setup instructions. (#627) 2018-12-12 08:50:16 -08:00
check-install-version.md Format markdown (#626) 2018-12-04 14:34:25 -08:00
getting-started-knative-app.md Format markdown (#626) 2018-12-04 14:34:25 -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.