Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 599 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 599 Bytes

sre-faas

Poor man stateless JS/TS functions using kube-workflow deployments

How it works

Each function generate its own docker registry image from the main Dockerfile

Generated URLs

Dev

Docker

Build your image with docker build --build-arg FUNCTION=some-func .

Todo

  • ressources optims + hpa
  • changes based release/deploy