Conversation
2eaea65 to
c63fa24
Compare
_posts/2020-07-08-event-driven-functions-with-openfaas-and-nats.md
Outdated
Show resolved
Hide resolved
| * [kafka-connector](https://github.com/openfaas-incubator/kafka-connector) connects OpenFaaS functions to Kafka topics. | ||
| * [nats-connector](https://github.com/openfaas-incubator/nats-connector) an OpenFaaS event-connector to trigger functions from NATS. | ||
| * [mqtt-connector](https://github.com/openfaas-incubator/mqtt-connector) MQTT connector for OpenFaaS. | ||
| * [cron-connector](https://github.com/openfaas-incubator/cron-connector) triggers OpenFaaS functions based on cron events. | ||
| * [VMware vCenter connector](https://github.com/openfaas-incubator/openfaas-vcenter-connector) an OpenFaaS event-connector built to consume events from vCenter and to trigger functions. | ||
|
|
||
| There are several other connectors which allows you to trigger OpenFaaS functions based on events, are written and managed as a third party project. Please refer to this [link](https://docs.openfaas.com/reference/triggers/) for full list. |
There was a problem hiding this comment.
It seems like this paragraph and list should switch places
There was a problem hiding this comment.
The intent of this line is two highlight other connector which is managed by third party like redis-connector, rabbitmq-connector etc.
_posts/2020-07-08-event-driven-functions-with-openfaas-and-nats.md
Outdated
Show resolved
Hide resolved
_posts/2020-07-08-event-driven-functions-with-openfaas-and-nats.md
Outdated
Show resolved
Hide resolved
_posts/2020-07-08-event-driven-functions-with-openfaas-and-nats.md
Outdated
Show resolved
Hide resolved
_posts/2020-07-08-event-driven-functions-with-openfaas-and-nats.md
Outdated
Show resolved
Hide resolved
_posts/2020-07-08-event-driven-functions-with-openfaas-and-nats.md
Outdated
Show resolved
Hide resolved
_posts/2020-07-08-event-driven-functions-with-openfaas-and-nats.md
Outdated
Show resolved
Hide resolved
_posts/2020-07-08-event-driven-functions-with-openfaas-and-nats.md
Outdated
Show resolved
Hide resolved
| Install OpenFaaS using `arkade` | ||
|
|
||
| ``` | ||
| arkade install openfaas --set basic_auth=true --set functionNamespace=openfaas-fn |
There was a problem hiding this comment.
Please remove --set basic_auth=true since that is always the case, same with functionNamespace IMHO?
There was a problem hiding this comment.
Removed these flags
|
|
||
| #### Create a kubernetes cluster | ||
|
|
||
| `k3d` is a tool to run `k3s` in docker. Create a single node `k3s` cluster. |
There was a problem hiding this comment.
Mention that they can use other tools like KinD (with a link) if they wish.
| @@ -0,0 +1,146 @@ | |||
| --- | |||
| title: "Event driven functions with OpenFaaS and NATS" | |||
e4efc7f to
ed863d7
Compare
| Deploy `receive-message` function | ||
|
|
||
| ``` | ||
| faas-cli deploy --name receive-message --image openfaas/receive-message:latest \ |
There was a problem hiding this comment.
Could we have a stack.yml for this instead please?
There was a problem hiding this comment.
Or if this is in a git repo (I think it is), then let's clone and deploy with faas-cli deploy
|
|
||
| #### Create a kubernetes cluster | ||
|
|
||
| `k3d` is a tool to run `k3s` in docker. Create a single node `k3s` cluster. You can also use other tools like [KinD](https://github.com/kubernetes-sigs/kind) |
There was a problem hiding this comment.
Could you move this to use KinD like the post Lucas put up for Loki? Feel free to copy/paste that section.
|
Please see the latest comments @viveksyngh and update the date to next Monday? |
1f7565b to
97c42cc
Compare
|
I have addressed comments and updated the PR. |
|
Could you please squash the three commits and change the date to next Monday (including filenames)? |
Signed-off-by: Vivek Singh <vivekkmr45@yahoo.in>
97c42cc to
f378919
Compare
|
@alexellis I have squashed commits and updated the date. |
Signed-off-by: Vivek Singh vivekkmr45@yahoo.in
Description
Motivation and Context
Have you applied the editorial and style guide to your post?
See the README.md
How have you tested the instructions for any tutorial steps?
Types of changes
Checklist:
git commit -s