mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
No description
.github/workflows | ||
cmd | ||
docs | ||
extra | ||
pkg | ||
scripts | ||
.gitignore | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
Kubestr
Kubestr is a collection of tools that discover and evaluate the storage options present in a kubernetes cluster. To run the tool -
-
Ensure that the kubernetes context is set and the cluster is accessible through your terminal. (Does kubectl work?)
-
Download the latest release for mac, windows or linux and run
./kubestr
To run an FIO test -
./kubestr fio -s <storage class>
To check a CSI drivers snapshot and restore capabilities -
./kubestr csicheck -s <storage class> -v <volume snapshot class>