You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ Most, but not all, components offer Helm installers once you get your Kubernerte
12
12
## Obtaining a Kubernetes Cluster
13
13
The `K` in FONK stands for Kubernetes (cool kid acronym: *k8s*) and it's the platform used to schedule all other components. You have a number of choices for k8s clusters that can run FONK examples:
14
14
15
-
* Minikube - Where most people start to run a small K8S cluster on a laptop. However, some FaaS runtimes have CPU and memory usage that makes deploying them on a laptop a less than optimal experience. As such, we do not recommend using Minikube for FONK examples.
16
-
*[Cisco Container Platform](https://devnetsandbox.cisco.com/RM/Diagram/Index/f8dbda33-0c6e-4c4d-9fea-73e4451d730c?diagramType=Topology) - DevNet, [Cisco's developer relations team](https://developer.cisco.com), offers a free 6 hour trial sandbox (extendable to a full week) of Cisco's on prem K8S solution.
15
+
* Minikube - Where most people start to run a small k8s cluster on a laptop. However, some FaaS runtimes have CPU and memory usage that makes deploying them on a laptop a less than optimal experience. As such, we do not recommend using Minikube for FONK examples.
16
+
*[Cisco Container Platform](https://devnetsandbox.cisco.com/RM/Diagram/Index/f8dbda33-0c6e-4c4d-9fea-73e4451d730c?diagramType=Topology) - DevNet, [Cisco's developer relations team](https://developer.cisco.com), offers a free 6 hour trial sandbox (extendable to a full week) of Cisco's on prem k8s solution.
@@ -73,7 +73,7 @@ Before the example code can be loaded into one of the FaaS runtimes, the chosen
73
73
### Deploying OpenFaaS
74
74
To deploy OpenFaaS on k8s, the [Helm chart instructions can be found on their faas-netes project](https://github.com/openfaas/faas-netes/blob/master/chart/openfaas/README.md). Specifically, follow the "Deploy OpenFaaS" instructions, but other sections on that page are for advanced usage.
75
75
76
-
On some K8S clusters, the `helm repo add openfaas https://openfaas.github.io/faas-netes/` will fail with a certificate error. When that happens, you'll need to install from the `faas-netes` repo directly with:
76
+
On some k8s clusters, the `helm repo add openfaas https://openfaas.github.io/faas-netes/` will fail with a certificate error. When that happens, you'll need to install from the `faas-netes` repo directly with:
0 commit comments