Discuss continuous delivery of infrastructure Archive: https://archive.sweetops.com/gitops/ 2020-07-23 jafow 05:38:10 PM anyone got a gitops flavored solution for triggering K8s Jobs that they like? jafow 05:39:09 PM here’s the “problem” i’m after: a dev who doesn’t use kubectl should be able to kick a job, check its status, view logs jafow 05:39:39 PM example use case might be data scientist who wants to run a processing job jafow 05:40:35 PM current approach is: • push a git tag • the CI builds the image • syncs the job chart at that image jafow 05:41:01 PM so the CI becomes her way of seeing job status / tailing logs jafow 05:42:28 PM I think this is fine but not crazy about tying up a build for 1+ hours just to tail logs. Also +1 for a simple web UI jafow 05:43:59 PM current solution under consideration is Argo: the UI is a little perplexing but shows status & logs. Also frees up the build as the CI can just build image, update values, and be done. jafow 05:44:13 PM thanks zeid.derhally 12:26:57 AM Argo events or Brigade seem better suited for this than having a CI system tail logs 1 jafow 03:12:49 AM don’t know brigade thanks I’ll check it out; I agree re: CI tailing logs RB 08:45:06 PM https://sweetops.slack.com/archives/CUGPEKG9H/p1595537102029100 anyone create a custom github homebrew tap in a private repo ? getting authorization errors