An open API service indexing awesome lists of open source software.

https://github.com/cloudnativeworks/elchi

Elchi is a React + TypeScript web interface for managing Envoy Proxy–based L4/L7 traffic. It provides visual configuration and control of xDS resources, routing, clusters, filters, security (mTLS/WAF), and observability integrations without directly editing Envoy YAML.
https://github.com/cloudnativeworks/elchi

cloud-native delta-xds devops envoy envoy-proxy load-balancer proxy service-mesh sre traffic-management ui xds

Last synced: about 1 month ago
JSON representation

Elchi is a React + TypeScript web interface for managing Envoy Proxy–based L4/L7 traffic. It provides visual configuration and control of xDS resources, routing, clusters, filters, security (mTLS/WAF), and observability integrations without directly editing Envoy YAML.

Awesome Lists containing this project

README

          

# Elchi

A modern web interface for managing Envoy proxy configurations. Elchi provides an intuitive UI to create, edit, and manage Envoy resources including listeners, clusters, routes, filters, and more - all powered by auto-generated TypeScript models from Envoy's protocol buffers.

## Quick Start

```bash
# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build
```

## Tech Stack

- React 18 + TypeScript
- Vite
- Ant Design
- Redux Toolkit
- React Query

## License

MIT