-
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.
exposure analysis with focus-workload (#349)
* exposure analysis with focus-workload * focus-workload fixes * textual output enhancement (adding [] to strings with multiple words) * fix
- Loading branch information
1 parent
f98ffc9
commit 6525871
Showing
39 changed files
with
810 additions
and
48 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
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
12 changes: 12 additions & 0 deletions
12
...s/connlist/exposure_acs-security-demos_focus_workload_backend_catalog_connlist_output.dot
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,12 @@ | ||
digraph { | ||
subgraph "cluster_backend" { | ||
color="black" | ||
fontcolor="black" | ||
"backend/catalog[Deployment]" [label="catalog[Deployment]" color="blue" fontcolor="blue"] | ||
"backend/recommendation[Deployment]" [label="recommendation[Deployment]" color="blue" fontcolor="blue"] | ||
"backend/reports[Deployment]" [label="reports[Deployment]" color="blue" fontcolor="blue"] | ||
label="backend" | ||
} | ||
"backend/recommendation[Deployment]" -> "backend/catalog[Deployment]" [label="TCP 8080" color="gold2" fontcolor="darkgreen"] | ||
"backend/reports[Deployment]" -> "backend/catalog[Deployment]" [label="TCP 8080" color="gold2" fontcolor="darkgreen"] | ||
} |
Binary file added
BIN
+17.5 KB
...osure_acs-security-demos_focus_workload_backend_catalog_connlist_output.dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions
49
...osure_acs-security-demos_focus_workload_backend_catalog_connlist_output.dot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions
2
...s/connlist/exposure_acs-security-demos_focus_workload_backend_catalog_connlist_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,2 @@ | ||
backend/recommendation[Deployment] => backend/catalog[Deployment] : TCP 8080 | ||
backend/reports[Deployment] => backend/catalog[Deployment] : TCP 8080 |
26 changes: 26 additions & 0 deletions
26
...s/connlist/exposure_acs-security-demos_focus_workload_frontend_webapp_connlist_output.dot
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,26 @@ | ||
digraph { | ||
subgraph "cluster_backend" { | ||
color="black" | ||
fontcolor="black" | ||
"backend/checkout[Deployment]" [label="checkout[Deployment]" color="blue" fontcolor="blue"] | ||
"backend/recommendation[Deployment]" [label="recommendation[Deployment]" color="blue" fontcolor="blue"] | ||
"backend/reports[Deployment]" [label="reports[Deployment]" color="blue" fontcolor="blue"] | ||
"backend/shipping[Deployment]" [label="shipping[Deployment]" color="blue" fontcolor="blue"] | ||
label="backend" | ||
} | ||
subgraph "cluster_frontend" { | ||
color="black" | ||
fontcolor="black" | ||
"frontend/webapp[Deployment]" [label="webapp[Deployment]" color="blue" fontcolor="blue"] | ||
label="frontend" | ||
} | ||
"entire-cluster" [label="entire-cluster" color="red2" fontcolor="red2" shape=diamond] | ||
"{ingress-controller}" [label="{ingress-controller}" color="blue" fontcolor="blue"] | ||
"entire-cluster" -> "frontend/webapp[Deployment]" [label="TCP 8080" color="gold2" fontcolor="darkgreen"] | ||
"frontend/webapp[Deployment]" -> "backend/checkout[Deployment]" [label="TCP 8080" color="gold2" fontcolor="darkgreen"] | ||
"frontend/webapp[Deployment]" -> "backend/recommendation[Deployment]" [label="TCP 8080" color="gold2" fontcolor="darkgreen"] | ||
"frontend/webapp[Deployment]" -> "backend/reports[Deployment]" [label="TCP 8080" color="gold2" fontcolor="darkgreen"] | ||
"frontend/webapp[Deployment]" -> "backend/shipping[Deployment]" [label="TCP 8080" color="gold2" fontcolor="darkgreen"] | ||
"frontend/webapp[Deployment]" -> "entire-cluster" [label="UDP 5353" color="gold2" fontcolor="darkgreen"] | ||
"{ingress-controller}" -> "frontend/webapp[Deployment]" [label="TCP 8080" color="gold2" fontcolor="darkgreen"] | ||
} |
Binary file added
BIN
+50 KB
...osure_acs-security-demos_focus_workload_frontend_webapp_connlist_output.dot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.