diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 22526ab5..2ba74e0d 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -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 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. ## 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.