Home

Awesome

Easegress Portal

Easegress Portal is an intuitive, open-source user interface for the Easegress traffic orchestration system. Developed with React.js, this portal provides config management, metrics, and visualizations, enhancing the overall Easegress experience.

Features

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page. The page auto-updates as you edit the file.

Using Docker

1. Install Docker on your machine.

2. Build your container:

docker build -t megaease/easegress-portal -f rootfs/Dockerfile .

3. Run your container:

docker run -p 3000:3000 megaease/easegress-portal

You can view your images created with docker images.

Screenshots

1. Cluster Management

cluster FOSSA Status

2. Traffic Management

traffic list

traffic http server

3. Pipeline Management

pipeline list

pipeline detail

pipeline edit

4. Controller Management

controller list

5. Logs

logs

Community

Contributing

See Contributing guide.

License

Easegress is under the Apache 2.0 license. See the LICENSE file for details.

FOSSA Status