From 98fccd6a6f37687d7dae7e6cbd6c7d426da8a0bd Mon Sep 17 00:00:00 2001 From: Samarth Rawat Date: Thu, 12 Dec 2024 17:51:05 +0530 Subject: [PATCH] Update README.md: added reference to kubernetes Architecture guide in line 110 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c1cacf..b07e33f 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ As Kubernetes is a complex system, trying to understand the core architecture co Here is my suggestion. Learn the high-level architecture and key components involved in Kubernetes. If you are not able to grasp the concept, either you can spend time and do more research on a specific topic or you can learn the concept while doing hands-on. It’s your choice. -Check out the Kubernetes Architecture guide to learn about all the Kubernetes components in detail. +Check out the [Kubernetes Architecture guide](https://devopscube.com/kubernetes-architecture-explained/) to learn about all the Kubernetes components in detail. Overall you need to learn the following: