diff --git a/i18n/en-us/docusaurus-plugin-content-docs/current/dev/architecture.md b/i18n/en-us/docusaurus-plugin-content-docs/current/dev/architecture.md index 738fd74e16..b0411751fc 100644 --- a/i18n/en-us/docusaurus-plugin-content-docs/current/dev/architecture.md +++ b/i18n/en-us/docusaurus-plugin-content-docs/current/dev/architecture.md @@ -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 \ No newline at end of file +## 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. \ No newline at end of file