From 754fd2f83a7c5e125c81d9d0b9f792427ba8a812 Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Fri, 28 Jul 2017 20:46:19 +0200 Subject: Introduces the test automation concept as briefly as possible --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 2c747dc..6464906 100644 --- a/README.md +++ b/README.md @@ -51,3 +51,11 @@ That's it. Just add business value :wink:. For clients we tend to use [librdkafka](https://github.com/edenhill/librdkafka)-based drivers like [node-rdkafka](https://github.com/Blizzard/node-rdkafka). To use [Kafka Connect](http://kafka.apache.org/documentation/#connect) and [Kafka Streams](http://kafka.apache.org/documentation/streams/) you may want to take a look at our [sample](https://github.com/solsson/dockerfiles/tree/master/connect-files) [Dockerfile](https://github.com/solsson/dockerfiles/tree/master/streams-logfilter)s. Don't forget the [addon](https://github.com/Yolean/kubernetes-kafka/labels/addon)s. + +# Tests + +``` +kubectl apply -f test/ +# Anything that isn't READY here is a failed test +kubectl -n test-kafka get pods -l test-target=kafka,test-type=readiness -w +``` -- cgit v1.2.3