From 42d0bb54a17c69ada308af4ce516f77beed2fbd2 Mon Sep 17 00:00:00 2001 From: Inaki Date: Fri, 17 Jan 2020 09:58:24 +0100 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 3d146424..a3f43f0a 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -77,7 +77,6 @@ * [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) * Kubernetes Patterns: * [redhat.com: Kubernetes Patterns e-book 🌟🌟🌟🌟](https://www.redhat.com/en/engage/kubernetes-containers-architecture-s-201910240918) * [kubernetes.io: container design patterns](https://kubernetes.io/blog/2016/06/container-design-patterns/) @@ -162,6 +161,7 @@ ## Other tools * [VMware octant 🌟🌟🌟](https://github.com/vmware/octant) A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters. +* [KSS - Kubernetes pod status on steroid](https://github.com/chmouel/kss) * [kubectl-debug](https://github.com/aylei/kubectl-debug) ## Demos