ARE¶
ARE (Agent Runtime Environment) provides AMS runtime services and UI. Install it when your release needs agent execution capabilities beyond Command Center alone.
Chart and namespace¶
| Item | Typical value |
|---|---|
| Chart repo | ams-helm-are-application |
| Namespace | are (or shared ams per your release layout) |
| Images | Supplied by the application team / your ACR |
Landing behavior¶
- If ARE is your only module, set infrastructure ingress
root.module: are. - If Command Center is also installed, keep
root.module: command-centerand reach ARE through its own paths.
Before you install¶
- Keycloak and observability available
- Database / storage requirements from release values met
- Network policies allow ARE to reach dependencies it needs
Helm outline¶
helm upgrade --install ams-are ./ams-helm-are-application \
--namespace are \
--create-namespace \
-f providers/azure/release/values.yaml
Pay attention to path prefixes and API routes in values so they do not collide with Command Center on the same hostname. Coordinate with the application team if both claim overlapping paths such as /api.
After install¶
- Confirm UI and backend pods are Ready.
- Verify Ingress paths for ARE.
- If ARE is primary, update infrastructure ingress and re-test
/.