Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 839 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 839 Bytes

Fetch CockroachDB Deployment Info

This repo contains a shell script designed to fetch CockroachDB node details

Prerequisites

  1. CockroackDB Loadbalancer/Node URL along with user credentials
  2. Ensure you have curl installed on your system. You can check if curl is installed by running:
curl --version

How to Use

  1. Clone this repository to your local machine:
git clone https://github.com/vittalpai/fetch-crdb-deployment.git
  1. Navigate to the repository directory:
cd fetch-cluster-details
  1. Make the script executable:
chmod +x fetch_cluster_details.sh
  1. Run the script:
./fetch_cluster_details.sh
  1. Follow the prompts to enter the base URL along with User credentials.

  2. The script generates and saves the CRDB deployment information into crdb_details.json.