Skip to content

Commit

Permalink
add en-us page about component compilation instructions (#190)
Browse files Browse the repository at this point in the history
Signed-off-by: MregXN <[email protected]>
  • Loading branch information
MregXN authored Nov 12, 2023
1 parent f76cda0 commit 27a011e
Showing 1 changed file with 18 additions and 5 deletions.
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.

0 comments on commit 27a011e

Please sign in to comment.