Coder Social home page Coder Social logo

ygmkk / ambassador Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emissary-ingress/emissary

0.0 1.0 0.0 719 KB

Ambassador: a self-service API gateway for microservices built on Lyft Envoy

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

License: Apache License 2.0

Makefile 2.59% Python 81.23% Shell 15.58% JavaScript 0.61%

ambassador's Introduction

Ambassador

Ambassador is an API Gateway for microservices built on Envoy. Key features in Ambassador include:

  • Ability to flexibly map public URLs to services running inside a Kubernetes cluster
  • Simple setup and configuration
  • Integrated monitoring
  • All the load balancing, observability, and protocol support of Envoy

To get started, visit http://www.getambassador.io, or join our Gitter channel.

Mapping

Ambassador is built around the idea of mapping resources (in the REST sense) to services (in the Kubernetes sense). A resource is identified by a URL prefix -- for example, you might declare that any URL beginning with /user/ identifies a "user" resource. A service is code running in Kubernetes that can handle the resource you want to map.

What's in this repo

If you clone this repository, you'll have access to multiple Kubernetes resource files:

  • ambassador-rest.yaml defines the main Ambassador server itself;
  • ambassador-store.yaml defines the persistent storage that Ambassador uses to remember which services are running;
  • ambassador-sds.yaml defines the Envoy Service Discovery Service that Ambassador relies on; and finally,
  • ambassador.yaml wraps up all of the above.

Additionally, you can choose either

  • ambassador-https.yaml, which defines an HTTPS-only service for talking to Ambassador and is recommended, or
  • ambassador-http.yaml, which defines an HTTP-only mechanism to access Ambassador.

ambassador's People

Contributors

kflynn avatar richarddli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.