Giter Club home page Giter Club logo

Comments (2)

bwplotka avatar bwplotka commented on June 4, 2024

Thanks for this! You are welcome to join improbable-eng slack to discuss this (:

Link: https://join.slack.com/t/improbable-eng/shared_invite/enQtMzQ1ODcyMzQ5MjM4LWY5ZWZmNGM2ODc5MmViNmQ3ZTA3ZTY3NzQwOTBlMTkzZmIxZTIxODk0OWU3YjZhNWVlNDU3MDlkZGViZjhkMjc and @bplotka slack user.

From an initial look, it looks simple enough but I wonder about certain features:

  • Does it support something else than mTLS? What about human -> service traffic? Some OAuth2 vs OIDC auth would be very nice here.
  • How are routes configured? Automatically by Istio, right?
  • The gateway is implemented by what? Did you implement something custom? Because it sounds like the same thing can be done by pure envoy. (in the same way -> by kedge)

Rest logic seems to be kind of similar to winch -> kedge and actually envoy egress -> envoy ingress flow as well. TBH we are slowly moving towards pure envoy right now. πŸ˜‰

from kedge.

rshriram avatar rshriram commented on June 4, 2024

Gateway is just a config spec. All proxies in istio (sidecar or gateway) run Envoy.
You can expose the gateway to end users (see istio docs on gateway ingress, where users access bookinfo via gateway). It doesn’t have fancy stuff like oauth and oidc yet. But it supports the full gamut of Envoy features.

The routing rules you configure in istio get translated into Envoy configs by istio pilot. Pilot then updates envoys dynamically via Envoy xDS protocol.

from kedge.

Related Issues (18)

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.