kubedl-io/kubedl

[feature request] Implement a kubedl CLI

Opened this issue · 1 comments

What would you like to be added:
We could have a first-class kubedl CLI for things like:

  • get/list jobs,
  • list pods for a job
  • stop a job ? (currently only delete operations)
  • get status, (finer information such as what listed in the JobStatus)
  • update a job, (update certain applicable fields in a job )
  • ...
    Why is this needed:
    Easier than kubectl get

Sir, I would like to work on this issue. I have some exposure to Cobra. Some pointer on approach from your side would be appreciated.