-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
5 deletions.
There are no files selected for viewing
23 changes: 18 additions & 5 deletions
23
i18n/en-us/docusaurus-plugin-content-docs/current/dev/architecture.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
--- | ||
title: Higress Architecture Description | ||
keywords: [Higress] | ||
description: Higress architecture description. | ||
title: Component Compilation Instructions | ||
keywords: [higress,architecture] | ||
description: Higress Component Compilation Instructions. | ||
custom_edit_url: https://github.com/higress-group/higress-group.github.io/blob/main/i18n/zh-cn/docusaurus-plugin-content-docs/current/dev/architecture.md | ||
--- | ||
|
||
# Higress Architecture Description | ||
# Component Compilation Instructions | ||
|
||
TBD | ||
## Higress Controller | ||
|
||
The Higress controller is a control plane that connects to Istio to generate Istio API objects and sends them to Istio using the xDS protocol. | ||
|
||
To compile the binary that can run in the local environment, execute `make build` in the higress repository directory. | ||
|
||
If need to compile the Docker image, please execute `make docker-build` . | ||
|
||
|
||
## Higress Gateway | ||
|
||
The Higress gateway is a data plane that implements gateway routing and forwarding capabilities. | ||
|
||
Executing `make build-gateway` in the higress repository directory will compile the Higress Gateway image. |