Skip to content

coder-k8s documentation

coder-k8s is a Go-based Kubernetes control-plane project with two app modes:

  • Controller: a controller-runtime operator for CoderControlPlane (coder.com/v1alpha1).
  • Aggregated API server: an aggregated API server for CoderWorkspace and CoderTemplate (aggregation.coder.com/v1alpha1).

This site follows the Diátaxis documentation framework:

  • Tutorials: learning-oriented, step-by-step guides.
  • How-to guides: task-focused recipes.
  • Reference: factual documentation (APIs, flags, manifests).
  • Explanation: concepts and architecture.

If you're new to the project, start with Tutorials → Getting started.