From 1aa940e01ff84f23c685c229bf66751b3bd19fcb Mon Sep 17 00:00:00 2001 From: Inaki Date: Wed, 8 Jan 2020 15:29:57 +0100 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 cde84edf..056f13e0 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -53,6 +53,7 @@ * [Complete Kubernetes Course](https://lnkd.in/eVG5Za9) * [Getting started with Kubernetes](https://lnkd.in/emPjNM9) * [medium.com: Kubernetes Canary Deployment #1 Gitlab CI](https://medium.com/@wuestkamp/kubernetes-canary-deployment-1-gitlab-ci-518f9fdaa7ed) +* https://github.com/wardviaene/kubernetes-course 🌟🌟🌟🌟 ## 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.