DEV Community

MD Taseen Khan
MD Taseen Khan

Posted on • Originally published at reactjsexample.com on

An open-source user interface for the Easegress traffic orchestration system

Easegress Portal

An open-source user interface for the Easegress traffic orchestration system

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

  • Intuitive User Interface: Built with React.js—one of the most popular and efficient JavaScript libraries—our portal provides a smooth, user-friendly experience. Navigate, manage, and monitor with ease.

  • Unified Configuration Management: Graphical representation of core Easegress concepts ensures intuitive control over configurations and monitoring data. Directly import native Easegress configurations and manage them through a straightforward interface.

  • Fully Open-Source, Easy Contributions: We’ve open-sourced the entire Easegress Portal. Dive into the code, customize according to your needs, and join us in refining and expanding its capabilities. Developed with React.js and best practices, it’s convenient for developers to contribute or customize.

  • Seamless Integration: The portal integrates directly with the Easegress API without the need for middleware. We also offer a Docker Image for a one-click start-up.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Enter fullscreen mode Exit fullscreen mode

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 .
Enter fullscreen mode Exit fullscreen mode

3. Run your container:

docker run -p 3000:3000 megaease/easegress-portal
Enter fullscreen mode Exit fullscreen mode

You can view your images created with docker images.

Screenshots

1. Cluster Management

An open-source user interface for the Easegress traffic orchestration system

2. Traffic Management

An open-source user interface for the Easegress traffic orchestration system

An open-source user interface for the Easegress traffic orchestration system

3. Pipeline Management

An open-source user interface for the Easegress traffic orchestration system

An open-source user interface for the Easegress traffic orchestration system

An open-source user interface for the Easegress traffic orchestration system

4. Controller Management

An open-source user interface for the Easegress traffic orchestration system

5. Logs

An open-source user interface for the Easegress traffic orchestration system

Community

Contributing

See Contributing guide.

License

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

GitHub

View Github

Speedy emails, satisfied customers

Postmark Image

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay