Skip to content
/ cki Public

Assist in troubleshooting Kubernetes clusters.

License

Notifications You must be signed in to change notification settings

keegoid-nr/cki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cki

pre-commit: enabled

Collect Kubernetes Info

Assist in troubleshooting Kubernetes clusters.

Run

The following cURL or Wget commands will download and run a script which will collect cluster info, resources at the cluster level, and resources from within the specified namespace.

bash -c "$(curl -s https://raw.githubusercontent.com/keegoid-nr/cki/v0.7/cki.sh)"
bash -c "$(wget -qO- https://raw.githubusercontent.com/keegoid-nr/cki/v0.7/cki.sh)"

Any resources your Kubernetes user does not have access to will be skipped.

Verify SHA Sums

You can download the latest releases here. The cki.sh file and its checksum are signed and can be verified against the developer's public PGP key.

Import the signing key:

gpg --import kmullaney.asc

Verify that the fingerprint for the downloaded key matches the following:

gpg --fingerprint [email protected]
E67B C11C D9B3 EC3B 81B7  0C35 68BF EBFB 3C1B 8D5A

When verifying the checksum, use the long format (the short format is not secure). For example:

gpg --keyid-format long --verify SHA512SUMS.asc SHA512SUMS

Special thanks to NVM for inspiration.

About

Assist in troubleshooting Kubernetes clusters.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages