Using Traefik for more than a year now, working like a charm.
I wonder if SO_KEEPALIVE is implemented ? I ask this because we have funny devs that don't know how to implement SO_KEEPALIVE on springboot projects correctly. That can be annoying for an Operation Team....
For mTLS, the moment you want to have identity per service (as opposed to one cert across everything in the mesh), you need the security boundary to be at the pod level.
Is Maesh a newer imagining of what Linkerd v1 sought to do? Is it a better k8s-integrated solution?
I would say that L5d 2.0 would be the direct competitor. They are both: small, simple, opt-in, K8s centric, and support SMI.
l5d v1 is the direct competitor, but is just theoretically lacking k8s integration, though it actually is usable with k8s, I've written about it on my tiny tiny k8s cluster.
Basically what I'm wondering is how much better the integration is for Maesh
[0]: https://vadosware.io/post/up-and-running-with-linkerd-v1/
https://www.consul.io/docs/connect/index.html
I wish more open-source products would write semi-neutral explanations of what their project is, isn't and how it compares to some similar services.
For example, I think Kubernetes does a pretty good job of explaining what it isn't.
https://kubernetes.io/docs/concepts/overview/what-is-kuberne...
Kubernetes is a container orchestration platform, AKA a way to deploy software on servers. If all of this sounds complex, it is, as it's Google-scale.