Skip to content

Commit ad26b4d

Browse files
authored
K8S to k8s
1 parent cd6329d commit ad26b4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Most, but not all, components offer Helm installers once you get your Kubernerte
1212
## Obtaining a Kubernetes Cluster
1313
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:
1414

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.
1717
* [Google Kubernetes Engine (GKE)](https://cloud.google.com/kubernetes-engine/docs/quickstart) - Google's managed Kubernetes service, usage costs apply.
1818
* [Amazon Elastic Container Service for Kubernetes (EKS)](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html) - Amazon's managed Kubernetes service, usage costs apply.
1919
* [Azure Kubernetes Service (AKS)](https://docs.microsoft.com/en-us/azure/aks/kubernetes-walkthrough) - Azure's managed Kubernetes service, usage costs apply.
@@ -73,7 +73,7 @@ Before the example code can be loaded into one of the FaaS runtimes, the chosen
7373
### Deploying OpenFaaS
7474
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.
7575

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:
7777

7878
```bash
7979
kubectl apply -f https://raw.githubusercontent.com/openfaas/faas-netes/master/namespaces.yml

0 commit comments

Comments
 (0)