Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fairwindsops/insights-plugins

A repository of plugins for the Insights Agent
https://github.com/fairwindsops/insights-plugins

auditing docker fairwinds-insights fairwinds-official helm kubernetes plugins

Last synced: about 2 months ago
JSON representation

A repository of plugins for the Insights Agent

Awesome Lists containing this project

README

        


Insights Logo


Report Plugins for Fairwinds Insights








# Insights Plugins
This is a repository with plugins for [Insights](https://insights.fairwinds.com).

These can be installed with the official [Insights Agent Helm chart](https://github.com/FairwindsOps/charts/tree/master/stable/insights-agent)

Each of these plugins retrieves data from a Kubernetes cluster and sends it to Insights for further analysis. Some of these plugins like `trivy` are wrappers around existing Open Source projects. Others like `workload` are self contained. `uploader` is a special case in that it doesn't have any logic in itself, but runs as a sidecar to handle the logic for uploading data to Insights.

**Want to learn more?** Reach out on [the Slack channel](https://fairwindscommunity.slack.com/messages/fairwinds-insights) ([request invite](https://join.slack.com/t/fairwindscommunity/shared_invite/zt-e3c6vj4l-3lIH6dvKqzWII5fSSFDi1g)), send an email to `[email protected]`, or join us for [office hours on Zoom](https://fairwindscommunity.slack.com/messages/office-hours)

## Updating libraries:
UPDATE_PKG=golang.org/x/net ./scripts/update-go-mod-all.sh
./scripts/bump-changed.sh "update dependencies"

## Repository Layout

* `.circleci` contains the Circle CI configuration.
* `deploy` contains rok8s-scripts configuration for each plugin
* `test` contains logic for e2e tests
* The remaining folders are one folder per plugin

## Contributing

PRs welcome! Check out the [Contributing Guidelines](CONTRIBUTING.md) and
[Code of Conduct](CODE_OF_CONDUCT.md) for more information.