Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless architecture and Function-as-a-Service (FaaS) #307

Open
veggiemonk opened this issue Jan 15, 2020 · 12 comments
Open

Serverless architecture and Function-as-a-Service (FaaS) #307

veggiemonk opened this issue Jan 15, 2020 · 12 comments
Labels
topic DevOps relevant topics

Comments

@veggiemonk
Copy link

veggiemonk commented Jan 15, 2020

Reference:

It should be a topic of its own, from the comment #11 (comment)

Serverless is more a mindset of connecting services without operating them.
How to monitoring, auditing, scale and plan for disaster recovery when one is not in charge of the underlying services can be quite challenging and rewarding at the same time.

It encompasses everything from a traditional developer workflow (there is still code, tests, debugging, deployments, monitoring, databases, message queues, ...) but it adds another dimension: infrastructure management, as one pays for what one uses.
It is a best practice to have infrastructure as code to manage that infrastructure, so the topic of serverless is quite vast but it is not limited to cloud providers. Now, anyone can deploy their own serverless platform such as OpenFaas, Knative and so on.

I have a lot to talk about regarding that so I would be happy to present that topic to the student.

@monperrus
Copy link
Member

monperrus commented Jan 16, 2020 via email

@monperrus
Copy link
Member

the cold start problem (eg https://serverless.com/blog/keep-your-lambdas-warm/)

@monperrus
Copy link
Member

Serverless can be used for the devops process itself

@monperrus
Copy link
Member

Firecracker: Secure and fast microVMs for serverless computing
https://firecracker-microvm.github.io/

@gluckzhang gluckzhang added the topic DevOps relevant topics label Mar 17, 2020
@monperrus
Copy link
Member

Openfaas Serverless Functions (mentioned by the OP) https://www.openfaas.com/

@monperrus
Copy link
Member

True need for scalability: who's the fastest to reach one million Instagram followers?

World record: Kim Taehyung ‘V’ 43 minutes

Was Jennifer Annston: https://www.guinnessworldrecords.com/news/2019/10/friends-star-jennifer-aniston-claims-record-for-fastest-to-reach-one-million-inst-595437

cc/ @payberah @barais @combemale

@monperrus
Copy link
Member

Has Your FaaS Application Been Decommissioned Yet? -- A Case Study on the Idle Timeout in Function as a Service Infrastructure https://arxiv.org/abs/2203.10227

@mrbgco
Copy link

mrbgco commented Mar 24, 2022

Azure functions.

@monperrus
Copy link
Member

@monperrus
Copy link
Member

@monperrus
Copy link
Member

https://vercel.com/ a cloud provider

@bbaudry
Copy link
Collaborator

bbaudry commented Apr 5, 2023

building and running serverless applications powered by WebAssembly
https://github.com/fermyon/spin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic DevOps relevant topics
Projects
None yet
Development

No branches or pull requests

5 participants