Hi all,
I was wondering if it would be possible to add support for service meshing to TrueNAS SCALE?
This allows for:
Two options are Linkerd2 and Istio. Both are great, but:
I was wondering if it would be possible to add support for service meshing to TrueNAS SCALE?
From Wikipedia:
A service mesh is a dedicated infrastructure layer for facilitating service-to-service communications between services or microservices, using a proxy.
This allows for:
- Automatic mTLS between services (issuing, rotation, the whole life cycle)
- Automatic request retries and/or timeouts
- Monitoring and tracing
- Fault injection (for simulating failures and observing how they affect your cluster)
- Traffic split (canaries, blue/green deploys)
- And more...
Two options are Linkerd2 and Istio. Both are great, but:
- Linkerd2 is lighter, smaller and beginner friendly
- Istio is more resource intensive and harder to set up, but packs more features.