From ea10586c4fda1c883549db73d23f136545e006a0 Mon Sep 17 00:00:00 2001 From: Prudhvi Keshav <102654790+prudvikeshav@users.noreply.github.com> Date: Thu, 11 Aug 2022 06:29:20 +0530 Subject: [PATCH] Updated Readme.md Linux academy Link for Kubernetes Hardway was not working. I have updated it with latest. As Linux Academy merged with A Cloud Guru. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 703a201..4cf815b 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ So you will have to create pods, deployments, do rollouts, create a cluster with First, it is very useful to redo the now famous "Kubernetes the hard way" by Kelsey Hightower: https://github.com/kelseyhightower/kubernetes-the-hard-way/tree/master/docs -You can also find a similar guide from Linux Academy which explains all the steps: https://linuxacademy.com/course/kubernetes-the-hard-way/ +You can also find a similar guide from A Cloud Guru which explains all the steps: https://acloudguru.com/course/kubernetes-the-hard-way It is not necessary to know how to do it by heart for the CKA, contrary to what we can read online. But it's good training to understand how the Kubernetes system and architecture works in detail.