Skip to content

Integr8sCode

Integr8sCode

GitHub Live Demo

Run Python scripts in isolated Kubernetes pods with real-time output streaming, resource limits, and full audit trails.

Quick start

git clone https://github.com/HardMax71/Integr8sCode.git
cd Integr8sCode
./deploy.sh dev

Then open https://localhost:5001 and log in with user / user123.

For the full walkthrough, see Getting Started.

Core features

Every script runs in its own Kubernetes pod with complete isolation. Resource limits are configurable per execution (defaults: 1000m CPU, 128Mi memory, 300s timeout).

The platform supports multiple languages and versions:

Language Versions
Python 3.7, 3.8, 3.9, 3.10, 3.11, 3.12
Node.js 18, 20, 22
Ruby 3.1, 3.2, 3.3
Go 1.20, 1.21, 1.22
Bash 5.1, 5.2, 5.3

Execution output streams in real-time via Server-Sent Events. All events flow through Kafka for full audit trails, with automatic retries via dead letter queue for failed processing.

Documentation