> For the complete documentation index, see [llms.txt](https://asus-isg-aidc.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asus-isg-aidc.gitbook.io/guide/latest/portal/overview.md).

# Marketplace

| Developer | Last modified |
| --------- | ------------- |
| AIDC Team | 2026/01/22    |

## What is Marketplace?

Marketplace is a core module within AIDC Portal that provides a one-stop infrastructure service deployment solution. Through Marketplace, users can easily deploy various container, cluster, storage, and monitoring services without manually executing complex installation commands.

### Core Values

* **Simplified Deployment Process**: Complete service deployment through a graphical interface, significantly lowering the barrier to operation
* **Unified Management Platform**: Centrally manage all deployed services with real-time status monitoring
* **Standardized Configuration**: Default best practice configurations ensuring deployment consistency and reliability

***

## Main Features

### Service Catalog

* Browse all available services
* Filter services by category (HPC, Container, Database, Monitoring, Storage)
* Search for specific services
* One-click deployment dialog

![Service Catalog](https://pub-f334ff01208c4e6195b80133ac6e6030.r2.dev/portal/marketplace/service-catalog.png)

### Status Monitor

* View real-time status of all deployment tasks
* Display by status category (Created, Queued, In Progress, Failed, Completed, Timeout)
* View detailed node status information
* Edit or delete existing deployments

![Status Monitor](https://pub-f334ff01208c4e6195b80133ac6e6030.r2.dev/portal/marketplace/status-monitor.png)

## Supported Services List

| Service Name               | Category   | Description                                                     |
| -------------------------- | ---------- | --------------------------------------------------------------- |
| **Slurm Cluster**          | HPC        | High-performance computing cluster scheduling system            |
| **MariaDB Galera Cluster** | Database   | Highly available multi-master replication database cluster      |
| **UFM Standalone**         | Monitoring | NVIDIA Unified Fabric Manager for InfiniBand network management |
| **NMX-M**                  | Monitoring | Network monitoring management system                            |
| **Docker Engine**          | Container  | Containerization platform engine                                |
| **Native K8s Cluster**     | Container  | Native Kubernetes cluster                                       |
| **Podman Engine**          | Container  | Daemonless container engine                                     |
| **WEKA**                   | Storage    | High-performance parallel file system                           |

### Service Category Descriptions

* **HPC (High Performance Computing)**: High-performance computing related services
* **Container**: Containerization technology related services
* **Database**: Database services
* **Monitoring**: Monitoring and management services
* **Storage**: Storage system services

***

## Quick Start

1. Navigate to the **Marketplace** page in AIDC Portal
2. Select the service you want to deploy in the **Service Catalog** tab
3. Click the **Deploy** button on the service card
4. Follow the dialog instructions to complete deployment parameter configuration
5. View deployment progress and results in the **Status Monitor** tab

***

## Next Steps

👉 We recommend continuing with [**Interface Guide**](/guide/latest/portal/overview/interface-guide.md) to understand the Marketplace interface layout and actual operation flow.
