diff --git a/docs/serverless.md b/docs/serverless.md index ad615ed4..8f6b76fb 100644 --- a/docs/serverless.md +++ b/docs/serverless.md @@ -12,6 +12,7 @@ ## Serverless Architectures * [martinfowler.com: Serverless Architectures](https://martinfowler.com/articles/serverless.html) +* [developers.redhat.com: Serverless Architecture](https://developers.redhat.com/topics/serverless-architecture/) * [itnext.io: Scaling My App: Serverless vs Kubernetes](https://itnext.io/scaling-my-app-serverless-vs-kubernetes-cdb8adf446e1) * [serverless.com: Comparisons - Serverless vs. other tools](https://www.serverless.com/learn/comparisons/) @@ -41,6 +42,9 @@ ### Knative * [knative.dev](https://knative.dev/) +* [redhat.com: What is knative?](https://www.redhat.com/en/topics/microservices/what-is-knative) +* [datacenterknowledge.com: Explaining Knative, the Project to Liberate Serverless from Cloud Giants](https://www.datacenterknowledge.com/open-source/explaining-knative-project-liberate-serverless-cloud-giants) +* [knative-tutorial](https://github.com/redhat-developer-demos/knative-tutorial) A pratical guide to get started with knative. Knative concepts are explained simple and easy way with lots of demos and exercises. ### Kubeless * [kubeless.io](https://kubeless.io/)