diff --git a/docs/overview/otterize-cloud/README.mdx b/docs/overview/otterize-cloud/README.mdx index 059c50cc9..6aba3b4e7 100644 --- a/docs/overview/otterize-cloud/README.mdx +++ b/docs/overview/otterize-cloud/README.mdx @@ -27,7 +27,6 @@ All of this is presented in a unified, filtered view called the **access graph** are they blocked or would they be blocked if enforcement were turned on, are they protected, and how are they configured. ![Otterize Cloud - access graph 1](/img/cloud-ui/access-graph-screenshot-1.png) -![Otterize Cloud - access graph 2](/img/cloud-ui/access-graph-screenshot-2.png) The access graph **continuously** reflects the state of your cluster, as reported by the Otterize OSS operators. Any changes made in the cluster appear in real time in Otterize Cloud. @@ -91,15 +90,19 @@ The access graph combines all the information about the Kubernetes cluster and t Here is the meaning of the various arrows connecting the services — the edges of the graph that connect its nodes: -![Otterize Cloud - access graph legend](/img/cloud-ui/access-graph-legend.png) +Otterize Cloud - green arrow -Solid colored arrows indicate that all discovered intents — calls that were detected by the network mapper — were declared as intents. There may even be declared intents beyond what was detected. +A green arrow indicates a connection allowed by policies -Dashed colored arrows indicate that at least some discovered intents were not declared. +Otterize Cloud - yellow arrow + +A yellow arrow indicates a connection that will be blocked when enforcement is enabled + +Otterize Cloud - red arrow + +A red arrow indicates a connection that will be blocked -Solid black arrows indicate declared intents from the intents operator only, when the network mapper isn't integrated and supplying information on actual, discovered intents. -Dashed black arrows indicate discovered intents from the network mapper only, when the intents operator isn't integrated and supplying information on declared intents. {@include: _environments_and_namespaces.mdx} diff --git a/static/img/cloud-ui/access-graph-screenshot-1.png b/static/img/cloud-ui/access-graph-screenshot-1.png index acbd80c98..2ef4b5e97 100644 Binary files a/static/img/cloud-ui/access-graph-screenshot-1.png and b/static/img/cloud-ui/access-graph-screenshot-1.png differ diff --git a/static/img/cloud-ui/green-arrow.png b/static/img/cloud-ui/green-arrow.png new file mode 100644 index 000000000..9b975f449 Binary files /dev/null and b/static/img/cloud-ui/green-arrow.png differ diff --git a/static/img/cloud-ui/red-arrow.png b/static/img/cloud-ui/red-arrow.png new file mode 100644 index 000000000..2919392f3 Binary files /dev/null and b/static/img/cloud-ui/red-arrow.png differ diff --git a/static/img/cloud-ui/yellow-arrow.png b/static/img/cloud-ui/yellow-arrow.png new file mode 100644 index 000000000..c2ca99d24 Binary files /dev/null and b/static/img/cloud-ui/yellow-arrow.png differ diff --git a/static/img/quick-tutorials/aws-iam-visibility/aws-iam-visibility.png b/static/img/quick-tutorials/aws-iam-visibility/aws-iam-visibility.png index b5531e238..bd627dfb7 100644 Binary files a/static/img/quick-tutorials/aws-iam-visibility/aws-iam-visibility.png and b/static/img/quick-tutorials/aws-iam-visibility/aws-iam-visibility.png differ diff --git a/static/img/quick-tutorials/egress-access-control/unprotected-network-egress-tutorial.png b/static/img/quick-tutorials/egress-access-control/unprotected-network-egress-tutorial.png index 7a2bc2986..1a78322ea 100644 Binary files a/static/img/quick-tutorials/egress-access-control/unprotected-network-egress-tutorial.png and b/static/img/quick-tutorials/egress-access-control/unprotected-network-egress-tutorial.png differ diff --git a/static/img/quick-tutorials/k8s-istio-authorization-policies/protected-edge.png b/static/img/quick-tutorials/k8s-istio-authorization-policies/protected-edge.png index fad91b6f3..039d94da8 100644 Binary files a/static/img/quick-tutorials/k8s-istio-authorization-policies/protected-edge.png and b/static/img/quick-tutorials/k8s-istio-authorization-policies/protected-edge.png differ diff --git a/static/img/quick-tutorials/k8s-istio-authorization-policies/protected.png b/static/img/quick-tutorials/k8s-istio-authorization-policies/protected.png index c9428a25b..4f4792838 100644 Binary files a/static/img/quick-tutorials/k8s-istio-authorization-policies/protected.png and b/static/img/quick-tutorials/k8s-istio-authorization-policies/protected.png differ diff --git a/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-edge-info-modal.png b/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-edge-info-modal.png index a378563db..ac5a856c7 100644 Binary files a/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-edge-info-modal.png and b/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-edge-info-modal.png differ diff --git a/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-istio-edge-info.png b/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-istio-edge-info.png index a298b8b45..311b0da04 100644 Binary files a/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-istio-edge-info.png and b/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-istio-edge-info.png differ diff --git a/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-istio.png b/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-istio.png index f55bcb392..317d62757 100644 Binary files a/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-istio.png and b/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph-istio.png differ diff --git a/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph.png b/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph.png index a3668b41f..3940623b9 100644 Binary files a/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph.png and b/static/img/quick-tutorials/network-mapper/otterize-tutorial-access-graph.png differ diff --git a/static/img/quick-tutorials/network-policies/base.png b/static/img/quick-tutorials/network-policies/base.png index 032341f3f..5a01ebb43 100644 Binary files a/static/img/quick-tutorials/network-policies/base.png and b/static/img/quick-tutorials/network-policies/base.png differ diff --git a/static/img/quick-tutorials/network-policies/protected.png b/static/img/quick-tutorials/network-policies/protected.png index 1bd8bbf6e..73d63c5c7 100644 Binary files a/static/img/quick-tutorials/network-policies/protected.png and b/static/img/quick-tutorials/network-policies/protected.png differ