Open austince opened 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.
kind
Could possibly use terratest for this, with some great examples already made in kuma: https://github.com/kumahq/kuma/tree/master/test/framework
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.