coder-k8s documentation¶
coder-k8s is a Go-based Kubernetes control-plane project with two app modes:
- Controller: a
controller-runtimeoperator forCoderControlPlane(coder.com/v1alpha1). - Aggregated API server: an aggregated API server for
CoderWorkspaceandCoderTemplate(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.