Biju
Biju

Reputation: 978

How to deploy sidecarless envoy in Istio using eBPF?

I read this very interesting article that shows how to use sidecarless envoy:

https://events.istio.io/istiocon-2022/sessions/sidecarless-ebpf-envoy/

But it does not show any hands on as to how to deploy sidecarless envoy for Istio virtual services.

Any practical hello world example that shows how to deploy sidecarless envoy for Istio would really help!

Upvotes: 0

Views: 536

Answers (1)

pchaigno
pchaigno

Reputation: 13093

I believe Idit is referring to Cilium Service Mesh when she talks of sidecarless service mesh with eBPF. You can find how to deploy Cilium Service Mesh in the Cilium documentation.

Note that Cilium Service Mesh is an alternative to Istio Service Mesh, the latter relying on sidecar instances of Envoy. Cilium also supports an integration with Istio if you want to use Istio for the Service Mesh but Cilium as the underlying CNI.

Upvotes: 4

Related Questions