From 664cbc507b5e26de78506d87c8fc7fe2590d701d Mon Sep 17 00:00:00 2001 From: Mohan_J <57227290+PMohanJ@users.noreply.github.com> Date: Sun, 15 May 2022 17:02:52 +0530 Subject: [PATCH] Update day52.md : fixed redirecting link On line 36, a redirecting link to day49.md was mistyped. --- Days/day52.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Days/day52.md b/Days/day52.md index 2927b86..687e743 100644 --- a/Days/day52.md +++ b/Days/day52.md @@ -33,7 +33,7 @@ When you are in your directory then you can simply run `vagrant up` and if all i ![](Images/Day52_Kubernetes2.png) -From the above you can see that we are going to build out 3 virtual machines, we will have a control plane node and then two worker nodes. If you head back to [Day 49](Days/day49.md) You will see some more description on these areas we see in the image. +From the above you can see that we are going to build out 3 virtual machines, we will have a control plane node and then two worker nodes. If you head back to [Day 49](day49.md) You will see some more description on these areas we see in the image. Also in the image we indicate that our kubectl access will come from outside of the cluster and hit that kube apiserver when in fact as part of the vagrant provisioning we are deploying kubectl on each of these nodes so that we can access the cluster from within each of our nodes.