Helm and Kind
- Helm chart & Terraform modules. A canonical GKE-oriented Helm chart (
charts/kube-agents/) and companion Terraform modules (terraform/modules/) live inmainfor versioned OCI and IaC deployments. Published artifacts (the OCI chart and?ref=X.Y.Zmodule tags) only exist from the firstX.Y.Zrelease tag onward — until then, install from a repository checkout or use the Quick start. A checkout install must override both image tags — the chart README is canonical for the exact--setflags and theappVersion-placeholder reason. - No Kind or local-cluster path. There is no
kindworkflow in the repository — the installer (./install.sh) and the Terraform composition it drives both target GKE. You need a real GKE cluster.
Install today
Section titled “Install today”- Quick start (GKE) —
./install.shbootstraps GKE, the operator, and the agent. - Helm & Terraform (GitOps) — deploy via versioned OCI Helm charts and SemVer Terraform modules. For a one-command IaC install (cluster + IAM + chart in a single
terraform apply), seeterraform/examples/full-install/. - Manual install — for other Hermes-compatible harnesses.
Check the repository’s charts/ tree for canonical Helm charts and terraform/modules/ for infrastructure modules.