Shriram Rajagopalan

Results 57 comments of Shriram Rajagopalan

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

@steveclay Sorry for the delay. The idea is to treat Zipkin as a third party component totally independent of Amalgam8. When zipkin support is added, we would probably use the...

With the move to Envoy, we should be able to support this feature easily. It relies on https://github.com/lyft/envoy/issues/172 being resolved and the envoy_proxy branch being merged.

@steveclay currently the sidecar heartbeats to the registry service. We are working on simplifying this model to take advantage of native kubernetes health checks and registration (same applies to swarm)....

I think this was resolved. If so, let's close the issue. @zcahana @ijsnellf @zachidan @GregHanson

we could have a simple step in teh docs that state that people should rename the binary to a8ctl and be done with it. Instead of wasting time on taring/unzipping,...

Are you referring to multiple ports per instance ? If there are different IP and port pairs for the service instance, there needs to be an additional metadata to identify...

I think we should avoid any more fields in the JSON schema, especially for things like this. Two options: 1. We could actually replicate Nginx behavior and avoid the %...