Running Claude Code as a Kubernetes CronJob: Production Learnings and Open-Sourced Setup

Production Experience with Claude Code as a CronJob
The team behind everyrow.io, an LLM-based research data processing platform, has documented their approach to running Claude Code unattended as a Kubernetes CronJob. They've encountered undocumented quirks through trial and error in production and have open-sourced their complete setup.
Key Components Provided
Their open-sourced repository includes several practical components for production deployment:
- Dockerfile for containerizing Claude Code
- Entrypoint script for container initialization
- Helm chart for Kubernetes deployment
- Logging setup configuration
Production Context
This implementation supports their LLM-based research data processing pipelines at everyrow.io, which they report are helping them find users. The team notes this is the first post in a series focused specifically on infrastructure, with more content to follow.
📖 Read the full source: r/ClaudeAI
👀 See Also

Non-Developer Builds Three Production Apps with Claude AI Assistance
A user with no coding experience created three functional web applications using Claude AI, including a fuel price finder, MTG proxy printer, and budgeting tool, all deployed via GitHub, Cloudflare Workers, Cloudflare D1, and Vercel.

Integrating OpenClaw with Obsidian for a Private AI Knowledge Base
A developer shares their setup using an isolated Obsidian vault for OpenClaw, synced via SyncThing to maintain privacy while using AI agents. They've implemented task management through OpenClaw with automated research and metadata augmentation.

OpenClaw AI agent autonomously identifies bug, creates and submits GitHub PR
A developer reports their OpenClaw AI agent diagnosed a recurring issue, traced it to a third-party package, then autonomously created a GitHub branch, made multiple commits, reviewed its own code, and submitted a pull request to the package repository.

Autonomous OpenClaw Agent Runs 24-Hour Cold Outreach with API Keys
A developer gave an OpenClaw agent full read/write access to run cold outreach for 24 hours without human intervention. The setup used OpenClaw for autonomous reasoning, Zapier MCP for integrations, Brave Search API for research, and Gemini/OpenRouter for heavy context.