Skip to content

Commit

Permalink
Add exposure analysis documentation (#391)
Browse files Browse the repository at this point in the history
* add exposure analysis documentation

Signed-off-by: adisos <[email protected]>
  • Loading branch information
adisos authored Aug 11, 2024
1 parent 3c602d1 commit 4d907f5
Show file tree
Hide file tree
Showing 60 changed files with 13,423 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Flags:
Global Flags:
-c, --context string Kubernetes context to use when evaluating connections in a live cluster
--dirpath string Resources dir path when evaluating connections from a dir
--exposure Runs also exposure analysis
--exposure Enhance the analysis of permitted connectivity with exposure analysis
--fail fail on the first encountered error
--include-json consider JSON manifests (in addition to YAML) when analyzing from dir
-k, --kubeconfig string Path and file to use for kubeconfig when evaluating connections in a live cluster
Expand Down Expand Up @@ -153,6 +153,8 @@ source: default/redis-cart[Deployment], destination: 0.0.0.0-255.255.255.255, di

Additional details about the connectivity analysis and its output is specified [here](docs/connlist_output.md).

Additional details about exposure analysis (`--exposure` flag for the `list` command) is specified [here](docs/exposure_analysis.md).

Additional details about the connectivity diff command and its output is specified [here](docs/diff_output.md).

## Build the project
Expand Down
Loading

0 comments on commit 4d907f5

Please sign in to comment.