You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -34,7 +37,7 @@ OpenReports provides an API and tools for managing reports in Kubernetes.
34
37
<br/>
35
38
36
39
<pstyle="line-height:1.5">
37
-
OpenReports allows any Kubernetes controller, policy engine, or scanner to produce reports as a Kubernetes custom resource. Reports can then be consumed via kubectl, the OpenReports dashboard, or any other Kubernetes client. For high performance in large clusters, reports can be offloaded from etcd to a reporting database.
40
+
OpenReports allows any Kubernetes controller, policy engine, or scanner to produce reports as a Kubernetes custom resource. Reports can then be consumed via kubectl, the OpenReports dashboard, or any other Kubernetes client. For high performance in large clusters, reports can be offloaded from etcd to a reporting database using an API aggregation service.
38
41
</p>
39
42
40
43
<br/>
@@ -46,6 +49,19 @@ OpenReports provides an API and tools for managing reports in Kubernetes.
description: Offload reports from etcd using API aggregation
6
+
---
7
+
8
+
Due to etcd size and performance limitations, it is recommended that reports are stored in a separate database. The [Kyverno reports service](https://github.com/kyverno/reports-server) implements an API aggregation layer that allows offloading the cluster's etcd.
9
+
10
+
The [plan](https://github.com/orgs/openreports/projects/1) is to migrate this service to the OpenReports project.
description: API definition for Kubernetes reports
6
+
---
7
+
8
+
The OpenReports API is implemented as a Kuberneted Custom Resource Definition (CRD). It is maintained in the [reports-api](https://github.com/openreports/reports-api) repository.
9
+
10
+
For information on the API types view the [API Reference Documentation](https://github.com/openreports/reports-api/blob/main/docs/api-docs.md)
The [Kyverno Policy Reporter](https://kyverno.github.io/policy-reporter-docs/policy-reporter/integrations.html) allows flexible routing of reports to various notification services.
9
+
10
+
The [plan](https://github.com/orgs/openreports/projects/1) is to migrate this service to the OpenReports project.
The [Kyverno Policy Reporter](https://kyverno.github.io/policy-reporter-docs/policy-reporter-ui/introduction.html) offers a web UI for viewing reports.
9
+
10
+
The [plan](https://github.com/orgs/openreports/projects/1) is to migrate this UI to the OpenReports project.
0 commit comments