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

# 3. Load Balancer

## <mark style="color:green;">**Overview**</mark> <a href="#overview" id="overview"></a>

HI GIO CLOUD supports Layer-4 and Layer-7 Load balancer.

Configure load balancing for an application in HI GIO CLOUD. The main configuration steps need to be performed as follows:

| Item                                | Description                                                                                                                                                                                   |
| ----------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Service Engine Group** (required) | Instance of Load balancer (Preparing by HI GIO support)                                                                                                                                       |
| **Server Pool** (required)          | Pool member VMs that are running the same application                                                                                                                                         |
| **Monitor Profile** (required)      | <p>Define how Load balancer health check Pool member’s application status.</p><p>HI GIO Portal has built-in support for Monitor Profile (Ping/TCP/HTTP/HTTPS,…) default that can be used.</p> |
| **Persistence Profile** (optional)  | How load balancer to direct all requests originating from a single client to a single backend VM                                                                                              |
| **SSL Certificate** (optional)      | If you want to do SSL termination on the Load balancer, you must register an SSL certificate on Portal.                                                                                       |
| **Virtual Service** (required)      | Virtual Services (VIP) is the main object of load balancing, which is a service representing the pool server backend.                                                                         |

## <mark style="color:green;">**Guideline**</mark> <a href="#guideline" id="guideline"></a>

Please refer to the Load Balancer usage guide in the list below:

[1 IMPORT SSL CERTIFICATE](/network/3.-load-balancer/import-ssl-certificate.md)

[2 CREATE POOLS ON LOAD BALANCER](/network/3.-load-balancer/create-pools-on-load-balancing.md)

[3 CREATE VIRTUAL SERVICE (VS) ON LOAD BALANCER](/network/3.-load-balancer/create-virtual-service-vs-on-load-balancing.md)

[4 OPEN FIREWALL RULE AND PUBIC SERVICE TO INTERNET](/network/3.-load-balancer/open-firewall-rule-to-public-service-to-internet.md)

[5 MONITOR TRAFFIC ANALYTICS IN FPT HI GIO CLOUD UI](/network/3.-load-balancer/monitor-traffic-analytics.md)


---

# 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.higiocloud.vn/network/3.-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.
