From c316205e38f538f6a3d9ff9ac0198dec9a7685ce Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 24 Jun 2020 19:14:54 +0200 Subject: [PATCH] update --- docs/kubernetes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 0139085c..b1513f6a 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -120,6 +120,7 @@ - [Crossplane](#crossplane) - [Istio Service Mesh](#istio-service-mesh) - [Kubernetes interview questions](#kubernetes-interview-questions) +- [Kubernetes Blogs](#kubernetes-blogs) - [Container Ecosystem](#container-ecosystem) - [Container Flowchart](#container-flowchart) - [Videos](#videos) @@ -966,6 +967,9 @@ $ sudo mv kops-linux-amd64 /usr/local/bin/kops - [Kubernetes Interview Questions and Answers 2019 2020](https://linux.amitmaheshwari.in/2019/11/kubernetes-interview-questions-and.html) - [intellipaat.com: Top Kubernetes Interview Questions and Answers](https://intellipaat.com/blog/interview-question/kubernetes-interview-questions-answers/) +## Kubernetes Blogs +- [returngis.net by @0GiS0 (Spanish)](https://www.returngis.net/) + ## Container Ecosystem * [Author: github.com/rootsongjc](https://github.com/rootsongjc)