From 626b6fd93f3055d068e3f965368d453350cd506f Mon Sep 17 00:00:00 2001 From: Galen Marchetti Date: Wed, 24 Jul 2024 16:27:54 -0400 Subject: [PATCH] Update README.md Signed-off-by: Galen Marchetti --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab6a6237..74ae31de 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ These traffic routes connect development versions to their appropriate dependenc It all happens in one cluster, with the absolute minimum duplication of resources necessary. -There are many ways to isolate workflows on Kubernetes/cloud environments ("multi-tenancy"). To get an idea of how Kardinal fits into other methods, check out the table below: +There are many ways to isolate workflows in separate Kubernetes/cloud environments ("multi-tenancy"). To get an idea of how Kardinal fits into other methods, check out the table below: -| Multi-tenancy method | Level of Isolation | Cost | # of duplicated resources | +| Multi-tenancy method | Level of Isolation | Cost | # of Duplicated Resources | | :--- | :--- | :--- | :--- | | Separate VPCs | Most coarse-grained | Highest Cost | Highest | | Separate Kubernetes Clusters | Coarse-grained | High Cost | High |