forked from aquasecurity/starboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: review and update docs (aquasecurity#803)
Signed-off-by: Daniel Pacak <pacak.daniel@gmail.com>
- Loading branch information
1 parent
fd29abc
commit 6a4a574
Showing
7 changed files
with
112 additions
and
96 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
# Overview | ||
|
||
Starboard CLI is a single executable binary which can be used to find risks, such as vulnerabilities or insecure pod | ||
descriptors, in Kubernetes workloads. By default, the risk assessment reports are stored as [custom resources]. | ||
descriptors, in Kubernetes workloads. By default, the risk assessment reports are stored as instances of | ||
[Custom Resource Definitions]. | ||
|
||
!!! note | ||
Even though manual scanning through the command-line is useful, the fact that it's not automated makes it less | ||
suitable with a large number of Kubernetes resources. Therefore, the [Starboard Operator] provides a better option | ||
for these scenarios, constantly monitoring built-in Kubernetes resources, such as Deployments and Nodes, and running | ||
appropriate scanners. | ||
|
||
To learn more about the available Starboard CLI commands, run `starboard help` or type a command followed by the | ||
`-h` flag: | ||
`--help` flag: | ||
|
||
``` | ||
starboard scan kubehunterreports -h | ||
starboard scan kubehunterreports --help | ||
``` | ||
|
||
[custom resources]: ./../crds/index.md | ||
## What's Next? | ||
|
||
* Install the command and follow the [Getting Started] guide. | ||
|
||
[Custom Resource Definitions]: ./../crds/index.md | ||
[Starboard Operator]: ./../operator/index.md | ||
[Getting Started]: ./getting-started.md | ||
|
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