← Reddit

Self-Hosted sandboxes on EKS

Reddit · sir_clutch_666 · May 24, 2026
A user inquires about running Claude sandboxes on EKS, seeking to automate a workflow where GitLab issues trigger sandbox creation to clone repositories, perform work, and open pull requests. The request aims to leverage an existing GitLab and EKS runner architecture already in place.

Detailed Analysis

A developer working with enterprise infrastructure has raised a practical architectural question in the Claude AI community forum, asking whether Anthropic's Claude sandboxes can be deployed on Amazon Elastic Kubernetes Service (EKS) and integrated with a self-hosted GitLab instance. The proposed workflow represents a fully automated software development pipeline: a user files an issue on GitLab, which triggers a Claude-powered sandbox to spin up, clone the relevant repository, complete the development work, and submit a pull request — all without manual intervention. The developer notes their organization already operates GitLab with an EKS runner architecture, making the question one of compatibility and extension rather than greenfield infrastructure design.

The question touches directly on Anthropic's evolving offerings around agentic Claude deployments. Anthropic has been expanding Claude's capabilities for autonomous coding tasks through features like computer use and sandboxed code execution environments, which allow Claude to interact with software systems programmatically. The distinction being probed here is between Anthropic-hosted sandboxes, which run in Anthropic's own cloud infrastructure, and self-hosted alternatives that organizations can run within their own Kubernetes clusters. For enterprises with data residency requirements, air-gapped environments, or existing EKS-based CI/CD pipelines, self-hosting is not merely a preference but often a compliance necessity.

The broader significance of this query lies in what it reveals about enterprise demand for AI-native software development workflows. The issue-to-PR pipeline the developer describes mirrors capabilities being pursued across the industry — Devin, GitHub Copilot Workspace, and similar products have popularized the concept of AI agents that can own a software task from specification to implementation. What distinguishes this request is the infrastructure layer: rather than relying on a SaaS product's proprietary backend, the developer wants to embed Claude's agentic behavior into an existing Kubernetes-native DevOps stack, treating the AI sandbox as just another EKS workload alongside standard CI runners.

This pattern reflects a maturing phase of enterprise AI adoption in which organizations are no longer evaluating AI tools in isolation but are instead attempting to integrate them deeply into existing infrastructure paradigms. The choice of EKS and GitLab — both widely used in large engineering organizations — signals that the demand is coming from teams with significant existing investment in cloud-native tooling. If Claude sandboxes can be made compatible with standard Kubernetes orchestration, it would substantially lower the integration burden for a large category of enterprise users who have standardized on AWS and GitLab for their software delivery pipelines.

The question also surfaces an important tension in the agentic AI tooling market between portability and performance. Anthropic-managed sandboxes can be tightly optimized and kept current with model updates, while self-hosted deployments offer control at the cost of operational complexity. How Anthropic responds to this category of demand — whether by publishing Helm charts, supporting custom sandbox runtimes, or documenting Kubernetes-compatible deployment patterns — will likely influence how deeply Claude becomes embedded in enterprise DevOps workflows over the coming years.

Read original article →