Cronnest

Kubernetes CronJob Generator

Turn a cron expression into a Kubernetes CronJob YAML snippet. Preview schedule meaning and next run times.

Kubernetes CronJob Generator

Paste a cron → plain English + next runs. Everything stays in your browser.

CronJob schedule + YAML export

Plain English

At 02:00, every day

  • Kubernetes CronJob timezone depends on the kube-controller-manager / CronJobTimeZone feature. Many clusters still interpret schedules in the controller’s local time (often UTC).

Next 5 runs (UTC)

  1. Mon, Sep 14, 2026, 02:00:00 UTC2026-09-14T02:00:00.000Z
  2. Tue, Sep 15, 2026, 02:00:00 UTC2026-09-15T02:00:00.000Z
  3. Wed, Sep 16, 2026, 02:00:00 UTC2026-09-16T02:00:00.000Z
  4. Thu, Sep 17, 2026, 02:00:00 UTC2026-09-17T02:00:00.000Z
  5. Fri, Sep 18, 2026, 02:00:00 UTC2026-09-18T02:00:00.000Z

Export

0 2 * * *

Kubernetes CronJob schedules

A CronJob uses the standard 5-field Unix cron syntax in spec.schedule. Optionally set spec.timeZone when your cluster supports the CronJob time zone feature.

What this tool generates

Caveats