You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are interested in Network Observability for your cluster, check [official documentation for installation](https://docs.openshift.com/container-platform/4.12/networking/network_observability/installing-operators.html).
27
27
@@ -47,23 +47,23 @@ To arrange components by their ownership
47
47
48
48
What happens in your network when you deploy a [httpd sample application](https://github.com/sclorg/httpd-ex) ?
You can see that the final deployed pod in blue involved another pod called `httpd-sample-1-build` that pulled the image from `openshift-image-registry` (1), did some DNS resolution for provided image URL (2), pulled it from the resolved external IP (3) before creating our pod through kubernetes services (4).
53
53
54
54
Finally, some flows are showing between our pod and `openshift-ingress` after opening the hosted page (5).
55
55
56
56
After moving my time window or waiting a bit, the `httpd-sample-1-build` pod disappears as it's status is now `Completed`.
The important part of your network traffic is highlighted since lines are less likely to cross than in the 2D view and their size and color differ according to bytes rate.
110
110
A thin black line will represent a smaller amount than a heavy red line.
@@ -120,11 +120,11 @@ Feel free to contribute by commenting this post, opening issues in [netobserv co
120
120
121
121
Tell us more about your expectations, the way you currently solve issues and what could help your daily experience.
0 commit comments