-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More delicate handling of intersection of ingress and egress connecti…
…ons (to preserve explainability data from both directions). Updating testing data accordingly.
- Loading branch information
1 parent
4684411
commit 8217a4b
Showing
5 changed files
with
121 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
80 changes: 80 additions & 0 deletions
80
test_outputs/connlist/anp_banp_blog_demo_explain_output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN 0.0.0.0-255.255.255.255 => foo/my-foo[Pod]: | ||
|
||
No Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
INGRESS DIRECTION (DENIED) | ||
1) [NP] foo/allow-monitoring//Ingress (captured but not selected by any Ingress rule) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN bar/my-bar[Pod] => foo/my-foo[Pod]: | ||
|
||
No Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
INGRESS DIRECTION (DENIED) | ||
1) [NP] foo/allow-monitoring//Ingress (captured but not selected by any Ingress rule) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN baz/my-baz[Pod] => bar/my-bar[Pod]: | ||
|
||
No Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
INGRESS DIRECTION (DENIED) | ||
1) [BANP] default//Ingress rule deny-ingress-from-all-namespaces (Deny) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN baz/my-baz[Pod] => foo/my-foo[Pod]: | ||
|
||
No Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
INGRESS DIRECTION (DENIED) | ||
1) [NP] foo/allow-monitoring//Ingress (captured but not selected by any Ingress rule) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN foo/my-foo[Pod] => bar/my-bar[Pod]: | ||
|
||
No Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
INGRESS DIRECTION (DENIED) | ||
1) [BANP] default//Ingress rule deny-ingress-from-all-namespaces (Deny) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN monitoring/my-monitoring[Pod] => bar/my-bar[Pod]: | ||
|
||
No Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
INGRESS DIRECTION (DENIED) | ||
1) [ANP] pass-monitoring//Ingress rule pass-ingress-from-monitoring (Pass) | ||
2) [BANP] default//Ingress rule deny-ingress-from-all-namespaces (Deny) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN monitoring/my-monitoring[Pod] => baz/my-baz[Pod]: | ||
|
||
All Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
INGRESS DIRECTION (ALLOWED) | ||
1) [ANP] allow-monitoring//Ingress rule allow-ingress-from-monitoring (Allow) | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
CONNECTIONS BETWEEN monitoring/my-monitoring[Pod] => foo/my-foo[Pod]: | ||
|
||
All Connections due to the following policies//rules: | ||
EGRESS DIRECTION (ALLOWED) due to the system default (Allow all) | ||
INGRESS DIRECTION (ALLOWED) | ||
1) [ANP] pass-monitoring//Ingress rule pass-ingress-from-monitoring (Pass) | ||
2) [NP] foo/allow-monitoring//Ingress rule #1 | ||
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ||
The following nodes are connected due to the system default (Allow all): | ||
0.0.0.0-255.255.255.255 => bar/my-bar[Pod] | ||
0.0.0.0-255.255.255.255 => baz/my-baz[Pod] | ||
0.0.0.0-255.255.255.255 => monitoring/my-monitoring[Pod] | ||
bar/my-bar[Pod] => 0.0.0.0-255.255.255.255 | ||
bar/my-bar[Pod] => baz/my-baz[Pod] | ||
bar/my-bar[Pod] => monitoring/my-monitoring[Pod] | ||
baz/my-baz[Pod] => 0.0.0.0-255.255.255.255 | ||
baz/my-baz[Pod] => monitoring/my-monitoring[Pod] | ||
foo/my-foo[Pod] => 0.0.0.0-255.255.255.255 | ||
foo/my-foo[Pod] => baz/my-baz[Pod] | ||
foo/my-foo[Pod] => monitoring/my-monitoring[Pod] | ||
monitoring/my-monitoring[Pod] => 0.0.0.0-255.255.255.255 |
33 changes: 0 additions & 33 deletions
33
test_outputs/connlist/anp_banp_blog_demo_focus_workload_my-monitoring_explain_output.txt
This file was deleted.
Oops, something went wrong.