Plugin to test K8s internal (and external) services using the Jobs abstract (looking for feedback)

So I’ve prototyped out https://github.com/josmo/drone-k8s-job to be able to use as a plugin to test K8s services whether they are exposed or not for integration/systems level tests.

Right now it uses a testing image and the Job abstract to run the tests and listens to the job container logs to get feedback streaming to drone.

I’m looking for feedback/ideas on it since it’s my first go at it. So far it seems to do what I need pretty well but I’d love feed back on alternative options, improvements, PRs etc :slight_smile: