Skip to content

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

Notifications You must be signed in to change notification settings

vittalpai/fetch-crdb-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages