> 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-glb/create-deka-glb.md).

# Create Deka GLB

To create a Deka GLB, make sure you have created a VPC. Stages of making VPC usable. The following are the steps for creating a Deka GLB on the Cloudeka portal service:

* On the Cloudeka portal service page, select the Network menu in the Deka Flexi module.

<figure><img src="https://lh7-us.googleusercontent.com/EGIYL1SvNzCaTqDmpkDqImsIDHErDX4cnulQy7xKEfW76hx3S5NbzQQlffumJtdMLfQDqqMJikdU1OLm-44M4V7eWH2AKnFuXRothaeTue6_hncCkP9sCpwzBxP9uYya5B9kd9KaqiNqtkJQGcrB_Q4" alt=""><figcaption><p>Create Deka GLB (a)</p></figcaption></figure>

* Select the Load Balancer tab and press the Create Load Balancer button.

<figure><img src="https://lh7-us.googleusercontent.com/e-ClIBu20RYksfNvQgTq5Gq32UdZBB6Ir8Us80K4VHYHmQgHHufdNuX2zQwzomculDiYCIgAC5pMRlHQLxM7BdzejYPrG9Mb5KMufxygKyCIVWVlSHs070GTviKatx7c4c8qyw2tQ_n_Bimy_sUTL3s" alt=""><figcaption><p>Create Deka GLB (b)</p></figcaption></figure>

* The Create Load Balancer page appears, in the Tier section select Global Load Balancer, and fill in all the available columns.

<figure><img src="https://lh7-us.googleusercontent.com/WYBJOTl749MZtpvDNneJZbMuqfR6bPyC2penCmv4KXcgL-ES7VuMY0v66VpPoAPsTgcJ0ldij5mtgNqOzEn1VAphGc7CDvXQ7QAPxbGOH4uPY3ekYkoXGx6gDIFpJWPBVSiWi5T-gJt9geIMm-vfprQ" alt=""><figcaption><p> Create Deka GLB (c)</p></figcaption></figure>

<table><thead><tr><th width="197">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>The name used to define the 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>Make sure to choose a VPC that has been created previously.</td></tr></tbody></table>

* After filling in all the available columns on the Create Load Balancer page, press the Create Load Balancer button.

<figure><img src="https://lh7-us.googleusercontent.com/aXkDRJbLGXhPj5eQfp__51QMnFq4x7uDijviVURhqRaazz6ep9OVGGSYBRqs3FdT_CkORCh6UNbkZpb5C3zQ3HZ-VGN-v2jjJupx7cuyytFJz8L2SZzyd7Yu2oJZAajAyGGzMHWqMct-BfRTX26YNmE" alt=""><figcaption><p>Create Deka GLB (d)</p></figcaption></figure>

* Wait until the process is complete until the status becomesCreated and the notification appears "Load balancer \[name of load balancer] has been successfully created!"

<figure><img src="https://lh7-us.googleusercontent.com/8_MxwRWm-rTVsYifUbonx_L3ncFsQpqhHp4H8caD8CcziawUyDAQR_uSCwFfRYYzgOAiP8nN-q1BXg8vdcsLRaL4-VyKfRp5tCd9D9OoGnyl1pxJQwf-B9zU0SOdt7vOSb-Cm7rwHapTMm3oxijfCj0" alt=""><figcaption><p>Create Deka GLB (e)</p></figcaption></figure>

<figure><img src="https://lh7-us.googleusercontent.com/PBPDDw95ZfU_6hHLb4dRzXkdSjtvww4-_fYMZEyOVzWgox7Fs4wBDeXKruHu3KH9ysqYh7NC4Wj1JWEcoXqlhSvlSG5j0-v9CuIrofEamvvIUo6pjzc_hgUSVDdDteFyPztFXTS1p_aZzVQjWYQAelQ" alt=""><figcaption><p>Create Deka GLB (f)</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-glb/create-deka-glb.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.
