From 48329668ebb7b5c1abc9431a4e9614038ada9056 Mon Sep 17 00:00:00 2001 From: Inaki Date: Fri, 1 May 2020 12:35:37 +0200 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 25b32533..7bc8dbda 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -24,7 +24,7 @@ - [Security](#security) - [AWS EKS](#aws-eks) - [Docker in Docker](#docker-in-docker) - - [Serverless](#serverless) + - [Serverless with OpenFaas. FaaS architecture](#serverless-with-openfaas-faas-architecture) - [Container Ecosystem](#Container-ecosystem) - [Container Flowchart](#Container-flowchart) - [Videos](#videos) @@ -436,13 +436,12 @@ * [ref1: docker build --network=host](https://github.com/awslabs/amazon-eks-ami/issues/183) * [ref2](https://github.com/weaveworks/eksctl/issues/942) -## Serverless +## Serverless with OpenFaas. FaaS architecture * [itnext.io: Deploy your first Serverless Function to Kubernetes](https://itnext.io/deploy-your-first-serverless-function-to-kubernetes-232307f7b0a9) -* **FaaS arquitecture:** - * [OpenFAAS](https://www.openfaas.com/) - * [magalix.com: Implementing FaaS in Kubernetes Using Kubeless](https://www.magalix.com/blog/implementing-faas-in-kubernetes-using-kubeless) - * [itnext.io: **arkade** by example — Kubernetes apps, the easy way 🌟🌟🌟](https://itnext.io/kubernetes-apps-the-easy-way-f06d9e5cad3c) - * [xenonstack.com: Serverless Architecture with OpenFaaS and Java](https://www.xenonstack.com/blog/serverless-openfaas-java/) +* [OpenFAAS](https://www.openfaas.com/) +* [magalix.com: Implementing FaaS in Kubernetes Using Kubeless](https://www.magalix.com/blog/implementing-faas-in-kubernetes-using-kubeless) +* [itnext.io: **arkade** by example — Kubernetes apps, the easy way 🌟🌟🌟](https://itnext.io/kubernetes-apps-the-easy-way-f06d9e5cad3c) +* [xenonstack.com: Serverless Architecture with OpenFaaS and Java](https://www.xenonstack.com/blog/serverless-openfaas-java/) [![Serverless](images/from-monolith-to-serverless.jpg)](https://www.xenonstack.com/blog/serverless-openfaas-java/)