1
0
Fork 0
mirror of https://github.com/kastenhq/kubestr.git synced 2024-12-14 11:57:56 +00:00
No description
Find a file
2020-12-07 20:33:10 -10:00
.github/workflows Update release.yaml 2020-11-30 12:53:21 -10:00
cmd CSI snapshot restore (#37) 2020-12-07 11:16:53 -10:00
docs minor fixes (#29) 2020-10-29 07:49:29 -10:00
extra CSI snapshot restore (#37) 2020-12-07 11:16:53 -10:00
pkg CSI snapshot restore (#37) 2020-12-07 11:16:53 -10:00
scripts moving script to docs 2020-10-19 08:29:24 -10:00
.gitignore logo fun 2020-10-15 15:09:13 -10:00
Dockerfile first fio changes (#22) 2020-10-20 14:19:54 -10:00
go.mod CSI snapshot restore (#37) 2020-12-07 11:16:53 -10:00
go.sum CSI snapshot restore (#37) 2020-12-07 11:16:53 -10:00
LICENSE Initial commit 2020-08-31 15:05:36 -07:00
main.go pulling driver info from sig storage 2020-10-14 09:09:00 -10:00
README.md Update README.md 2020-12-07 20:33:10 -10:00

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>