Concepts
Mental model
This repo is organized by deployment surface:
- Cloudflare: edge/serverless deployments using Wrangler.
- Helm: reusable charts for Kubernetes workloads.
- Kubernetes: raw manifests for shared cluster/namespace resources.
Key terms
- Chart: A Helm package (templates + values) used to render Kubernetes manifests.
- Release: An installed instance of a chart in a namespace.
- Cluster-scoped resource: A Kubernetes resource not tied to a namespace (e.g. PriorityClass).
- Namespace resource: A resource applied within a namespace (e.g. NetworkPolicy, LimitRange).
Environments
This repo is typically used against:
- Developer local (render templates, validate YAML)
- Staging / Production clusters (apply manifests, helm upgrade)
Next: Getting Started · Reference · Changelog · Support