Deployment Guide
This guide walks you through deploying AgenticStar to your Kubernetes cluster using the Helm chart obtained from the marketplace.
Prerequisites
| Item | Requirement |
|---|---|
| Kubernetes | v1.28 or later |
| Helm | v3.12 or later |
| Nodes | Minimum 3 nodes (recommended) |
Deployment Steps
1. Add the Helm Repository
curl
helm repo add agenticstar https://charts.agenticstar.jp
helm repo update
2. Prepare values.yaml
Customize the values.yaml template provided from the marketplace.
YAML
global:
domain: agenticstar.example.com
tls:
enabled: true
replicaCount: 2
3. Deploy
curl
helm install agenticstar agenticstar/agenticstar \
-f values.yaml \
-n agenticstar --create-namespace
Next Steps
After deployment, access the admin console to complete the initial setup. See the Marketplace Quickstart for details.