-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathproxies.js
55 lines (55 loc) · 2.11 KB
/
proxies.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
export const proxies = [
{
name: "A10 Lightning ADC",
link: "https://www.a10networks.com/products/lightning-adc/",
desc: "A10's Lighting ADC - is a full proxy with advanced load balancing and traffic monitoring features."
},
{
name: "Contour",
link: "https://github.com/heptio/contour",
desc: "Contour - a reverse proxy and load balancer deployed as a Kubernetes Ingress Controller."
},
{
name: "Envoy",
link: "https://www.envoyproxy.io",
desc: "Envoy - a modern proxy hosted by the CNCF. Many projects have sprung up to leverage Envoy, including Istio."
},
{
name: "HAProxy",
link: "https://www.haproxy.org",
desc: "HAProxy is the world's fastest and most widely used software load balancer, powering superior application delivery at any scale and in any environment."
}, {
name: "nginMesh",
link: "https://github.com/nginxinc/nginmesh",
desc: "nginMesh - launched in September 2017, the nginMesh project deploys Nginx as a sidecar proxy in Istio."
},
{
name: "NGINX Plus",
link: "https://www.nginx.com/products/nginx/",
desc: "NGINX Plus the enterprise reverse proxy within NGINX Service Mesh, managed as a sidecar for E/W and as an ingress controller for N/S traffic management and security.",
},
{
name: "MOSN",
link: "https://github.com/mosn/mosn",
desc: "MOSN is a cloud-native proxy for edge or service mesh."
},
{
name: "Pipy",
link: "https://flomesh.io/pipy",
desc: "Pipy is a programmable network proxy for the cloud, edge and IoT. "
},
{
name: "Traefik",
link: "https://traefik.io/",
desc: "Traefik is a modern HTTP reverse proxy and load balancer that integrates with service discovery systems and container orchestrators."
},
{
name: "Vulcand",
link: "https://github.com/vulcand/vulcand",
desc: "Programmatic load balancer and service mesh backed by etcd"
}, {
name: "Citrix ADC CPX",
link: "https://www.citrix.com/en-in/networking/microservices.html",
desc: "Citrix ADC CPX provides a DevOps-friendly, cloud-native and full of L4-7 capabilities ADC in a Docker container"
}
];