This document explains how to install and configure Higress, covering local, docker, kubernetes, and other environments. Below is a quick sample installation guide; for setting up a production-ready cluster, please refer to the official Higress documentation.
To start Higress using docker, please ensure you have correctly installed docker on your local machine.
Use the following command to install Higress:
Please replace 192.168.0.1
with the IP of the Nacos server (if Nacos is deployed locally, do not use loopback addresses such as localhost
or 127.0.0.1
). Adjust the values of –nacos-username and –nacos-password as needed; if Nacos service does not have authentication enabled, these two parameters can be removed.
Enter http://127.0.0.1:8080
in your browser to access the Higress console.
Install Higress with the following command:
Use the following port forwarding command to open ports for local access:
Enter http://127.0.0.1:8080
in your browser to access the Higress console.