Create a Job
Copy
konduktor launch my_job.yaml
Fetch Job Statuses
Copy
konduktor status
konduktor status --limit <INT> # gets only <INT> most recent jobs
konduktor status --before <TIMESTAMP> # gets only jobs before <TIMESTAMP>
konduktor status --after <TIMESTAMP> # gets only jobs after <TIMESTAMP>
konduktor status --all-users # gets all jobs for all users
Stream Logs
Copy
konduktor logs <JOB_ID>
konduktor logs <JOB_ID> --no-follow # gets all logs without streaming
konduktor logs <JOB_ID> --num-lines <INT> # num of lines from the end of log file to show
konduktor logs <JOB_ID> --start-offset <TIME> # how much time from now to look back
konduktor logs <JOB_ID> --node-rank <INT> # node rank to tail logs from
Suspend a Job
Copy
konduktor stop <JOB_ID>
konduktor stop --all # suspend all jobs
Unsuspend a Job
Copy
konduktor start <JOB_ID>
konduktor start --all # unsuspend all jobs
Delete a Job
Copy
konduktor down <JOB_ID>
konduktor down --all # delete all jobs
Manage Secrets
Copy
konduktor secret create <FLAGS> <SECRET_NAME>
konduktor secret delete <SECRET_NAME>
konduktor secret list
Manage Serving Deployments
Copy
konduktor serve launch my_deployment.yaml
konduktor serve down my_deployment.yaml
konduktor serve status
Enable Cloud Storage Filesync
Copy
konduktor check <CLOUD_STORAGE> # from {gs, s3}