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-10-19 10:59:21 -10:00
.github/workflows Make sure to test all directories 2020-10-15 18:58:02 -10:00
cmd additional sleep 2020-10-15 15:19:54 -10:00
docs Delete CNAME 2020-10-19 09:03:53 -10:00
extra pulling driver info from sig storage 2020-10-14 09:09:00 -10:00
pkg/kubestr changing how we match csi driver (#20) 2020-10-19 10:59:21 -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
_config.yml Set theme jekyll-theme-hacker 2020-10-16 12:37:20 -10:00
Dockerfile Fixing dockerfile and run script (#14) 2020-10-15 14:01:05 -10:00
go.mod UTs for k8s checks (#17) 2020-10-16 10:57:04 -10:00
go.sum Kubernetes and provisioner checks 2020-10-12 16:06:26 -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-10-16 12:39:56 -10:00

Kubestr

Kubestr is a tool that qualifies the storage options present in a cluster.
In upcoming releases we plan to suport running an FIO test on the storage as well as testing the snapshotting capabilities of a storage provisioner.

To run the tool -
curl https://kastenhq.github.io/kubestr/scripts/run_kubestr.sh | bash

Developers

Building and testing the tool locally -

(You must have kubectl installed and kubernetes context must be set)

Build
go build

Run
./kubestr

To create your own image -

Build a docker image -
docker build . --file Dockerfile --tag kubestr

Tag it with your personal repo -
docker tag kubestr:latest <yourRepo:version>

Push it! -
docker push <yourRepo:version>

You can now run your image in a pod by executing the run_kubestr script -
curl https://kastenhq.github.io/kubestr/scripts/run_kubestr.sh | bash /dev/stdin -i <yourRepo:version>