From fa1fe4c7cffe91f155f6b18b9a8002ca63013730 Mon Sep 17 00:00:00 2001 From: "nabil.abdennad" <nabil.abdennadher@hesge.ch> Date: Mon, 21 Oct 2024 00:05:42 +0200 Subject: [PATCH] minor updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cddbae..3c48a8f 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Build the Data Retrieval docker, complete the file "data-retrieval-deployment.ya -## Task 5: Load Balancer +### Task 5: Load Balancer Kubernetes provides Load Balancing capabilities natively. This permits the distribution of load between several replicas of the same pod. But, as we are deploying using kind, to access this ability we have to create a port-forward between the service and the host device: -- GitLab