Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fairwindsops/insights-plugins
- Owner: FairwindsOps
- License: apache-2.0
- Created: 2020-02-21T15:53:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T18:51:09.000Z (2 months ago)
- Last Synced: 2024-12-15T05:55:17.817Z (about 2 months ago)
- Topics: auditing, docker, fairwinds-insights, fairwinds-official, helm, kubernetes, plugins
- Language: Go
- Homepage: https://fairwinds.com/insights
- Size: 34.4 MB
- Stars: 7
- Watchers: 20
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# 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.