r4j4h / ambassador

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy

Home Page:https://www.getambassador.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ambassador Build Status Docker Repository

Ambassador is an open source Kubernetes-native API Gateway built on Envoy, designed for microservices. Key features include:

  • Self-service configuration, via Kubernetes annotations
  • First class gRPC and HTTP/2 support
  • Support for CORS, timeouts, weighted round robin (canary), and more
  • Istio integration
  • Authentication
  • Robust TLS support, including TLS client-certificate authentication

Architecture

Ambassador deploys the Envoy Proxy for L7 traffic management. Configuration of Ambassador is via Kubernetes annotations. Ambassador relies on Kubernetes for scaling and resilience. For more on Ambassador's architecture and motivation, read this blog post.

Getting Started

You can get Ambassador up and running in less than a minute by running it locally with Docker. Follow the instructions here: https://www.getambassador.io#get-started.

For production usage, Ambassador runs in Kubernetes. For a Kubernetes deployment, follow the instructions at https://www.getambassador.io/user-guide/getting-started.

If you are looking for a Kubernetes ingress controller, Ambassador provides a superset of the functionality of a typical ingress controller. (It does the traditional routing, and layers on a raft of configuration options.) This blog post covers Kubernetes ingress.

Community

Ambassador is an open source project, and welcomes any and all contributors. To get started:

If you're interested in contributing, here are some ways:

About

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy

https://www.getambassador.io

License:Apache License 2.0


Languages

Language:Python 78.3%Language:Shell 13.2%Language:HTML 7.0%Language:Makefile 1.3%Language:JavaScript 0.2%