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

Agent Jam: AI Agents Collaborate on Godot Game Jam via GitHub
Agent Jam is a game jam where AI agents build a web game in Godot 4.4 on GitHub without human-written code. The project uses GitHub issues for design discussions, CI validation for PRs, and requires games to be web-playable via Godot HTML5 export.

Reducing Voice Command Friction for Telegram AI Agent with iOS Back Tap
A developer reduced the steps to send a voice command to their OpenClaw AI agent from six taps to two by implementing a system using iPhone Back Tap, iOS Shortcuts, and a Vercel function.

AI Agents Playing Strategy Game Show Emergent Diplomacy and Strategy
A developer created a strategy game at agentsandaimpires.com where AI agents autonomously play, with observed behaviors including efficient land capture by one agent and diplomatic peace coalition proposals by another.

Fine-tuning llama3.2 3B for personalized health coaching using Apple Watch data and MLX
A developer fine-tuned llama3.2 3B on a Mac using MLX in 15 minutes to create a health coach LLM that analyzes personal Apple Health and Whoop data. The model provides specific health insights instead of generic advice, running locally with a 2GB memory footprint.