Update kubernetes.md

This commit is contained in:
Inaki
2020-04-29 09:09:56 +02:00
committed by GitHub
parent 283a62f601
commit 5e0cc5cb12
+3 -3
View File
@@ -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 Hightowers 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)