From 4ee5ef4a51c77ce33d7e97fbd716bb6a95d3e3ff Mon Sep 17 00:00:00 2001 From: Inaki Date: Sun, 8 Mar 2020 11:11:50 +0100 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 41fc9d66..9e4ffccc 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -227,7 +227,8 @@ * [Bitnami Helm Charts](https://bitnami.com/stacks/helm) ## 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. +* [VMware octant](https://github.com/vmware/octant) A web-based, highly extensible platform for developers to better understand the complexity of Kubernetes clusters. + * [octant.dev](https://octant.dev/) Visualize your Kubernetes workloads. Octant is an open source developer-centric web interface for Kubernetes that lets you inspect a Kubernetes cluster and its applications. * [KSS - Kubernetes pod status on steroid](https://github.com/chmouel/kss) * [kubectl-debug](https://github.com/aylei/kubectl-debug) * [kubectl-tree](https://github.com/ahmetb/kubectl-tree) kubectl plugin to browse Kubernetes object hierarchies as a tree @@ -240,7 +241,6 @@ * [go-kubectx](https://github.com/aca/go-kubectx) 5x-10x faster alternative to kubectx. Uses client-go. * [kubevious](https://github.com/kubevious/kubevious) is open-source software that provides a usable and highly graphical interface for Kubernetes. Kubevious renders all configurations relevant to the application in one place. * [Guard](https://github.com/appscode/guard) is a Kubernetes Webhook Authentication server. Using guard, you can log into your Kubernetes cluster using various auth providers. Guard also configures groups of authenticated user appropriately. -* [octant.dev](https://octant.dev/) Visualize your Kubernetes workloads. Octant is an open source developer-centric web interface for Kubernetes that lets you inspect a Kubernetes cluster and its applications. ## Demos * [kubernetesbyexample.com 🌟🌟🌟](http://kubernetesbyexample.com/)