All Projects → istio → Proxy

istio / Proxy

Licence: apache-2.0
The Istio proxy components.

Projects that are alternatives of or similar to Proxy

Orange
OpenResty/Nginx Gateway for API Monitoring and Management.
Stars: ✭ 2,208 (+314.26%)
Mutual labels:  proxy, monitoring
Promxy
An aggregating proxy to enable HA prometheus
Stars: ✭ 562 (+5.44%)
Mutual labels:  proxy, monitoring
Gobetween
☁️ Modern & minimalistic load balancer for the Сloud era
Stars: ✭ 1,631 (+206%)
Mutual labels:  discovery, proxy
Bettercap
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Stars: ✭ 10,735 (+1914.07%)
Mutual labels:  proxy, monitoring
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (-56.85%)
Mutual labels:  proxy, monitoring
Mtail
extract internal monitoring data from application logs for collection in a timeseries database
Stars: ✭ 3,028 (+468.11%)
Mutual labels:  proxy, monitoring
Zabbix Haproxy
HAProxy Zabbix Discovery and Template
Stars: ✭ 169 (-68.29%)
Mutual labels:  discovery, monitoring
Ruby server timing
Bring Rails server-side performance metrics 📈 to Chrome's Developer Tools via the Server Timing API. Production Safe™.
Stars: ✭ 508 (-4.69%)
Mutual labels:  monitoring
Liman
Self-hosted web application for monitoring docker.
Stars: ✭ 518 (-2.81%)
Mutual labels:  monitoring
Wrp
Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Stars: ✭ 503 (-5.63%)
Mutual labels:  proxy
Proxy admin free
Proxy是高性能全功能的http代理、https代理、socks5代理、内网穿透、内网穿透p2p、内网穿透代理、内网穿透反向代理、内网穿透服务器、Websocket代理、TCP代理、UDP代理、DNS代理、DNS加密代理,代理API认证,全能跨平台代理服务器。
Stars: ✭ 487 (-8.63%)
Mutual labels:  proxy
Nacos Spring Boot Project
Nacos ECO Project for Spring Boot
Stars: ✭ 508 (-4.69%)
Mutual labels:  discovery
Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (-2.25%)
Mutual labels:  proxy
Aws Es Proxy
aws-es-proxy is a small web server application sitting between your HTTP client (browser, curl, etc...) and Amazon Elasticsearch service.
Stars: ✭ 504 (-5.44%)
Mutual labels:  proxy
Tor2web
Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
Stars: ✭ 531 (-0.38%)
Mutual labels:  proxy
Watchdoginspector
Shows your current framerate (fps) in the status bar of your iOS app
Stars: ✭ 497 (-6.75%)
Mutual labels:  monitoring
Nexclipper
Metrics Pipeline for interoperability and Enterprise Prometheus
Stars: ✭ 533 (+0%)
Mutual labels:  monitoring
Go Shadowsocks2
Experimental Shadowsocks in Go. Stable fork at https://github.com/shadowsocks/go-shadowsocks2
Stars: ✭ 530 (-0.56%)
Mutual labels:  proxy
Flower
Real-time monitor and web admin for Celery distributed task queue
Stars: ✭ 5,036 (+844.84%)
Mutual labels:  monitoring
Goproxy
A global proxy for Go modules.
Stars: ✭ 5,082 (+853.47%)
Mutual labels:  proxy

Istio Proxy

The Istio Proxy is a microservice proxy that can be used on the client and server side, and forms a microservice mesh. The Proxy supports a large number of features.

Client Side Features:

  • Discovery & Load Balancing. The Proxy can use several standard service discovery and load balancing APIs to efficiently distribute traffic to services.

  • Credential Injection. The Proxy can inject client identity, either through connection tunneling or protocol-specific mechanisms such as JWT tokens for HTTP requests.

  • Connection Management. The Proxy manages connections to services, handling health checking, retry, failover, and flow control.

  • Monitoring & Logging. The Proxy can report client-side metrics and logs.

Server Side Features:

  • Rate Limiting & Flow Control. The Proxy can prevent overload of backend systems and provide client-aware rate limiting.

  • Protocol Translation. The Proxy is a gRPC gateway, providing translation between JSON-REST and gRPC.

  • Authentication & Authorization. The Proxy supports multiple authentication mechanisms, and can use the client identities to perform authorization checks.

  • Monitoring & Logging. The Proxy can report server-side metrics and logs.

Please see istio.io to learn about the overall Istio project and how to get in touch with us. To learn how you can contribute to any of the Istio components, including the proxy, please see the Istio contribution guidelines.

Tools

Extension server quick intro.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].