Skip to main content

Deployment Guide

This guide walks you through deploying AgenticStar to your Kubernetes cluster using the Helm chart obtained from the marketplace.

Prerequisites

ItemRequirement
Kubernetesv1.28 or later
Helmv3.12 or later
NodesMinimum 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.