Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 824 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 824 Bytes

Gojobs

Gojobs wants to be an easy way of running Jobs and Cronjobs on Kubernetes via API or CLI.

This project is for fun so... enjoy it. 😄

Master plan (Alpha)

  • Build a Golang API that manages Jobs and Cronjobs on Kubernetes ✅
  • Build Kubernetes RBAC and deployment (./kubernetes/) ✅
  • Build CLI using urfave/cli https://github.com/urfave/cli/ (./cmd/cli/) 🔶
  • Build Auth API ⚪
  • Build Gojobs Registry ⚪

Gojobs Plan

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Contributors