Questions tagged [openfaas]

OpenFaaS (Functions as a Service) is a framework for building serverless functions with Docker and Kubernetes which has first class support for metrics. Any process can be packaged as a function enabling you to consume a range of web events without repetitive boiler-plate coding.

OpenFaaS is a framework for building serverless functions on the top of containers through the use of Docker and Kubernetes. With OpenFaaS, serverless functions can be managed anywhere with the same unified experience. This includes on the user's laptop, on-premises hardware, or by creating a cluster in the cloud.

You can find Function templates for various programming languages in their templates GitHub repository.

81 questions
0
votes
2 answers

Kubernetes port forwarding between host machine and nodes? #LoadBalancer

I had 1 mission this weekend, get OpenFaas Cloud working on my home server. Disclaimer, I know very little about Kubernetes. I have been following the OpenFaas Cloud guide here. The slack group has been very helpful but I still…
Burf2000
  • 5,001
  • 14
  • 58
  • 117
0
votes
0 answers

can't submit an async task to openfaas

OpenFaas on GKE was working fine until the morning, when I sent load on it. Since then it's been unresponsive to async requests, but sync requests are working fine. How do I get the async tasks to work again?
Amit
  • 3,952
  • 7
  • 46
  • 80
0
votes
1 answer

Openfaas function keeps returning the same result even after redeploying

I built a little Openfaas function using the tutorial. After initial build and deployment, it worked just fine and returned {"status":"done"}, just as I intended. After the initial successful run, I made changes to the index.js handler (it's a node…
Sandyman
  • 143
  • 2
  • 12
0
votes
2 answers

install OpenFaaS to your Kubernetes Cluster on Minikube issue

while install OpenFaaS to your Kubernetes Cluster on Minikube getting some URL issue. C:\Users\XXX\openfaas\faas-netes>helm upgrade --install --debug --reset-values --set async=false --set rbac=false openfaas openfaas [debug] Created tunnel using…
Asif Nawaz
  • 73
  • 1
  • 5
0
votes
0 answers

How install openfaas on openshift?

I try to install OpenFaaS on OpenShift. What I do : I clone "https://github.com/openfaas/faas-netes" I build the dockerfile. (docker build .) I tag and push the image on my docker hub repository In Openshift, I deploy this image and I create a…
vodasan
  • 21
  • 7
-1
votes
1 answer

MQTT Subscribing with Serverless Function

We have a project that uses a lidar detector to detect objects within 2 meters. We are wanting to run this on a raspberry pi 4, using open-faas/faasd serverless framework. We are using mosquitto as our MQTT Broker. We have everything running locally…
Agro20
  • 1
  • 1
1 2 3 4 5
6