You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ faas-netes - Serverless Functions For Kubernetes with OpenFaaS
9
9
10
10
`faas-netes` is an [OpenFaaS provider](https://github.com/openfaas/faas-provider) which enables Kubernetes for [OpenFaaS](https://github.com/openfaas/faas). It's part of a larger stack that brings a cloud-agnostic serverless experience to Kubernetes.
11
11
12
-
The existing REST API, CLI and UI are fully compatible. With OpenFaaS Pro, you have an optional *operator* mode so that you can manage functions with `kubectl` and a `CustomResource`.
12
+
The existing REST API, CLI and UI are fully compatible. With OpenFaaS Standard/Enterprise, you have an optional *operator* mode so that you can manage functions with `kubectl` and a `CustomResource`.
13
13
14
14
You can deploy OpenFaaS to any Kubernetes service - whether managed or local, including to OpenShift. You will find any specific instructions and additional links in the documentation.
15
15
@@ -20,7 +20,7 @@ You can deploy OpenFaaS to any Kubernetes service - whether managed or local, in
20
20
21
21
## Highlights
22
22
23
-
* Free for personal, non-commercial use, commercial use limited to 60 days.
23
+
* Free for personal & non-commercial use. Commercial use limited to 60 days, then you [must buy a license](https://openfaas.com/pricing/).
24
24
* Platform for deploying [serverless-style workloads](https://docs.openfaas.com/reference/workloads/) - microservices and functions
25
25
* Native Kubernetes integrations (API and ecosystem)
26
26
* Built-in UI portal
@@ -73,8 +73,8 @@ The rest of this document is dedicated to technical and operational information
73
73
74
74
There are two modes available for faas-netes, the classic mode is the default.
75
75
76
-
* Classic mode (aka faas-netes) - includes a REST API, multiple-namespace support but no Function CRD - available in Community Edition and OpenFaaS Pro/Enteprise
77
-
* Operator mode (aka "The OpenFaaS Operator") - includes a REST API, with a "Function" CRD and multiple-namespace [OpenFaaS Pro/Enterprise](https://openfaas.com/pricing/)
76
+
* Classic mode (aka faas-netes) - includes a REST API, multiple-namespace support but no Function CRD - available in Community Edition and OpenFaaS Standard/Enteprise
77
+
* Operator mode (aka "The OpenFaaS Operator") - includes a REST API, with a "Function" CRD and multiple-namespace [OpenFaaS Standard/Enterprise](https://openfaas.com/pricing/)
78
78
79
79
See also: [README for "The OpenFaaS Operator"](README-OPERATOR.md)
0 commit comments