From e80c4ea61da1955d0a483b37a838ae2e91c321ee Mon Sep 17 00:00:00 2001 From: Mariusz Michalowski <92091891+mariuszmichalowski@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:53:40 +0200 Subject: [PATCH] Added new Kubernetes Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 904017d..8ddcb5d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Be aware, that the following sections might be opinionated. Kubernetes is an evo * [Kubernetes concepts](https://kubernetes.io/docs/concepts/) * [Kubernetes by example](http://kubernetesbyexample.com/) * [Kubernetes basics - interactive tutorial](https://kubernetes.io/docs/tutorials/kubernetes-basics/) + * [Kubernetes Tutorial for Beginners – Basic Concepts and Examples by Spacelift](https://spacelift.io/blog/kubernetes-tutorial) ## Rough overview on the structure of the cluster The main idea is, to have a small CPU only master node, that controls a cluster of GPU-worker nodes.