sangheee / issues

2 stars 0 forks source link

Cilium: eBPF powered CNI #13

Open sangheee opened 2 years ago

sangheee commented 2 years ago

The eBPF advantage for Observability in Kubernetes

How eBPF will solve Service Mesh - Goodbye Sidecars https://isovalent.com/blog/post/2021-12-08-ebpf-servicemesh/

Cilium: eBPF powered CNI, a NOS(Networking, Obervability, and Security) Solution for Moder Clouds

What is Cilium?

Cilium is an open source project built on top of eBPF. On top of eBPF, it offers a high-level abstraction.

What Kubernetes and container runtimes are to the Linux kernel's namespaces,cgroups, and seccomp, Cilium is to the eBPF: the appropriate abstraction layer above it.

image

Multi-Cluster Connectivity & Load Balancing

Cilium enables k8s pods to communicate and be discovered across k8s clusters by utilizing a cluster mesh. With Cilium, services are now capable of understanding topology and affinity.

observability

sangheee commented 2 years ago
sangheee commented 1 year ago

https://isovalent.com/blog/post/cilium-service-mesh/