Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.41 KB

File metadata and controls

41 lines (31 loc) · 1.41 KB

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 project for running and managing Coder through Kubernetes APIs.

What is in this repository?

coder-k8s ships one binary with four app modes:

  • all (default): controller + aggregated API server + MCP server in one process.
  • controller: reconciles CoderControlPlane, CoderProvisioner, CoderWorkspaceProxy (coder.com/v1alpha1).
  • aggregated-apiserver: serves CoderWorkspace + CoderTemplate (aggregation.coder.com/v1alpha1).
  • mcp-http: serves MCP tooling over HTTP.

Documentation map (Diátaxis)

Quick commands

make manifests
make test
make build
make docs-serve

New here? Start with the Getting started tutorial.