Skip to main content

Azure Marketplace Quickstart

The shortest path to deploy AgenticStar from the Azure Marketplace to your AKS cluster.

Prerequisites

  • Azure subscription
  • AKS cluster (Kubernetes v1.28 or later)
  • Helm v3.12 or later
  • kubectl connected to your AKS cluster

Steps

1. Purchase on Azure Marketplace

Search for "AgenticStar" on the Azure Marketplace, select a plan, and complete the purchase.

2. Install the Helm Chart

Run the installation command provided after purchase.

curl
# Add the Helm repository
helm repo add agenticstar https://charts.agenticstar.jp
helm repo update

# Deploy
helm install agenticstar agenticstar/agenticstar \
--set global.domain=agenticstar.example.com \
-n agenticstar --create-namespace

3. Initial Setup

After deployment, access the admin console.

curl
# Check the admin console URL
kubectl get ingress -n agenticstar

Open the admin console in your browser and create the initial administrator account.

4. Try the API

Create a service account and start making API calls. See the Marketplace API Quickstart for details.