/kjob

The fastest way to run a job in Kubernetes

Primary LanguageRustMIT LicenseMIT

kjob

The fastest way to run a job in Kubernetes

🚧 WIP

Usage

  1. Create a yaml file name myjob.yaml with the job configuration.

Example:

name: job-name
namespace: my-ns
image: xxx
command: xxxx
  1. Run the job via:
kjob -f myjob.yaml > logs.txt