terascope / teraslice

Scalable data processing pipelines in JavaScript
https://terascope.github.io/teraslice/
Apache License 2.0
50 stars 13 forks source link

Add Kubernetes e2e tests using kind and clearing TS state fully #3454

Closed busma13 closed 1 year ago

busma13 commented 1 year ago

This branch makes the following changes:

Creates end to end tests that run in a kind kubernetes cluster.
Adds a new job to the CI test.yml that runs the k8s e2e tests.
Replaces all blacktop/kafka docker images with confluentinc/cp-kafka and confluentinc/cp-zookeeper images.
Replace all blacktop/elasticsearch docker images with the official elasticsearch images.
busma13 commented 1 year ago

ref: #3427