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

SocialGouv/sre-faas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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