Key Concepts
KakaoCloud's Resource Explorer is a tool that allows you to easily search for resources using various metadata such as name, tag, and ID, and navigate directly to the resource's detailed page to view information or perform tasks.
Resource
A Resource refers to cloud infrastructure objects created and operated in KakaoCloud. Examples include infrastructure resources such as Instances, Block Storage, Public IPs, and Load Balancers. Resource Explorer supports integrated viewing of these resources on a single screen and is continuously expanding the supported resources by service.
Please refer to the table below for the services and resource types currently available for viewing in Resource Explorer.
Supported resource type
| Service | Resource Type | Version |
|---|---|---|
| Virtual Machine | Instance | v1.0.0 |
| Virtual Machine | Block Storage | v1.0.0 |
| GPU | Instance | v1.0.0 |
| Bare Metal Server | Instance | v1.0.0 |
| File Storage | Instance | v1.0.0 |
| File Storage | Backup | v1.0.0 |
| VPC | Public IP | v1.0.0 |
| Load Balancing | Load Balancer | v1.0.0 |
| Transit Gateway | Transit Gateway | v1.1.0 |
| Transit Gateway | Attachment | v1.1.0 |
| Transit Gateway | Route Table | v1.1.0 |
| MySQL | Instance Group | v1.1.0 |
| MySQL | Instance | v1.1.0 |
| MySQL | Backup | v1.1.0 |
| PostgreSQL | Instance Group | v1.1.0 |
| PostgreSQL | Instance | v1.1.0 |
| PostgreSQL | Backup | v1.1.0 |
| MemStore | Cluster | v1.1.0 |
| MemStore | Node | v1.1.0 |
| MemStore | Backup | v1.1.0 |
Tag
To efficiently classify and track numerous resources in a cloud environment, Resource Explorer allows the use of Tags. Tags are metadata assigned to KakaoCloud resources that are viewable in Resource Explorer, consisting of a Key-Value pair expressed as Key:Value.
Custom tag
Custom Tags are tags defined by the user in a way that suits their needs for each resource. They can be used to group resources or track costs.
For example, tags like Project:Beta, Environment:Production, and Owner:DevTeam can be assigned to resources to easily distinguish and manage them by specific projects or teams.
System tag
System Tags are automatically created and managed by KakaoCloud and cannot be created or modified by the user. These tags have the kc: prefix and are used for internal service identification or operational purposes.
List of system tag
More system tags will be added in the future.
| System tag | Description |
|---|---|
kc:platform | Identifies the service using the Virtual Machine instance. - Example: If the kc:platform=Hadoop Eco tag is assigned to a VM resource, it means the VM is being used to run Hadoop Eco. |
kc:az | Identifies the Availability Zone where the resource belongs. - Example: If the kc:az=kr-central-2-a tag is assigned to a resource, it means the resource belongs to az-a. |
kc:vpc:vpc-id | Identifies the resource ID of the VPC where the resource belongs. |
kc:vpc:subnet-id | Identifies the resource ID of the subnet where the resource belongs. |
kc:tgw:tgw-id | Identifies the resource ID of the Transit Gateway where the resource belongs. |
kc:mysql:instance-group-id | Identifies the resource ID of the MySQL instance group where the resource belongs. |
kc:mysql:instance-group-name | Identifies the name of the MySQL instance group where the resource belongs. |
kc:mysql:backup-type | Identifies the backup type of the resource. - You can check kc:mysql:backup-type=Scheduled Backup for automatic backups or kc:mysql:backup-type=Manual Backup for manual backups. |
kc:postgresql:instance-group-id | Identifies the ID of the PostgreSQL instance group where the resource belongs. |
kc:postgresql:instance-group-name | Identifies the name of the PostgreSQL instance group where the resource belongs. |
kc:postgresql:backup-type | Identifies the backup type of the resource. - You can check kc:postgresql:backup-type=Scheduled Backup for automatic backups or kc:postgresql:backup-type=Manual Backup for manual backups. |
kc:memstore:cluster-id | Identifies the ID of the MemStore cluster where the resource belongs. |
kc:memstore:cluster-name | Identifies the name of the MemStore cluster where the resource belongs. |
kc:memstore:backup-type | Identifies the backup type of the resource. - You can check kc:memstore:backup-type=Scheduled Backup for automatic backups or kc:memstore:backup-type=Manual Backup for manual backups. |