Service Mesh Use Cases

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • ideas4

    An Additional 100 Ideas for Computing https://samsquire.github.io/ideas4/

  • Thanks for this.

    I have never deployed a server mesh or used one but I am designing something similar at the code layer. It is designed to route between server components. That is, at the architecture between threads in a multithreaded system.

    The problem I want to solve is that I want architecture to be trivially easy to change with minimal code changes. This is the promise and allure of enterprise service buses and messaging queues.

    I have managed RabbitMQ and I didn't enjoy it.

    If I want a system that can scale up and down and that multiples of any system object can be introduced or removed without drastic rewrites.

    I would like to decouple bottleneck from code and turn it into runtime configuration.

    My understanding of things such as Traefik and istio is that they are frustrating to set up.

    Specifically I am working on designing interthread communication patterns for multithreaded software.

    How do you design an architecture that is easy to change, scales and is flexible?

    I am thinking of a message routing definition format that is extremely flexible and allows any topology to be created.

    https://github.com/samsquire/ideas4#526-multiplexing-setting...

    I think there is application of the same pattern to the network layer too.

    Each communication event has associated with it an environment of keyvalues that look similar to this:

      petsserver1

  • smi-spec

    Discontinued Service Mesh Interface

  • > I suspect if a Service Mesh is ultimately shown to have broad value, one will make it's way into the K8S core

    I'm not so sure. I suspect it'll follow the same roadmap as Gateway API, which it already kind of is with the Service Mesh Interface (https://smi-spec.io/)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts