This screen shows the history of runs that tie training → registration → deployment, and retraining when drift is detected (CT, Continuous Training), together as pipelines. Pipelines run as Kubernetes Jobs in the tenant namespace. Every member can view; triggering, rerunning and stopping need operate (OPERATOR, ADMIN).

Pipelines — ① Train, Register, Deploy and CT tabs ② new trigger ③ run history
#AreaDescription
Pipeline tabsTrain (Train) · Register (Register) · Deploy (Deploy) · CT (M3+) (CT (M3+)). Each tab shows the run history of that kind.
New trigger (새 트리거)Runs the current tab's pipeline once (operate).
Run historyRun, status, type, start, end. Click a row to open the run detail.

Run detail

The run detail has the progress ("3/5 tasks completed (3/5 태스크 완료)"), a Tasks (DAG) (태스크 (DAG)) diagram (showing the order in which tasks run), and the log of a task when you click it. Rerun (재실행) · Stop (중단) at the top need the operate permission.

Main tasks

  1. Choose the tab of the pipeline to run.
  2. Press New trigger (새 트리거). A "Pipeline triggered (파이프라인 트리거됨)" notice appears and a new row is added to the history.
  3. Click the new row to see task progress and logs.

Statuses and badges

The status shows the Kubernetes Job status as is (in English).

ValueColorMeaning
PendingYellowWaiting for the pod to start
RunningBlueRunning
SucceededGreenEnded normally
FailedRedFailed — see the task log for the cause
unknownGreyStatus cannot be determined

Written for the platform as of 2026-09-21.

© Geo-MLOps