From fd2fae337e583e8f95941d0c72750771fbb550dc Mon Sep 17 00:00:00 2001 From: Inaki Date: Sun, 5 Apr 2020 18:39:15 +0200 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 522bf86d..7174e417 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -164,6 +164,9 @@ * [stackrox.com: Kubernetes Networking Demystified: A Brief Guide](https://www.stackrox.com/post/2020/01/kubernetes-networking-demystified/) * [medium.com: Fighting Service Latency in Microservices With Kubernetes](https://medium.com/@sindhujacynixit/fighting-service-latency-in-microservices-with-kubernetes-f5a584f5af36) +## Kubernetes Storage +* [Cloud Native Storage](storage.md) + ## Local Installers * [Minikube](https://github.com/kubernetes/minikube) A tool that makes it easy to run Kubernetes locally inside a Linux VM. It's aimed on users who want to just test it out or use it for development. It cannot spin up a production cluster, it's a one node machine with no high availability. * [murchie85.github.io: Installling minikube](https://murchie85.github.io/Kubernetes.html)