duration

command
v0.0.0-...-d3ccc4f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 11, 2018 License: Apache-2.0 Imports: 18 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL