!!! warning Highly experimental / alpha software This project is an active prototype. Do not use it in production.
coder-k8s is a Kubernetes control-plane project for running and managing Coder through Kubernetes APIs.
coder-k8s ships one binary with four app modes:
all(default): controller + aggregated API server + MCP server in one process.controller: reconcilesCoderControlPlane,CoderProvisioner,CoderWorkspaceProxy(coder.com/v1alpha1).aggregated-apiserver: servesCoderWorkspace+CoderTemplate(aggregation.coder.com/v1alpha1).mcp-http: serves MCP tooling over HTTP.
- Tutorials: guided learning path
- How-to guides: task-focused operations
- Reference: generated API reference
- Explanation: conceptual internals
make manifests
make test
make build
make docs-serveNew here? Start with the Getting started tutorial.