Gateway Installation
Gateway resources expose and manage AI traffic to the data plane. This page describes the tare install-gateway command and its workflow; platform-specific runbooks follow.
Synopsis
tare install-gateway <identity-file> [flags]
Description
The tare install-gateway command deploys the gateway Helm chart required to expose Agent Router serve traffic. It manages the lifecycle of the gateway resources, from prerequisite validation to final DNS configuration guidance.
High-level workflow
- Identity loading: Validates and loads the provided
<identity-file>. - Configuration merging: Loads the optional
gcp-gateway.jsonvia--configand resolves values across flags, config, and identity defaults. - Prerequisite handling: Runs optional prerequisite workflows with
--dry-run-prereqsor--apply-prereqs. - Preflight validation: Verifies environment readiness.
- Installation: Deploys the Agent Router gateway chart through the embedded Helm engine.
- Finalization: Optionally waits for the Gateway address (
--wait) and outputs the required DNS A-record actions.
Provider support
| Provider | Status |
|---|---|
| Google Cloud Platform (GCP) | Fully supported |
| Azure Kubernetes Service (AKS) | Fully supported |
| Amazon Web Services (AWS) | Not implemented (returns explicit error) |
note
AWS gateway installation is currently under development.
Where to go next