Releases: operate-first/curator
curator1.0
Features:
-
Easy Installation
Install the Curator project and the related dependencies by executing just one installation script. -
Automated report generation grouped by namespaces
Daily, weekly and monthly reports grouped by namespaces will be generated for the infrastructure utilization in the OpenShift Cluster. -
API Access
Users will be able to query the Curator API to get the infrastructure utilization metrics. Read the API section in the documentation for further information. -
Raw OCP data download through API
Users can download the raw Openshift infrastructure utilization data generated by the Koku-metrics operator to their local machine through API. -
Custom SQL Queries
Users can manually log in to PostgreSQL and run their own custom SQL queries for specific infrastructure utilization information. -
Mailing Service
Users can get daily, weekly and monthly reports delivered to their email addresses. -
Test suite to check code changes
Developers who make changes to the project to meet new requirements can run the test suite that comes with the package to check the project sanity. -
S3 is now optional
You can now use Curator without any S3-compatible volume. At the time of installation, you will be asked to either opt-in or opt-out of using S3 storage. -
Zipped data storage in any S3-compatible volume
Infrastructure data in zipped CSV format can be pushed to any S3-compatible volume for archiving. -
Unzipped data storage in any S3-compatible volume
Infrastructure data in unzipped CSV format can be pushed to any S3-compatible volume. for integration with third-party data analysis tools.
v1.0
Curator is an open-source project to provide infrastructure usage reporting for OpenShift (OCP) clusters. Curator is part of the Operate First initiative to include operational experience as an important contributor to software development. We welcome your comments and feedback in the Operate First chat (operatefirst.slack.com) curator channel or via email to [email protected].
Feature list:
- Easy Installation
Install the Curator project and the related dependencies by executing just one installation script. - Automated report generation grouped by namespaces
Daily, weekly and monthly reports grouped by namespaces will be generated for the infrastructure utilization in the OpenShift Cluster. - Custom SQL Queries
Users can manually log in to PostgreSQL and run their own custom SQL queries for specific infrastructure utilization information. - Test suite to check code changes
Developers who make changes to the project to meet new requirements can run the test suite that comes with the package to check the project sanity. - S3 is now optional
You can now use Curator without any S3-compatible volume. At the time of installation, you will be asked to either opt-in or opt-out of using S3 storage. - Zipped data storage in any S3-compatible volume
Infrastructure data in zipped CSV format can be pushed to any S3-compatible volume for archiving. - Unzipped data storage in any S3-compatible volume
Infrastructure data in unzipped CSV format can be pushed to any S3-compatible volume. for integration with third-party data analysis tools. - Raw OCP data download
Users can download the raw infrastructure utilization data from their OpenShift cluster to their local machine.
v0.4
Version 0.4 07/30/2021
- Download raw data of OCP infrastructure utilization.
- Automation of storing infrastructure utilization data in an S3-compatible persistent volume.
- Unzipped metrics are being stored in an S3-compatible volume.
- Pre-defined SQL query support for the infrastructure utilization data.
- Custom SQL query support for the infrastructure utilization data.