From ac5a0df574416cc1bf4da7fdacb5ff8b8575bfb9 Mon Sep 17 00:00:00 2001 From: Inaki Date: Sun, 22 Mar 2020 12:27:41 +0100 Subject: [PATCH] Update kubernetes.md --- docs/kubernetes.md | 1 + 1 file changed, 1 insertion(+) 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.