Clusters
Clusters are the foundation of the MAR platform. Each cluster represents a Kubernetes namespace where instances are deployed.
Overview
The Clusters page provides a comprehensive view of all managed Kubernetes clusters. You can create, view, scale, apply configurations to, and delete clusters.
Cluster Properties
Each cluster has the following properties:
| Property | Description |
|---|---|
| Name | Unique identifier for the cluster |
| Region | Geographic region where the cluster is deployed |
| Status | Current state (ready, scaling, degraded, failed) |
| Instances | Number of running instances in the cluster |
| CPU | CPU utilization percentage |
| Memory | Memory utilization percentage |
| Config Profile | Configuration profile applied to the cluster |
Cluster Statuses
- Ready - Cluster is healthy and running normally
- Scaling - Cluster is currently scaling up or down
- Degraded - Cluster has issues but is still operational
- Failed - Cluster has critical issues requiring attention
Managing Clusters
Creating a Cluster
- Click the Create Cluster button
- Specify cluster name, region, and config profile
- Configure initial instance count
- Submit the creation request
- Monitor progress in the operation queue
Viewing Cluster Details
Click the View button on any cluster to see detailed information including resource utilization and configuration.
Applying Config Profiles
To apply a different configuration profile:
- Click the Apply button on the cluster
- Select the desired config profile
- Confirm the action
Scaling Clusters
Adjust the number of instances in a cluster using the Scale +1 button. Each click adds one instance. For larger scaling operations, use the API or CLI.
Deleting Clusters
To delete a cluster:
- Click the Delete button
- Confirm deletion in the dialog (this removes the cluster and all runtime instances)
- Monitor the deletion operation
Filtering
Use the search input to filter clusters by:
- Name
- Region
- Config Profile
Operation Queue
All cluster operations are tracked in the operation queue, showing:
- Operation type (createCluster, deleteCluster, scaleCluster, applyConfigProfile)
- Target cluster
- Current status