Project Status
What KubeClaw is, what it is not, and what you should not do with it.
A prototype environment for running OpenClaw and similar AI agents behind a real isolation boundary
KubeClaw is a learning project, not production software. Before deploying anything, read Project Status.
Agentic AI environments like OpenClaw execute arbitrary code with tool access – they can read files, spawn processes, and make network requests. Running such workloads on a local machine or an unsandboxed server is inherently unsafe:
KubeClaw provides a fully automated Kubernetes cluster on Hetzner Cloud VPS servers where OpenClaw runs inside containers with strict network controls. Infrastructure is managed through OpenTofu and Ansible, the cluster uses Cilium CNI for eBPF-based network policies that enforce per-namespace egress rules (e.g., allowing only Anthropic API and messaging provider endpoints), and all access is routed through a Cloudflare Tunnel – no open ports, no public SSH, outbound-only connectivity.
For the node roles, IP layout, and traffic flow behind this, see Architecture.
| If you want to… | Go to |
|---|---|
| Deploy a cluster now | Quick Start |
| Understand the design first | Introduction – architecture, security model, DNS/NAT64 |
| Follow the full deployment path | Guide – Dev Container through OpenClaw, in order |
| Solve one specific task | How-to |
| Look up a variable, output, or template | Reference |
| Run the cluster day to day | Operations |
What KubeClaw is, what it is not, and what you should not do with it.
Provision the cluster end to end: prerequisites, Dev Container, OpenTofu, SSH, and the Cloudflare Tunnel.
Understand KubeClaw’s architecture, network model, and security boundaries.
Deploy and operate the KubeClaw infrastructure step by step.
Focused procedures for common KubeClaw tasks.
Configuration, outputs, templates, and project structure reference.
Keep the cluster secure, healthy, and maintainable after deployment.
Planned improvements and current infrastructure milestones.
Help improve KubeClaw and its documentation.