From fbb52844501c1c3f06bfe0c9414ca379bf1be8cd Mon Sep 17 00:00:00 2001 From: Inaki Date: Mon, 10 Jun 2019 10:02:50 +0200 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 313421db..83b6fd3d 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -31,6 +31,7 @@ * [kubernetestutorials.com: Install and Deploy Kubernetes on CentOs 7](https://kubernetestutorials.com/install-and-deploy-kubernetes-on-centos-7/) * [kubernetesbyexample.com 🌟🌟🌟](http://kubernetesbyexample.com/) * [devopscube.com: Kubernetes Tutorials For Beginners: Getting Started Guide 🌟🌟🌟](https://devopscube.com/kubernetes-tutorials-beginners/) +* [medium.com: Simplifying orchestration with Kubernetes](https://medium.com/@swapnasagarpradhan/simplifying-orchestration-with-kubernetes-e81015681a85) ## 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.