Skip to content
Snippets Groups Projects
Commit 3e71fb85 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Asynchronous guide

parent 88878d66
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,19 @@ $ echo -n "" | faas-cli invoke --gateway http://kubernetes-ip:31112 --name nodei
$ echo -n "verbose" | faas-cli invoke --gateway http://kubernetes-ip:31112 --name nodeinfo
```
## Asynchronous functions
Asynchronous invocation works by queuing requests with NATS Streaminig.
Deploy the asynchronous stack like this:
```
$ cd faas-netes
$ kubectl apply -f ./faas.async.yml,nats.yml,monitoring.yml,rbac.yml
```
* See also: [Asynchronous function guide](https://github.com/openfaas/faas/blob/master/guide/asynchronous.md)
## Helm chart
A Helm chart is provided below with experimental support.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment