Skip to content

Commit dc8b7ab

Browse files
committed
More detailed intro for airgap
1 parent 6de8e9b commit dc8b7ab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/vendor/testing-network-policy.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,12 @@ To set the network policy of a VM:
121121
122122
## Collect and View Network Reports
123123
124-
You can collect network reports to analyze network events. Analyzing networking events is helpful to understand your application's behavior in air-gapped environments, such as when your application attempts to make outbound internet requests.
124+
Compatibility Matrix network reporting helps you understand your application's network activity. Even when the network policy is set to `airgap` and network egress is blocked, all connection attempts and DNS queries are still captured in the report. This helps you identify unexpected network calls which might be inappropriate in an air-gapped environment.
125+
126+
| Report Type | Contents |
127+
|---|---|
128+
| **Summary Report**<br />Aggregated analysis of<br />captured network events| <ul><li>Total Events Count</li><li>Time Range (start/end)</li><li>Domain Names Requested (Domain, Count)</li><li>Destination IP Addresses Connected To (IP, Port, Count)</li><li>Details: Source IP, Service, Command, Pod</li></ul> |
129+
| **Full Report**<br />See all network events<br />captured in near real-time | <ul><li>Timestamp</li><li>Source IP, Source Port, Source PID</li><li>Source Command, Source Pod</li><li>Destination IP, Destination Port</li><li>DNS Query Name</li><li>Protocol</li><li>Likely Service</li></ul> |
125130

126131
### Vendor Portal
127132

0 commit comments

Comments
 (0)