Live data from Hacker News

Viewing profile — dougreid

dougreid

HN member
Joined
Fri, May 19, 2017, 7:40 AM UTC
HN karma
34
Public activity
6 items

About dougreid

No profile information was provided.

Recent public activity

  1. comment
    Comment #14414115

    Resiliency: Centralized proxies can suffer from shared failure domain issues (especially when large number of configs, etc., are deployed). Performance: Side-loaded proxies tend to…

  2. comment
    Comment #14413078

    Kubernetes supports a microservices architecture through the Service construct and performs rudimentary L4 load balancing and more. But it doesn’t help with higher-level problems, …

  3. comment
    Comment #14412041

    Envoy is a big part of the solution, yes. But it isn't the only component. A control plane layer, including an auth component and an adaptable policy enforcement and telemetry coll…

  4. comment
    Comment #14411380

    The initial release for Istio is targeted at kubernetes. However, Istio is designed to be easy to adapt to other environments. With community help, we anticipate extending it to en…

  5. comment
    Comment #14411098

    That suggestion is based on the requirements of the underlying bookinfo sample application and is not related to Istio itself. Disclaimer: I work on Istio.

  6. comment
    Comment #14410984

    Some thoughts: Linkerd is great technology but it is restricted to traffic management only. Istio provides a complete mesh that incorporates authentication and policy enforcement, …