From beb4f5499b5a89f500e8b934de13ff61216c57cd Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Thu, 5 Oct 2017 17:52:12 +0100 Subject: [PATCH] Mention LB --- guide/deployment_k8s.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/deployment_k8s.md b/guide/deployment_k8s.md index 387b371d..55cc4917 100644 --- a/guide/deployment_k8s.md +++ b/guide/deployment_k8s.md @@ -4,6 +4,10 @@ ## Kubernetes +OpenFaaS is Kubernetes-native and uses *Deployments* and *Services*. For more detail check out the ["faas-netes" repository](https://github.com/openfaas/faas-netes). + +> For deploying on a cloud that supports Kubernetes *LoadBalancers* you may also want to apply the configuration in: `cloud/lb.yml`. + ### Build a cluster You can start evaluating FaaS and building functions on your laptop or on a VM (cloud or on-prem).