* Update Minikube intructions - remove `DenyEscalatingExec`, it's not included in the Istio installation docs - https://istio.io/docs/setup/kubernetes/quick-start/#minikube and it prevents us from execing into running containers when sidecar injection is enabled - add command for changing `LoadBalancer` to `NodePort` for the `knative-ingress` service - update Kubernetes version to 1.10.5 - add note about looking up the IP address to use for accessing sample apps * Update wording |
||
---|---|---|
.. | ||
Knative-with-GKE.md | ||
Knative-with-IKS.md | ||
Knative-with-Minikube.md | ||
README.md | ||
getting-started-knative-app.md |
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 and Minikube clusters.
Installing Knative
Follow these step-by-step guides for setting up Kubernetes and installing Knative components on the following platforms:
- Knative Install on Google Kubernetes Engine
- Knative Install on IBM Cloud Kubernetes Service
- Knative Install on Minikube
Deploying an app
Now you're ready to deploy an app:
-
Follow the step-by-step Getting Started with Knative App Deployment guide.
-
View the available sample apps and deploy one of your choosing.
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: