Hey folks, how are you doing?
I have an user case where a developer built a a simple pipeline that built, tested and pushed to GitLab registry a rocker image.
This docker image has two execution modes from the same: service and worker.
I was thinking if I could preserve those build, test and docker release steps and use Auto DevOps for deploying the app/worker to Kubernetes.
I already have the k8s cluster integrated with GitLab project and ci runners building from it as well.
I’m trying to get inspiration from this demo:
Do you folks see more demos and resources that could help me accomplish this setup?
Thanks for your time thinking together in a solution.