From c17ec5bf527d44424c2f20e11423064280c21878 Mon Sep 17 00:00:00 2001 From: Tushar Bansod <105155051+tbansod2018@users.noreply.github.com> Date: Wed, 9 Oct 2024 23:58:23 +0530 Subject: [PATCH] Update cloud-native-security.md (#48266) * Update cloud-native-security.md * Update content/en/docs/concepts/security/cloud-native-security.md Co-authored-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com> * Update cloud-native-security.md --------- Co-authored-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com> --- content/en/docs/concepts/security/cloud-native-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/cloud-native-security.md b/content/en/docs/concepts/security/cloud-native-security.md index a281e65016..382d0570e3 100644 --- a/content/en/docs/concepts/security/cloud-native-security.md +++ b/content/en/docs/concepts/security/cloud-native-security.md @@ -114,7 +114,7 @@ pay special attention to restricting misuse there. things: isolation between different applications, and a mechanism to combine those isolated applications to run on the same host computer. Those two aspects, isolation and aggregation, mean that runtime security involves -trade-offs and finding an appropriate balance. +identifying trade-offs and finding an appropriate balance. Kubernetes relies on a {{< glossary_tooltip text="container runtime" term_id="container-runtime" >}} to actually set up and run containers. The Kubernetes project does