This commit is contained in:
Inaki Fernandez
2020-05-08 16:51:51 +02:00
parent 76527e185d
commit 27213d0c2f

View File

@@ -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/)