From 676c34f17ae8427dfa6bf4dc5a5b81d11a9ed170 Mon Sep 17 00:00:00 2001 From: Alex Ellis Date: Fri, 1 Dec 2017 10:20:57 +0000 Subject: [PATCH] Update deployment_k8s.md --- guide/deployment_k8s.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/deployment_k8s.md b/guide/deployment_k8s.md index 8e80d66b..c3329782 100644 --- a/guide/deployment_k8s.md +++ b/guide/deployment_k8s.md @@ -22,6 +22,10 @@ You can start evaluating FaaS and building functions on your laptop or on a VM ( Additional information on [setting up Kubernetes](https://kubernetes.io/docs/setup/pick-right-solution/). +We have a special guide for minikube here: + +* [Getting started with OpenFaaS on minikube](https://medium.com/devopslinks/getting-started-with-openfaas-on-minikube-634502c7acdf) + ### 1.1 Pick helm or YAML files for deployment 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`.