
Integr8sCode¶
Run Python scripts in isolated Kubernetes pods with real-time output streaming, resource limits, and full audit trails.
Quick start¶
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¶
-
Run the stack locally and execute your first script
-
System design, service interactions, and event flows
-
Complete REST and SSE endpoint documentation
-
Workers, SSE, DLQ, and Schema management
-
Deployment, tracing, and monitoring
-
Policies, network isolation, and supply chain
-
TOML configuration and secrets
-
Frontend routing and components
-
Development setup, pre-commit hooks, and PR guidelines