diff --git a/guide/deployment_k8s.md b/guide/deployment_k8s.md index 8e80d66b5f7c4e5a72f95dc90c31dc63e5c4ab8f..c3329782f4a6ad74c24f1a007bec255e6c99131f 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`.