From 9b4f5e8f4fc1dd115dd17aaa8e1ea871186c2df7 Mon Sep 17 00:00:00 2001 From: Fabian Kramm Date: Thu, 19 Aug 2021 17:19:58 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba3d027014..11d73f4842 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ [![Join us on Slack!](docs/static/media/slack.svg)](https://slack.loft.sh/) +vcluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces. + ### Why Virtual Clusters? - **Cost Efficient**: much cheaper than "real" clusters (single pod and shared resources just like for namespaces)