Skip to content

juan-lee/stressed

Repository files navigation

Stressed

A simple operator that wraps the stress-ng tool for running stress on a kubernetes cluster.

Quickstart

export IMG=<your registry>/controller:latest
export STRESS_IMG=<your registry>/stress-ng:latest
export KUBECONFIG=<your kubeconfig path>

# build and push image
make docker-build docker-push

# install and deploy
make install deploy

# deploy the sample
kubectl apply -f config/samples/test_v1alpha1_stress.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published