Skip to content

Commit fac9978

Browse files
committed
Add kind create cluster
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent ae11b22 commit fac9978

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

_posts/2020-10-28-puppeteer-scraping.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ What are the features we can leverage from OpenFaaS?
6868
* Trigger the invocations from cron, or events like Kafka and NATS
6969
* Get rate, error and duration (RED) metrics from Prometheus, and view them in Grafana
7070

71-
You can deploy OpenFaaS to Kubernetes or on a small VM using the faasd project. The faasd project doesn't require Kubernetes and uses the containerd project.
71+
You can deploy OpenFaaS to Kubernetes or on a small VM using the [faasd project](https://github.com/openfaas/faasd). The faasd project doesn't require [Kubernetes](https://kubernetes.io) and uses the [containerd project](https://containerd.io).
7272

7373
* Docs: [Deploy OpenFaaS](https://docs.openfaas.com/deployment/)
7474

75-
For the impatient, our arkade tool can get you up and running in less than 5 minutes
75+
For the impatient, our [arkade tool](https://get-arkade.dev) can get you up and running in less than 5 minutes. You'll just need to have [Docker](https://docker.com/) installed on your computer.
7676

7777
```bash
7878
curl -sLS https://get-arkade.dev | sh
@@ -82,6 +82,8 @@ arkade get kind
8282
arkade get kubectl
8383
arkade get faas-cli
8484

85+
kind create cluster
86+
8587
arkade install openfaas
8688
```
8789

0 commit comments

Comments
 (0)