Cilium Ingress Controller
You already know that Cilium accelerates networking, and provides security and observability in Kubernetes, using the power of eBPF. Now Cilium is bringing those eBPF strengths to the world of Service Mesh. Cilium Service Mesh features eBPF-powered connectivity, traffic management, security and observability.
In this lab, you will learn how you can use Cilium to deploy Ingress
resources to dynamically configure the Envoy proxy provided with the Cilium agent.
And all of the above without any Envoy sidecar injection into your pods!
DifficultyIntermediate
VersionOpen Source
TopicsNetworking
Project
Main steps in the lab
01🌐 Ingress Controller — HTTP
Let's use the Ingress Controller.
02🔍 Flow Observability
Let's visualize flows using Hubble.
03⚙️ Ingress Controller — gRPC
Let's deploy a gRPC Ingress.
04🔐 Ingress Controller — TLS
Let's add SNI rules in Ingress.