From dcff5f174c877da4cb9e32ac59e7804d3a60a94e Mon Sep 17 00:00:00 2001 From: Inaki Date: Tue, 17 Mar 2020 19:12:15 +0100 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index f49f799b..f5d9725e 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -18,6 +18,7 @@ - [Security](#security) - [AWS EKS](#aws-eks) - [Docker in Docker](#docker-in-docker) + - [Serverless](#serverless) - [Container Ecosystem](#Container-ecosystem) - [Container Flowchart](#Container-flowchart) - [Videos](#videos) @@ -360,6 +361,9 @@ * [ref1: docker build --network=host](https://github.com/awslabs/amazon-eks-ami/issues/183) * [ref2](https://github.com/weaveworks/eksctl/issues/942) +## Serverless +* [itnext.io: Deploy your first Serverless Function to Kubernetes](https://itnext.io/deploy-your-first-serverless-function-to-kubernetes-232307f7b0a9) + ## Container Ecosystem * [Author: github.com/rootsongjc](https://github.com/rootsongjc) [![Kubernetes components](images/kubernetes_components_rootsongjc.jpg)](https://github.com/rootsongjc)