Update kubernetes.md

This commit is contained in:
Inaki
2020-01-08 18:49:48 +01:00
committed by GitHub
parent 26358fa12e
commit a6d71ea72f

View File

@@ -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.