Update kubernetes.md

This commit is contained in:
Inaki
2020-04-05 18:39:15 +02:00
committed by GitHub
parent aba6bd25ee
commit fd2fae337e
+3
View File
@@ -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)