diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 3ba3a75a..f59f9e3d 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -221,8 +221,6 @@ * [**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) K8bit is a tiny dashboard that is meant to demonstrate how to use the Kubernetes API to watch for changes. - * [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) @@ -316,7 +314,9 @@ * Get service account tokens from all available containers by kubelet * Nice printing :) * [**inspektor-gadget**](https://github.com/kinvolk/inspektor-gadget) Collection of gadgets for debugging and introspecting Kubernetes applications using BPF [kinvolk.io](https://kinvolk.io) - +* [**K8bit** β€” the tiny Kubernetes dashboard 🌟](https://github.com/learnk8s/k8bit) K8bit is a tiny dashboard that is meant to demonstrate how to use the Kubernetes API to watch for changes. + * [learnk8s.io/real-time-dashboard](https://learnk8s.io/real-time-dashboard) + ## Demos * [kubernetesbyexample.com 🌟🌟🌟](http://kubernetesbyexample.com/) * [github.com/eon01/kubernetes-workshop](https://github.com/eon01/kubernetes-workshop)