From ba0d4d7c1f3ae75cbfc5fdb967249ce191b48f06 Mon Sep 17 00:00:00 2001 From: Adrian Stobbe Date: Wed, 13 Mar 2024 13:57:22 +0100 Subject: [PATCH] Update README.md Co-authored-by: Thomas Tendyck <51411342+thomasten@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f678c1acd..5fa60301d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Encrypting your K8s is good for: ### 🔒 Everything always encrypted -* Runtime encryption: All nodes run inside AMD SEV-based Confidential VMs (CVMs). Support for Intel TDX is already available for Azure and more CSPs will be added in the future. +* Runtime encryption: All nodes run inside Confidential VMs (CVMs) based on AMD SEV or Intel TDX. * Transparent encryption of network: All [pod-to-pod traffic is automatically encrypted][network-encryption] * Transparent encryption of storage: All writes to persistent storage are automatically encrypted. This includes [nodes' state disks][storage-encryption], [persistent volumes via CSI][csi], and [S3 object storage][s3proxy].