From 07d1201724497d23ae0dd44522347951bd1fde9b Mon Sep 17 00:00:00 2001 From: Inaki Date: Wed, 29 Apr 2020 09:06:53 +0200 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 7a5048f5..a28eb02f 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -221,6 +221,8 @@ * [**ClusterAPI**](https://cluster-api.sigs.k8s.io/) * [**Microk8s**](https://microk8s.io/) * [**k8s-tew**](https://github.com/darxkies/k8s-tew) Kubernetes is a fairly complex project. For a newbie it is hard to understand and also to use. While [Kelsey Hightower’s Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way), on which this project is based, helps a lot to understand Kubernetes, it is optimized for the use with Google Cloud Platform. +* [**K8bit** — the tiny Kubernetes dashboard 🌟](https://github.com/learnk8s/k8bit) + * [learnk8s.io/real-time-dashboard](https://learnk8s.io/real-time-dashboard) ## VMware * [blogs.vmware.com: Introducing Project Pacific (vSphere with Kubernetes)](https://blogs.vmware.com/vsphere/2019/08/introducing-project-pacific.html)