Update kubernetes.md

This commit is contained in:
Inaki
2020-03-22 12:27:41 +01:00
committed by GitHub
parent 5710ef2664
commit ac5a0df574

View File

@@ -209,6 +209,7 @@
* [**ClusterAPI**](https://cluster-api.sigs.k8s.io/)
* [**microk8s.io**](https://microk8s.io/)
* [**VMware Kubernetes Tanzu**](https://cloud.vmware.com/tanzu)
* [**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.
## Rancher
* [rancher.com](https://rancher.com/) Rancher is enterprise management for Kubernetes, an amazing GUI for managing and installing Kubernetes clusters. They have released a number of pieces of software that are part of this ecosystem, for example [Longhorn](https://github.com/longhorn/longhorn) which is a lightweight and reliable distributed block storage system for Kubernetes.