The Evolution of Distributed Systems on Kubernetes 

Future distributed systems on Kubernetes will be composed of multiple runtimes. The business logic forms the application’s core, and sidecar “mecha” components offer robust out-of-the-box distributed primitives.

What about what comes after microservices?

According to Bilgin Ibryam, a product manager and former architect at Red Hat and a member of The Apache Software Foundation:

Probably multi-runtime, or Mecha architecture, where you have your business logic in one container and all the infrastructure-related concerns as a separate container.

You get all the benefits of microservice. You still have all your domains and bounded contexts in one place. You have all the infrastructure and distributed application needs in a separate container, and you combine them at runtime. 

The closest thing that’s getting to that right now is Dapr. But if you’re only interested in networking, using Envoy is also getting close to this model.

Post Link:

https://www.linkedin.com/posts/vasu-maganti_the-evolution-of-distributed-systems-on-kubernetes-activity-6902318927259787264-1b2_