All Projects → solo-io → Gloo

solo-io / Gloo

Licence: apache-2.0
The Feature-rich, Kubernetes-native, Next-Generation API Gateway Built on Envoy

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
shell
77523 projects
HCL
1544 projects
Mustache
554 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Gloo

Kong
🦍 The Cloud-Native API Gateway
Stars: ✭ 30,838 (+858%)
Mutual labels:  microservices, api-gateway, api-management, serverless, cloud-native, kubernetes-ingress-controller
Apisix
The Cloud-Native API Gateway
Stars: ✭ 7,920 (+146.04%)
Mutual labels:  microservices, api-gateway, api-management, serverless, cloud-native
Apisix Docker
the docker for Apache APISIX
Stars: ✭ 119 (-96.3%)
Mutual labels:  microservices, api-gateway, api-management, serverless, cloud-native
Ambassador
open source Kubernetes-native API gateway for microservices built on the Envoy Proxy
Stars: ✭ 3,583 (+11.31%)
Mutual labels:  api-gateway, api-management, cloud-native, envoy, envoy-proxy
Grpcjsontranscoder
A filter which allows a RESTful JSON API client to send requests to .NET web server over HTTP and get proxied to a gRPC service
Stars: ✭ 97 (-96.99%)
Mutual labels:  microservices, grpc, api-gateway, cloud-native
Tyk
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Stars: ✭ 6,968 (+116.46%)
Mutual labels:  microservices, grpc, api-gateway, api-management
Dubbo Go Pixiu
Based on the proxy gateway service of dubbo-go, it solves the problem that the external protocol calls the internal Dubbo cluster. At present, it supports HTTP and gRPC[developing].
Stars: ✭ 124 (-96.15%)
Mutual labels:  microservices, grpc, api-gateway, cloud-native
Istio
Connect, secure, control, and observe services.
Stars: ✭ 28,970 (+799.97%)
Mutual labels:  microservices, api-management, envoy
Up
Up focuses on deploying "vanilla" HTTP servers so there's nothing new to learn, just develop with your favorite existing frameworks such as Express, Koa, Django, Golang net/http or others.
Stars: ✭ 8,439 (+162.16%)
Mutual labels:  microservices, api-gateway, serverless
Gravitee Gateway
Gravitee.io - API Management - OpenSource API Gateway
Stars: ✭ 1,123 (-65.11%)
Mutual labels:  microservices, api-gateway, api-management
Product Apim
Welcome to the WSO2 API Manager source code! For info on working with the WSO2 API Manager repository and contributing code, click the link below.
Stars: ✭ 508 (-84.22%)
Mutual labels:  microservices, api-gateway, api-management
Gnes
GNES is Generic Neural Elastic Search, a cloud-native semantic search system based on deep neural network.
Stars: ✭ 1,178 (-63.4%)
Mutual labels:  microservices, grpc, cloud-native
hango-gateway
Hango API Gateway, build on Envoy & Istio.
Stars: ✭ 306 (-90.49%)
Mutual labels:  api-gateway, cloud-native, envoy-proxy
Deep Framework
Full-stack JavaScript Framework for Cloud-Native Web Applications (perfect for Serverless use cases)
Stars: ✭ 533 (-83.44%)
Mutual labels:  microservices, serverless, cloud-native
Tree Gateway
This is a full featured and free API Gateway
Stars: ✭ 160 (-95.03%)
Mutual labels:  microservices, api-gateway, api-management
Kratos
A modular-designed and easy-to-use microservices framework in Go.
Stars: ✭ 15,844 (+392.2%)
Mutual labels:  microservices, grpc, cloud-native
Spec
Open Application Model (OAM).
Stars: ✭ 2,317 (-28.02%)
Mutual labels:  microservices, serverless, cloud-native
Aws Serverless Ecommerce Platform
Serverless Ecommerce Platform is a sample implementation of a serverless backend for an e-commerce website. This sample is not meant to be used as an e-commerce platform as-is, but as an inspiration on how to build event-driven serverless microservices on AWS.
Stars: ✭ 469 (-85.43%)
Mutual labels:  microservices, api-gateway, serverless
Product Microgateway
A cloud native, developer centric and decentralized API gateway for microservices
Stars: ✭ 194 (-93.97%)
Mutual labels:  microservices, api-gateway, cloud-native
Coolstore Microservices
A full-stack .NET microservices build on Dapr and Tye
Stars: ✭ 1,903 (-40.88%)
Mutual labels:  microservices, grpc, cloud-native

Gloo Edge
An Envoy-Powered API Gateway

Gloo Edge is a feature-rich, Kubernetes-native ingress controller, and next-generation API gateway. Gloo Edge is exceptional in its function-level routing; its support for legacy apps, microservices and serverless; its discovery capabilities; its numerous features; and its tight integration with leading open-source projects. Gloo Edge is uniquely designed to support hybrid applications, in which multiple technologies, architectures, protocols, and clouds can coexist.

Installation   |   Documentation   |   Blog   |   Slack   |   Twitter |   Enterprise Trial


Gloo Edge Architecture

Summary

Using Gloo Edge

  • Kubernetes ingress controller: Gloo Edge can function as a feature-rich ingress controller, built on top of the Envoy Proxy.
  • Next-generation API gateway : Gloo Edge provides a long list of API gateway features, including rate limiting, circuit breaking, retries, caching, external authentication and authorization, transformation, service-mesh integration, and security.
  • Hybrid apps: Gloo Edge creates applications that route to backends implemented as microservices, serverless functions, and legacy apps. This feature can help users to gradually migrate from their legacy code to microservices and serverless; can let users add new functionalities using cloud-native technologies while maintaining their legacy codebase; can be used in cases where different teams in an organization choose different architectures; and more. See here for more on the Hybrid App paradigm.

What makes Gloo Edge unique

  • Function-level routing allows integration of legacy applications, microservices and serverless: Gloo Edge can route requests directly to functions, which can be a serverless function call (e.g. Lambda, Google Cloud Function, OpenFaaS function, etc.), an API call on a microservice or a legacy service (e.g. a REST API call, OpenAPI operation, XML/SOAP request etc.), or publishing to a message queue (e.g. NATS, AMQP, etc.). This unique ability is what makes Gloo Edge the only API gateway that supports hybrid apps, as well as the only one that does not tie the user to a specific paradigm.
  • Gloo Edge incorporates vetted open-source projects to provide broad functionality: Gloo Edge support high-quality features by integrating with top open-source projects, including gRPC, GraphQL, OpenTracing, NATS and more. Gloo Edge's architecture allows rapid integration of future popular open-source projects as they emerge.
  • Full automated discovery lets users move fast: Upon launch, Gloo Edge creates a catalog of all available destinations, and continuously maintains it up to date. This takes the responsibility for 'bookkeeping' away from the developers, and guarantees that new feature become available as soon as they are ready. Gloo Edge discovers across IaaS, PaaS and FaaS providers, as well as Swagger, gRPC, and GraphQL.
  • Gloo Edge integrates intimately with the user's environment: with Gloo Edge, users are free to choose their favorite tools for scheduling (such as K8s, Nomad, OpenShift, etc), persistence (K8s, Consul, etcd, etc) and security (K8s, Vault).

Next Steps

Thanks

Gloo Edge would not be possible without the valuable open-source work of projects in the community. We would like to extend a special thank-you to Envoy.

Security

Reporting security issues: We take Gloo Edge's security very seriously. If you've found a security issue or a potential security issue in Gloo Edge, please DO NOT file a public Github issue, instead send your report privately to [email protected].

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].