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
The [faas-provider](https://github.com/openfaas/faas-provider) SDK allowed us to do this and was extracted from the core project shortly after adding support for Kubernetes. We've had a number of other community providers, but this is the one with the most traction today.
26
25
27
26
> It's my belief that Kubernetes is the best way to run OpenFaaS in production for everything from edge deployments to large scale platforms.
@@ -127,6 +126,16 @@ There's multiple ways to deploy faasd, pick whichever suits your needs. The core
127
126
128
127
OpenFaaS is best run on Kubernetes, but this does come with a learning curve and for some teams, an ongoing maintenance cost. faasd presents a new option for teams that want to start out with Serverless and keep it both open-source and portable too.
129
128
129
+
We hope that faasd could provide a way for us to deprecate support for Docker Swarm, which is currently made available via [faas-swarm](https://github.com/openfaas/faas-swarm).
130
+
131
+
> If you're using OpenFaaS with Swarm in production, I'd strongly suggest that you get in touch to discuss your requirements: [support@openfaas.com](mailto:support@openfaas.com).
132
+
133
+
* For production use and scale-out - use OpenFaaS on Kubernetes or k3s
134
+
* For local development and edge/Raspberry Pi - use OpenFaaS on k3s or Kubernetes
135
+
* Small teams / no-clustering: use faasd
136
+
137
+
Read more on the [deployment page](https://docs.openfaas.com/deployment/)
138
+
130
139
### You're not on your own!
131
140
132
141
Finally, if you do run into technical issues with OpenFaaS and you need support, do feel free to join the Slack community and ask away.
@@ -137,4 +146,4 @@ Finally, if you do run into technical issues with OpenFaaS and you need support,
137
146
138
147
* Get a head-start with OpenFaaS with our [Official Workshop](https://github.com/openfaas/workshop).
139
148
*[Join Slack now](https://slack.openfaas.io)
140
-
*[Sponsor OpenFaaS on GitHub](https://www.openfaas.com/support/) and support our work
149
+
*[Buy support or an Insiders Subscription OpenFaaS on GitHub](https://www.openfaas.com/support/) and support our work
0 commit comments