Configuration Checkers¶
Starboard relies on a configuration checker to run variety of tests on discovered workloads to make sure they are configured using best practices.
You can choose any of the included configuration checkers or implement your own plugin. The plugin mechanism is based
on in-tree implementations of the configauditreport.Plugin
Go interface. For example, check the
implementation of the Polaris plugin.
These are currently integrated configuration checkers:
What's Next?¶
- See the explanation and demo of configuration auditing with Polaris on the Automating Configuration Auditing with Starboard Operator By Aqua blog.