From 7ade2e9f920a5b566a7ca721a38917d42607b07e Mon Sep 17 00:00:00 2001 From: Ori Shoshan Date: Mon, 22 Jan 2024 22:56:30 +0100 Subject: [PATCH] Update k8s-network-mapper.mdx --- docs/quickstart/visualization/k8s-network-mapper.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/visualization/k8s-network-mapper.mdx b/docs/quickstart/visualization/k8s-network-mapper.mdx index 2598eb855..b703b3cf7 100644 --- a/docs/quickstart/visualization/k8s-network-mapper.mdx +++ b/docs/quickstart/visualization/k8s-network-mapper.mdx @@ -107,7 +107,7 @@ The access graph reveals several types of information and insights, such as: 3. Filtering the map to include recently-seen traffic, since some date in the past. That way you can eliminate calls that are no longer relevant, without having to reset the network mapper and start building a new map. 4. If the intents operator is also connected, the access graph now reveals more specifics about access: understand which services are protected or would be protected, and which client calls are being blocked or would be blocked. We'll see more of that in the next couple of tutorials. -Note, for example, that the `client` → `server` arrow is yellow. Clicking on it shows the automatically generated intents for both the client pod to the server pod and the egress of the client to the public internet. If we take a closer look, the ClientIntent YAML specifies that the `client` can call the `server` on the internal network, and it can reach the IP Address`142.250.189.174`. We can see from the comment that this IP belongs to google.com. +Note, for example, that the `client` → `server` arrow is yellow. Clicking on it shows the automatically generated intents for both the client pod to the server pod and the egress of the client to the public internet. If we take a closer look, the ClientIntent YAML specifies that the `client` can call the `server` on the internal network, and it can reach the IP Address `142.250.189.174`. We can see from the comment that this IP belongs to google.com.