Skip to main content

Key Concepts

Instance

Instances of Bare Metal Server are deployed directly onto non-virtualized physical servers with an operating system and related software installed exclusively. These instances possess various status values, including operational and workload conditions, allowing users to monitor and perform management tasks accordingly.

Instance type

Bare metal server instances allow direct access to the server's processor and memory, making them ideal for workloads requiring non-virtualized environments or proprietary hypervisors. Unlike standard instances, they fully occupy a physical server, ensuring superior performance and stability.

KakaoCloud offers BMS instance types, including memory optimized and accelerated computing, with more options being continuously added.

info

The general purpose instance in Bare Metal Server will be supported in the future.

Instance lifecycle

Instances possess various status values, such as operational and processing states, allowing their lifecycle from creation to termination to be monitored through the status values and lifecycle stages. You can manage instances by checking this states. The lifecycle of instances provided by Bare Metal Server is as follows:

Instance lifecycle Instance lifecycle

Commands/Features

Feature name (CLI command)DescriptionState after execution
Start (start)Starts the instanceActive
Stop (stop)Stops the instanceStopped
Terminate (terminate)The instance is running and in a usable statusShelved_offloaded
Hard Reboot (hard reboot)Hard reboot the instanceActive
Instance rebuild (rebuild)Reinstall instance OS image and reset key pairActive
Delete (delete)Completely deletes the instance-

Instance state and billing

StateDescriptionBilled
SpawningCreating the instanceNo
ActiveRunning the instanceYes
StoppedStopping the instance, but resources are still allocatedYes
Rebuild_spawningRebuilding the instanceYes
Rebooting_hardForce restart of the instance has begunYes
Rebooting_started_hardForce restarting the instanceYes
Powering-offStopping the instanceYes
Powering-onRestarting the stopped instanceYes
ErrorInstance has encountered an error and is unusableNo
DeletingWork in progress to completely delete the instanceNo

Image

Depending on the purposes, you can choose the necessary Operating System (OS) and applications to launch an instance.

info

In the Bare Metal Server, you are not be able to create or manage images directly; only the default images provided by KakaoCloud are available for use.

Default images available
CategoryImage
LinuxUbuntu 20.04
Ubuntu 20.04 (GPU)
Ubuntu 22.04
Ubuntu 22.04 (GPU)
CentOS Stream 8
Rocky Linux 8
Rocky Linux 9
Alma Linux 9

Key pair

A key pair consist of a pair of keys used for secure communication and authentication with instances or virtual machines. This pair is composed of a public key and a private key.

  • Public key: The public key can be shared with others or systems. Users or clients seeking to connect to an instance use this public key to encrypt data and send it to the instance. The public key facilitates the decryption of encrypted data by others or the instance itself.

  • Private key: The private key is a secret key that pairs with the public key and must be securely protected. Only the user or client who owns the key pair should have access to the private key. The private key is used when connecting to an instance, decrypting data, or logging into the instance.

Network

All Bare Metal Server instances are provided within a Virtual Private Cloud (VPC). You can build a logically separated service environment according to the required network requirements. For more information about the network, please refer to VPC.

IAM-based role management

Role management in Bare Metal Server follows IAM role-based access control (RBAC), and all resources within the product are created and managed under a project. Users with Project Admin or Project Member privileges can create and manage all resources under the project. However, only the owner who created the key pair can delete it.

Permissions by RoleProject AdminProject MemberProject Reader
Manage project members ✓                 
Associate public IP
Manage instances✓      △(View only)
Volumes△(View only)
Images△(View only)
Key Pair△(View only)