This is a Sandbox Keptn Service integrates Blazemeter by invoking tests and reporting test result
ATTENTION: THIS REPO IS CURRENTLY UNDER DEVELOPMENT. Expecting a first version soon!
Keptn Version | [Blazemeter Service for Keptn] |
---|---|
0.6.1 | TBD/blazemeter-service:0.1.0 |
The blazemeter-service can be installed as a part of Keptn's uniform.
To deploy the current version of the blazemeter-service in your Keptn Kubernetes cluster, apply the deploy/service.yaml
file:
kubectl apply -f deploy/service.yaml
This should install the blazemeter-service
together with a Keptn distributor
into the keptn
namespace, which you can verify using
kubectl -n keptn get deployment blazemeter-service -o wide
kubectl -n keptn get pods -l run=blazemeter-service
Adapt and use the following command in case you want to up- or downgrade your installed version (specified by the $VERSION
placeholder):
kubectl -n keptn set image deployment/blazemeter-service blazemeter-service=your-username/blazemeter-service:$VERSION --record
To delete a deployed blazemeter-service, use the file deploy/*.yaml
files from this repository and delete the Kubernetes resources:
kubectl delete -f deploy/service.yaml
Please find more information in the LICENSE file.