> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/deka_flexi/deka-slb/create-load-balancer.md).

# Create Load Balancer

You can enjoy a Load Balancer in Cloudka Portal Services, you must create a Load Balancer earlier, following these steps:

* On the Cloudeka portal, open the **Network** menu, select **Load Balancer**, and click **Create Load Balancer**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/13slb/13.1%20Network%20Page%20-%20Load%20Balancer.png" alt=""><figcaption><p>Network - Load Balancer</p></figcaption></figure>

* The Create Load Balancer page appears in the **Tier** section, select **Server Load Balancer** and fill in the **Name**, **Flavor** and **VPC Network** fields, then click Create Load Balancer.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/13slb/13.2%20Form%20Create%20Load%20Balancer.png" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="177">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Your name load balancer.</td></tr><tr><td><strong>Flavor</strong></td><td><p>There are 3 size options that can be used including:</p><ol><li>c1.medium.rc 2VCPU / 2GB RAM</li><li>c1.large.rc4VCPU / 4GB RAM</li><li>c1.xlarge.rc8VCPU / 8GB RAM</li></ol></td></tr><tr><td><strong>VPC Network</strong></td><td>The VPC network must be in the same segment as the instance to be load-balancing.</td></tr></tbody></table>

* The notification **Creating the Load Balancer** will appear and the Status column will show **ON-PROGRESS**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/13slb/13.3%20Load%20Balancer%20Page-On%20Progress.png" alt=""><figcaption><p>Notification - Creating the Load Balancer</p></figcaption></figure>

* If the load balancer is successfully created, a notification will appear **Load balancer \[nama load balancer] has successfully created**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/13slb/13.4%20Notification.png" alt=""><figcaption><p>Notification - Load Balancer has successfully created</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.cloudeka.id/deka_flexi/deka-slb/create-load-balancer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
