Skip to content

weaviate/k8s-weaviate-diag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8s & Weaviate Metrics

This Bash script automates the collection of Kubernetes and Weaviate metrics, stores the results in an outputs directory, and packages them into a ZIP archive.

Prerequisites

  • Bash shell
  • Python 3 installed
  • Permissions to read Kubernetes resources and pod logs

Installation

Before running the script, install the required Python packages:

pip install -r requriements.txt

Required (set in .env)

Please rename .env.example to .env and add your environment variables.

Run the following shell script

./run_scripts.sh

Output

  • outputs/ directory with all collected metrics in separate files.
  • Compressed ZIP file (Default ZIP file: k8s-weaviate-metrics.zip) containing all collected metrics.
  • If you wish to have a different ZIP file name, please edit line #9 in run_scripts.sh before running it.
  ZIP_NAME="your-zip-file-name.zip"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •