-
Some examples here: https://github.com/redhat-cop/openshift-management/tree/master/jobs
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
This might be interesting to folks currently using jobs to cleanup old images: https://github.com/Azure/eraser.
-
mirrord
Connect your local process and your cloud environment, and run local code in cloud conditions.
A bit of an esoteric use case, but our product mirrord creates a transient k8s agent on the user's cluster that sniffs traffic on a specific pod for the duration of the user's session. We run it as a Job so it can self-delete at the end of the session.
-