Thanks to visit codestin.com
Credit goes to github.com

Skip to content

activemode-io/gloo

 
 

Repository files navigation

Gloo
The Function Gateway

Gloo is a function gateway built on top of the Envoy Proxy. Gloo provides a unified entry point for access to all services and serverless functions, translating from any interface spoken by a client to any interface spoken by a backend. Gloo aggregates REST APIs and events calls from clients, "glueing" together services in-cluster, out of cluster, across clusters, along with any provider of serverless functions.

What makes Gloo special is its use of function-level routing, which is made possible by the fact that Gloo intimately knows the APIs of the upstreams it routes to. This means that the client and server do not have to speak the same protocol, the same version, or the same language. Users can configure Gloo (or enable automatic discovery services) to make Gloo aware of functional back-ends (such as AWS Lambda, Google Functions, or RESTful services) and enable function-level routing. Gloo features an entirely pluggable architecture, providing the ability to extend its configuration language with plugins which add new types of upstreams and route features.

It is entirely possible to run Gloo as a traditional API gateway, without leveraging function-level capabilities. Gloo can be configured as a fully-featured API gateway, simply by using upstreams that don't support functions.

About gloo:

  • Introduction: Introduction to Gloo with a basic overview of Gloo itself and its use cases
  • Concepts: Explanation of the key concepts used in Gloo.
  • Architecture: Overview of Gloo's architecture. Covers architecture at a high level, and the component architecture

Installation:

Getting Started:

Tutorials

Plugins:

  • AWS Lambda Plugin: Description of the AWS Lambda Plugin and config rules for AWS Lambda Upstreams and Functions
  • Kubernetes Plugin: Description of the Kubernetes Plugin and config rules for Kubernetes Upstreams
  • Service Plugin: Description of the Service Plugin and config rules for Service Upstreams
  • Request Transformation Plugin: Description of the Request Transformation Plugin and config rules for Request Transformation Routes and Functions

v1 API reference:

  • Upstreams: API Specification for the Gloo Upstream Config Object
  • Virtual: API Specification for the Gloo Virtual Host Config Object
  • Metadata: API Specification for Gloo Config Object Metadata
  • Status: API Specification for Gloo Config Object Status

Blogs & Demos

Community

Join us on our slack channel: https://slack.solo.io/


Thanks

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

About

The Function Gateway built on top of Envoy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 83.9%
  • JavaScript 6.8%
  • Shell 3.2%
  • Python 3.1%
  • HTML 2.4%
  • Makefile 0.6%