Skip to content

Commit fed19cc

Browse files
committed
Add options for support and getting help
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 605e7d5 commit fed19cc

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

docs/deployment/kubernetes.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Deployment guide for Kubernetes
22

3-
OpenFaaS is Kubernetes-native and uses *Deployments*, *Services* and *Secrets*. For more detail check out the ["faas-netes" repository](https://github.com/openfaas/faas-netes).
4-
5-
Use this guide to deploy OpenFaaS to upstream Kubernetes 1.11 or higher.
6-
7-
## Expert installations, proof of concepts and getting help
8-
9-
If you need help with an OpenFaaS proof-of-concept or a reference architecture, you can contact [[email protected]](mailto:[email protected]) to find out more.
10-
11-
A [Premium Subscription is also offered](https://openfaas.com/support/) which provides support and SSO with OIDC and OAuth2.
12-
13-
You can also connect with the [Community](/community/) on Slack and Twitter for help.
14-
153
## Build a cluster
164

175
Before deploying OpenFaaS, you should provision a Kubernetes cluster. There are many options for deploying a local or remote cluster. You can read about the [various Kubernetes distributions here](https://kubernetes.io/docs/setup/).
@@ -93,7 +81,12 @@ There are three recommended ways to install OpenFaaS and you can pick whatever m
9381
2) `helm` client - sane defaults and easy to configure through YAML or CLI flags. Secure options such as `helm template` or `helm 3` also exist for those working within restrictive environments.
9482
3) With GitOps tooling. You can install OpenFaaS and keep it up to date with [Flux](https://github.com/fluxcd/flux) or [ArgoCD](https://argoproj.github.io/argo-cd/).
9583

96-
Guidelines are also provided for [preparing for production](/architecture/production/) and for [performance testing](/architecture/performance).
84+
#### Getting help, expert installations and proof-of-concepts
85+
86+
* You can get help by connecting with the community on the [Community Page](/community/).
87+
* OpenFaaS Ltd offers expert installation, proof-of-concepts, and architecture reviews. Get in touch at: [[email protected]](mailto:[email protected]) to find out more.
88+
* The [OpenFaaS Premium Subscription](https://openfaas.com/support/) offers enterprise-grade authentication with SSO and OpenID Connect (OIDC).
89+
* Guidelines are also provided for [preparing for production](/architecture/production/) and for [performance testing](/architecture/performance).
9790

9891
#### 1) Deploy the Chart with `arkade` (fastest option)
9992

0 commit comments

Comments
 (0)