|
1 | 1 | # Deployment guide for Kubernetes
|
2 | 2 |
|
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 |
| - |
15 | 3 | ## Build a cluster
|
16 | 4 |
|
17 | 5 | 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
|
93 | 81 | 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.
|
94 | 82 | 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/).
|
95 | 83 |
|
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). |
97 | 90 |
|
98 | 91 | #### 1) Deploy the Chart with `arkade` (fastest option)
|
99 | 92 |
|
|
0 commit comments