open-cloud-guide / website

The source code for https://open-cloud-guide.dev/, contributions are very welcome!
https://open-cloud-guide.dev
Apache License 2.0
32 stars 19 forks source link

New guide for “Serverless” #4

Open maximilien opened 2 years ago

maximilien commented 2 years ago

New guide request

Serverless is a novel approach to creating cloud software that truly only consumes the resources that are needed. This encompasses serverless containers as well as functions-as-a-service (FaaS).

There is a slew of OSS projects to help solve Serverless architecture in the cloud, e.g., Knative, OpenWhisk, OpenFaaS, and many more.

This guide would not only give hints to what use cases are best suited for serverless, e.g., batch processing, APIs, websites, etc. but would also list various alternatives to solving “serverless” using Open Source technologies.

Use case

And many more.

References

/kind proposal

maximilien commented 2 years ago

Cc: @emilyannmitchell @stevemar