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.