docs/install
RichieEscarez 2a8989f979 Add build component instructions throughout (#265)
* Adding build component options

* Adding build component option and link to build GS

* edit

* Standalone build component install instructions

* typo

* add more clarity

* add kubectl links

* Rewording build install section

* Replace Knative build with capital B: Knative Build

* 80 char lines
2018-07-25 12:54:35 -07:00
..
images Add instructions to install Knative with Gardener (#179) 2018-07-19 11:11:33 -07:00
Knative-with-AKS.md Update Knative Serving GCS bucket (#234) 2018-07-23 17:35:34 -07:00
Knative-with-GKE.md Add build component instructions throughout (#265) 2018-07-25 12:54:35 -07:00
Knative-with-Gardener.md Update Knative Serving GCS bucket (#234) 2018-07-23 17:35:34 -07:00
Knative-with-IKS.md Update Knative Serving GCS bucket (#234) 2018-07-23 17:35:34 -07:00
Knative-with-Minikube.md Update Knative Serving GCS bucket (#234) 2018-07-23 17:35:34 -07:00
Knative-with-PKS.md Update Knative Serving GCS bucket (#234) 2018-07-23 17:35:34 -07:00
Knative-with-any-k8s.md Fix formatting for kubectl commands (#255) 2018-07-24 12:32:35 -07:00
README.md Add any-k8s instructions, thanks to jbeda for the suggestion. (#251) 2018-07-24 10:32:34 -07:00
getting-started-knative-app.md Add license footer and text (#204) 2018-07-19 12:05:32 -07: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 and Minikube 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:


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.