From 133fa9b904bba97ee937e13235a49dd678e31933 Mon Sep 17 00:00:00 2001 From: Justin Ross Date: Sat, 13 Jan 2024 11:07:26 -0500 Subject: [PATCH] Regenerate the readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 109f568..086ba09 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ It contains two services: * A frontend service that sends greetings to the backend and fetches new greetings in response. -The two services run in two different clusters. The frontend runs -in a namespace on cluster 1 called West, and the backend runs in a -namespace on cluster 2 called East. +In this scenario, each service runs in a different Kubernetes +cluster. The frontend runs in a namespace on cluster 1 called West, +and the backend runs in a namespace on cluster 2 called East.