Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 508 Bytes

asbench.md

File metadata and controls

33 lines (22 loc) · 508 Bytes

Deploying astools containers with asbench load

Prep

cd /root/deploy-olm-ako/examples/clients

Modify asbench-deployment.yaml to your needs (asbench command is there).

Deploy

kubectl apply -f asbench-deployment.yaml -n aerospike

Check status

kubectl get pods -n aerospike -o wide

Check client logs

kubectl -n aerospike logs astools-deployment-xxxx

Kill the clients

kubectl delete -f asbench-deployment.yaml -n aerospike