From 2642f1d04d06ceb1fec3930bc9b1add82b4e0870 Mon Sep 17 00:00:00 2001 From: Stefan Majer Date: Tue, 30 Jan 2024 16:22:07 +0100 Subject: [PATCH] Update docs/src/overview/isolated-kubernetes.md Co-authored-by: Gerrit --- docs/src/overview/isolated-kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/overview/isolated-kubernetes.md b/docs/src/overview/isolated-kubernetes.md index 8fa7acc9c7..09f5c4256d 100644 --- a/docs/src/overview/isolated-kubernetes.md +++ b/docs/src/overview/isolated-kubernetes.md @@ -58,7 +58,7 @@ Please see the detailed description of these flavors below. ### Internet Access Baseline -This is the default configuration of a kubernetes cluster, egress traffic is controlled by multiple CWNP's (Cluster Wide Network Policy), ingress traffic is possible by deploying a Service Type Loadbalancer. The cluster user can add additional CWNP's without any restrictions and is responsible for them. +This is the default configuration of a kubernetes cluster, egress traffic is controlled by multiple CWNPs (`ClusterWideNetworkPolicy`), ingress traffic is possible by deploying a Service Type Loadbalancer. The cluster user can add additional CWNPs without any restrictions and is responsible for them. Container images can be pulled from any reachable container registry.