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

# Create Load Balancer

To use a Load Balancer in Cloudeka Portal Services, create one first by following these steps:

* On the Cloudeka portal, open the **Network** menu, select **Load Balancer**, then click **Create Load Balancer**.
* On the **Create Load Balancer** page, in the **Tier** section, select **Server Load Balancer**. Then fill in the **Name**, **Flavor**, and **VPC Network** fields, and click **Create Load Balancer**.

<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>

* A **Creating the Load Balancer** notification will appear, and the **Status** column will show **ON-PROGRESS**.
* After the load balancer is created successfully, a notification will appear to confirm the creation.


---

# 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.ai/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.
