Krontab - a crontab like tool for managing CronJobs

This week I created a command line tool which behaves very much like crontab but instead performs CRUD operations on Kubernetes CronJob resources.

I created it for use in the Pangeo project and it’s targeted at scientists who are used to using linux servers and are migrating their workload to Kubernetes. But I hope it is also useful to others!

Also I’m pretty new to golang development and so I would love some review and feedback on the repo if anyone is so inclined! I may well have fallen into some anit-patterns and common gotchas as a newbie gopher.

1 Like