Skip to content

Commit 7a99ef0

Browse files
committed
Update architecture diagram
Signed-off-by: Alex Ellis (VMware) <[email protected]>
1 parent 22be450 commit 7a99ef0

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/architecture/gateway.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
## OpenFaaS API Gateway / Portal
22

3-
*Pictured: OpenFaaS conceptual design with Kubernetes*
3+
Conceptual design using the OpenFaaS operator faas-provider. Each function is built into an immutable Docker image before being deployed via the faas-cli, UI or REST API.
44

5-
<a href="https://raw.githubusercontent.com/openfaas/faas/master/docs/of-overview.png"><img src="https://raw.githubusercontent.com/openfaas/faas/master/docs/of-overview.png"></a>
5+
Click below to view the image full-size:
6+
7+
[![OpenFaaS Conceptual architecture](../images/of-conceptual-operator.png)](../images/of-conceptual-operator.png)
8+
9+
When deployed each function creates 1 to many Pods/containers depending on the minimum and maximum scaling parameters requested by the user. Functions can also scale to zero and back again through use of the [faas-idler](https://github.com/openfaas-incubator/faas-idler/) or REST API.
10+
11+
See also: [auto-scaling](autoscaling.md).
612

713
## Reference documentation
814

308 KB
Loading

docs/images/of-overview.png

-80.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)