Skip to content

Commit

Permalink
Merge branch 'main' into modify-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MregXN authored Nov 14, 2023
2 parents 1bc6d0b + 27a011e commit 352696f
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 352696f

Please sign in to comment.