package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# README

Kube-ArangoDB duration test

This test is a simple application that keeps accessing the database with various requests.

Building

In root of kube-arangodb repository, run:

make docker-duration-test

Running

Start an ArangoDB Cluster deployment.

Run:

kubectl run \
    --image=${DOCKERNAMESPACE}/kube-arangodb-durationtest:dev \
    --image-pull-policy=Always duration-test \
    -- \
    --cluster=https://<deployment-name>.<namespace>.svc:8529 \
    --username=root

To remove the test, run:

kubectl delete -n <namespace> deployment/duration-test

# Packages

No description provided by the author
No description provided by the author