juan-lee / stressed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 73.9%Language:Makefile 18.1%Language:Dockerfile 7.0%Language:Shell 0.9%