kyverno / reports-server

Alternate reports storage in Kubernetes outside etcd
Apache License 2.0
16 stars 8 forks source link

Reports Server

Reports server provides a scalable solution for storing policy reports and cluster policy reports. It moves reports out of etcd and stores them in a PostgreSQL database instance.

Why reports server?

It is desirable to move reports out of etcd for several reasons:

Why leave etcd:

Benefits of reports server:

Installation

See INSTALL.md