All Projects → iJanki → kubecron

iJanki / kubecron

Licence: MIT license
Utilities to manage kubernetes cronjobs. Run a CronJob manually for test purposes. Suspend/unsuspend a CronJob

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to kubecron

backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (-31.91%)
Mutual labels:  cronjob
kube-job-cleaner
DEPRECATED: Delete complete/failed Kubernetes jobs after one hour
Stars: ✭ 99 (+110.64%)
Mutual labels:  cronjob
aws-lambda-scheduler
aws-lambda-scheduler is EventBridge Rule manager that lets you call any existing AWS Lambda Function you have in a set future time with pre-set parameters. Allows more rule creation than AWS limit.
Stars: ✭ 58 (+23.4%)
Mutual labels:  cronjob
time.clj
time util for Clojure(Script)
Stars: ✭ 45 (-4.26%)
Mutual labels:  cronjob
vscode-powertools
A swiss army knife with lots of tools, extensions and (scriptable) enhancements for Visual Studio Code.
Stars: ✭ 44 (-6.38%)
Mutual labels:  cronjob
teresa
Teresa is a special bot of discord for you.
Stars: ✭ 21 (-55.32%)
Mutual labels:  cronjob
EasyCronJob
This repository provides easy cron job to your application on IHostedService.
Stars: ✭ 66 (+40.43%)
Mutual labels:  cronjob
xxl-job-executor-go
xxl-job 执行器(golang 客户端)
Stars: ✭ 298 (+534.04%)
Mutual labels:  cronjob
Google-rank-tracker
SEO: Python script + shell script and cronjob to check ranks on a daily basis
Stars: ✭ 124 (+163.83%)
Mutual labels:  cronjob
workflow-controller
Kubernetes workflow controller
Stars: ✭ 23 (-51.06%)
Mutual labels:  cronjob
lambda-cron
LambdaCron - serverless cron tool
Stars: ✭ 22 (-53.19%)
Mutual labels:  cronjob
terraform-aws-ec2-ami-backup
Terraform module for automatic & scheduled AMI creation
Stars: ✭ 19 (-59.57%)
Mutual labels:  cronjob
nodejs-cron-job-must-know
it is an example of running node.js script with every certain period(cron job)
Stars: ✭ 35 (-25.53%)
Mutual labels:  cronjob
Windows-TaskSchedule
Windows下的任务调试框架, 支持Cron表达式,支持任务以插件形式添加,支持调用外部程序,支持部署为windows服务...
Stars: ✭ 39 (-17.02%)
Mutual labels:  cronjob
safeway-coupons
Automatic coupon clipper for Safeway's online "Just for U" coupons
Stars: ✭ 27 (-42.55%)
Mutual labels:  cronjob
ckron
🐋 A cron-like job scheduler for docker
Stars: ✭ 37 (-21.28%)
Mutual labels:  cronjob
jobor
支持秒级分布式定时任务系统, A high performance distributed task scheduling system, Support multi protocol scheduling tasks
Stars: ✭ 52 (+10.64%)
Mutual labels:  cronjob
gronx
Lightweight, fast and dependency-free Cron expression parser (due checker), task scheduler and/or daemon for Golang (tested on v1.13 and above) and standalone usage
Stars: ✭ 206 (+338.3%)
Mutual labels:  cronjob
speedInspectorRPI
A docker image with a cronjob running speedtest, audit your internet connection/ISP
Stars: ✭ 12 (-74.47%)
Mutual labels:  cronjob
terraform-aws-efs-backup
Terraform module designed to easily backup EFS filesystems to S3 using DataPipeline
Stars: ✭ 40 (-14.89%)
Mutual labels:  cronjob

kubecron

A small utility to do things not currently possible with kubectl. At the moment the following commands are implemented:

  • run
    • Running CronJobs immediately for testing purposes.
  • suspend
    • Suspend a CronJob
  • unsuspend
    • Unsuspend a CronJob

Installation

Download a release or

go get github.com/iJanki/kubecron

Usage

kubecron run cronjobname

It also accepts context and namespace flags as kubectl

kubecron --context=default-cluster -n default run cronjobname

Usage as kubectl plugin

Rename the kubecron executable into kubectl-cron and place it in your $PATH

mv kubecron /usr/local/bin/kubectl-cron

Run it like this:

kubectl cron run cronjobname

License

This library is licensed under the MIT License - see the LICENSE file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].