Skip to main content

Create and manage NLB

Network Load Balancer (NLB) processes traffic at the OSI Layer 4 (transport layer). The NLB listener can use TLS, TCP, or UDP protocols and connects to a single default target group. All traffic received by the listener is routed to the default target group.
The following describes how to create an NLB and manage it, including viewing the list, monitoring, and modifying information.

Create load balancer

The following describes how to create an NLB.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. Click the [Create load balancer] button at the top right.
  3. In Select type, choose Network Load Balancer.
  4. Configure the required settings to create the load balancer, and then click the [Create] button.
CategoryItemDescription
Basic informationLoad balancer nameName of the load balancer
Load balancer descriptionDescription of the load balancer
NetworkSubnetDisplays the list of subnets in the selected VPC
ListenerProtocolTCP, UDP, TLS
PortEnter a value in the range 1–65535
Detailed attributesIdle timeout: Configure the idle timeout value

View load balancer list and basic information

You can check the load balancer list and basic information.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. Check the list of load balancers.
CategoryDescription
NameName entered when created
IDID assigned when created
Provisioning statusIndicates whether the load balancer was created successfully or whether modification or deletion is in progress
Operating statusIndicates whether the created load balancer is available
TypeLoad balancer type
Private IPPrivate IP address automatically assigned to the load balancer
Public IPPublic IP address assigned by the user
VPCVPC containing the load balancer
Availability zoneAvailability zone selected at creation
Created atDate when the load balancer was created

View load balancer details

You can view detailed information about the load balancer.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. Select the load balancer whose details you want to view.
  3. Check information in each tab.
ItemDescription
NameUser-defined name used to identify the load balancer
IDID automatically assigned when the load balancer is created
Provisioning statusStatus of resource creation and configuration
Operating statusCurrent operational state that can process actual traffic
Load balancer typeType of the load balancer
Access logWhether request/response log collection is enabled
VPCVPC information where the load balancer belongs
VPC IDID of the connected VPC
SubnetSubnet where the load balancer is deployed
Subnet IDID of the connected subnet
Public IPPublic IP address used for internet communication
Private IPPrivate IP address used for internal network communication
ListenerNumber of created listeners
Availability zoneAvailability zone where the load balancer is deployed
Created atDate and time when the load balancer was created

Rename load balancer

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Rename for the target load balancer.
  3. Enter the information in the pop-up window and click the [Change] button.

Modify load balancer attributes

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Modify attributes for the target load balancer.
  3. Complete the modifications and click the [Modify] button.

Associate public IP

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Associate public IP for the target load balancer.
  3. Complete the configuration in the pop-up window and click the [Associate] button.
  • Create a new public IP and assign automatically: When assigning and connecting a new public IP
  • Select from owned public IP list: When connecting an existing public IP

Disassociate public IP

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Disassociate public IP for the target load balancer.
  3. Select the public IP to disconnect in the pop-up window and click the [Disassociate] button.

Configure access log

Access log is an optional feature and is disabled by default.
The following describes how to enable or disable the access log.

Enable access log

The following describes how to enable the access log.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Configure access log.
  3. Set access log to Enable in the pop-up window.
  4. Select the Bucket where the access logs will be stored. The selected bucket allows configuration of encryption usage.
  1. Select the Access key ID.
  • The selected access key ID must have its expiration set to Not specified.
  • For details about creating access keys, see Credentials.
info
  • When creating an access key, store the secret access key separately.
  • When access logs are enabled, bucket usage charges apply for storing logs. In this case, you can configure the access log retention period using the bucket Lifecycle setting. For more information, see Object Storage > Configure lifecycle.
  1. Enter the Secret access key paired with the access key ID and click the [Save] button.

Disable access log

The following describes how to disable the access log.

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Configure access log.
  3. Select Disable for access log in the pop-up window and click the [Save] button.

Delete load balancer

  1. Go to KakaoCloud console > Networking > Load Balancing > Load balancer.
  2. In the Load balancer menu on the left, select [⋮] > Delete load balancer.
  3. Enter the deletion confirmation text in the pop-up window and click the [Delete] button.