coder-k8s documentation¶
Warning
Highly experimental / alpha software This project is an active prototype. Do not use it in production.
coder-k8s is a Kubernetes control-plane stack for running and managing Coder through Kubernetes APIs.
What you can deploy¶
coder-k8s ships one binary with four app modes:
all(default): operator + workspace/template API server + MCP server in one process.controller: reconcilesCoderControlPlane,CoderProvisioner, andCoderWorkspaceProxy(coder.com/v1alpha1).aggregated-apiserver: servesCoderWorkspace+CoderTemplate(aggregation.coder.com/v1alpha1).mcp-http: serves operational MCP tooling over HTTP.
Quick start path¶
If you want to deploy quickly and validate the end-to-end flow:
- Follow Deploy a Coder Control Plane.
- Verify the managed Coder Deployment and Service.
- If you need external provisioners, continue with Deploy an External Provisioner.
Learn more¶
- Deploy an External Provisioner
- Deploy controller
- Deploy aggregated API server
- Run MCP server
- Troubleshooting
- API reference
- Architecture
Start with Deploy a Coder Control Plane.