OpenFaaS
OpenFaaS makes it easy for developers to deploy event-driven functions and microservices to Kubernetes without repetitive, boiler-plate coding. Package your code or an existing binary in a Docker image to get a highly scalable endpoint with auto-scaling and metrics.
Here are 298 public repositories matching this topic...
Update Istio app to use istioctl and 1.8
Expected Behaviour
Istio 1.18 is now available and is installed via a CLI (similar to how Linkerd works)
Current Behaviour
<!
Description
We need a volunteer to update all the guides, terraform automation and cloud-config.txt to use the release 0.9.0
The assets are in this repo, so you shouldn't have too hard of a time finding stuff. Bear in mind we now have a dependency on docker-compose.yaml and that may need to be downloaded before faasd install.
Feel free to ask questions here.
The new cloud-config.t
-
Updated
Jan 5, 2021 - Go
Expected Behaviour
We should prepare Derek for use as an SDK/package so that he can be run on any platform - a Go microservice, AWS Lambda, Heroku etc.
This is the first ste
-
Updated
Aug 6, 2020
-
Updated
Jan 12, 2021 - Go
-
Updated
Jul 13, 2020 - Go
-
Updated
Apr 16, 2020 - Go
-
Updated
Mar 7, 2021 - Groovy
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Dec 15, 2020 - Go
-
Updated
Jan 5, 2021 - TypeScript
Details
DEX is installed using pre-existing themes that are available, namely coreos and tectonic.
source: https://github.com/dexidp/dex/tree/master/web/themes
To use a custom theme you need just to put it along with others into a web directory. The folder structure should be the same: logo, favicon, and CSS.
After that, add
frontend:
theme: yourthemefolder
to
-
Updated
Jan 15, 2021 - HTML
-
Updated
Jan 21, 2020 - Go
-
Updated
Mar 3, 2021 - Go
-
Updated
Dec 5, 2020
-
Updated
Mar 16, 2019 - Python
-
Updated
Dec 28, 2018
-
Updated
Jan 5, 2021 - Go
Proposed change
We may be able to remove the additional create Certificate step from SSL page.. https://docs.openfaas.com/reference/ssl/kubernetes-with-cert-manager/
Co
-
Updated
Apr 13, 2019 - Go
Expected Behaviour
Convert CI to GitHub Actions
Current Behaviour
We use Travis and need to move away
Possible Solution
See the approach in https://github.com/openfaas/faas-netes/tree/master/.github
Task
Convert CI to GitHub Actions
Context
Travis is removing its free tier for OSS projects, so this should be built with GitHub Actions instead, which is not going to add additional cost.
I would expect this to be one of the easier projects to convert given that Docker isn't used in the build.
See also:
https://github.com/mvdan/github-actions-golang
https://github.com/ac