fintechstudios / ververica-platform-k8s-operator

Kubernetes Operator for the Ververica Platform
https://flink-packages.org/packages/ververica-platform-k8s-operator
Apache License 2.0
34 stars 12 forks source link

Add K8s integration testing to CI #64

Open austince opened 4 years ago

austince commented 4 years ago

It would be good to test a couple of things against a live K8s cluster in CI:

We can accomplish this with kind, though not sure what it will do to the build time.

austince commented 4 years ago

Could possibly use terratest for this, with some great examples already made in kuma: https://github.com/kumahq/kuma/tree/master/test/framework