From d044f2bbd02eea965b56182d9ae0a7c38c71fce7 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Fri, 7 Feb 2020 09:39:00 +0100 Subject: [PATCH] [architecture] add links --- slides/k8s/architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides/k8s/architecture.md b/slides/k8s/architecture.md index 705548ac..fce942bd 100644 --- a/slides/k8s/architecture.md +++ b/slides/k8s/architecture.md @@ -20,7 +20,7 @@ The control plane can run: - in containers, on the same nodes that run other application workloads - (example: Minikube; 1 node runs everything) + (example: [Minikube](https://github.com/kubernetes/minikube); 1 node runs everything) - on a dedicated node @@ -28,7 +28,7 @@ The control plane can run: - on a dedicated set of nodes - (example: Kubernetes The Hard Way; kops) + (example: [Kubernetes The Hard Way](https://github.com/kelseyhightower/kubernetes-the-hard-way); [kops](https://github.com/kubernetes/kops)) - outside of the cluster