Update deployment_k8s.md

This commit is contained in:
Alex Ellis
2017-10-26 14:57:58 +01:00
committed by GitHub
parent ba8cc50ca4
commit 997b0b744b

View File

@ -2,7 +2,7 @@
> Note: The best place to start is the README file in the faas or faas-netes repo.
This guide is for deployment to a vanilla Kubernetes 1.8 cluster running on Linux hosts.
This guide is for deployment to a vanilla Kubernetes 1.8 cluster running on Linux hosts. It is not a hand-book, please see the set of guides available at [openfaas/guide](https://github.com/openfaas/faas/tree/master/guide).
## Kubernetes
@ -16,6 +16,8 @@ You can start evaluating FaaS and building functions on your laptop or on a VM (
* [10 minute guides for minikube / kubeadm](https://blog.alexellis.io/tag/learn-k8s/)
If you'd like to use helm follow the instructions in 2.0a and then come back here, otherwise follow 2.0b to use plain `kubectl`.
### 2.0a Deploy with Helm
A Helm chart is provided `faas-netes` repo.