Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 671 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 671 Bytes

kubecost-utilities

Various utilities for more easily administering/maintaining/supporting a Kubecost install.

ETL-BACKUP

Instructions to use the ETL Backup Scripts. Use the tools by switching to etl-backup folder and uset he scripts there.

API-SCRIPTS

nodeGroup-json-2-csv.py is a script that converts a Kubecost nodeGroup JSON file to a CSV file.

Usage: python3 nodeGroup-json-2-csv.py <.json file or url>

When passing a url, the output is printed to stdout in csv format.

When passing a file, a csv file is created in the current working directory with .csv appended to the filename.