From 8f3be2b7f9a736b83573245c8e77a6dfeaac50f3 Mon Sep 17 00:00:00 2001 From: Felix Schuster Date: Wed, 28 Sep 2022 17:19:33 +0200 Subject: [PATCH] simplify wording in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6617c161..ba9ffef78 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Constellation is a Kubernetes engine that aims to provide the best possible data ## Goals -From a security perspective, Constellation is designed to keep all data always encrypted and to prevent access from the infrastructure layer (i.e., remove the infrastructure from the TCB). This includes access from datacenter employees, privileged cloud admins, and attackers coming through the infrastructure (e.g., malicious co-tenants escalating their privileges). +From a security perspective, Constellation is designed to keep all data always encrypted and to prevent access from the infrastructure layer. This includes access from datacenter employees, privileged cloud admins, and attackers coming through the infrastructure ,e.g., malicious co-tenants escalating their privileges. From a DevOps perspective, Constellation is designed to work just like what you would expect from a modern K8s engine.