From a6d71ea72f126e83d783d4dbc576b828de68c447 Mon Sep 17 00:00:00 2001 From: Inaki Date: Wed, 8 Jan 2020 18:49:48 +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 571008e9..d9e9b27c 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -72,6 +72,7 @@ * [ovh.com - getting external traffic into kubernetes: clusterip, nodeport, loadbalancer and ingress](https://www.ovh.com/blog/getting-external-traffic-into-kubernetes-clusterip-nodeport-loadbalancer-and-ingress/) * [youtube: Kubernetes Ingress Explained Completely For Beginners](https://www.youtube.com/watch?v=VicH6KojwCI) * [Kubernetes Certs](https://github.com/jetstack/cert-manager/) +* [KSS - Kubernetes pod status on steroid](https://github.com/chmouel/kss) ## 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.