|
|
Subscribe / Log in / New account

Connecting Kubernetes services with linkerd

Connecting Kubernetes services with linkerd

Posted Apr 11, 2017 4:04 UTC (Tue) by drag (guest, #31333)
In reply to: Connecting Kubernetes services with linkerd by nix
Parent article: Connecting Kubernetes services with linkerd

> So they're called 'microservices', but that's just a wizzy name for a small daemon that talks over the network, really.

That's definitely all it really is.

It's the classic 'thread' vs 'fork' approach. A single process with lots of threads and shared memory and all that jazz versus a bunch of relatively small processes trying to do the same job. Microservices is just forking processes over a bunch of systems and using TCP/IP for IPC. Same limitations and problems apply as before as well as the challenge of coordinating this stuff over multiple Linux instances.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds