ArthurChiao's Blog

Cilium Code Walk Through Series

Published at 2019-06-17 | Last Update 2022-10-13

Code analysis

  1. Cilium Code Walk Through: Agent Start
  2. Cilium Code Walk Through: Agent CIDR Init
  3. Cilium Code Walk Through: Restore Endpoints And Identities
  4. Cilium Code Walk Through: Cilium Operator
  5. Cilium Code Walk Through: CNI Delete Network
  6. Cilium Code Walk Through: CNI Create Network
  7. Cilium Code Walk Through: Add Network Policy
  8. Cilium Code Walk Through: Node & Endpoint Health Probe
  9. Cilium: Handle Conntrack (CT) related BPF Maps on Agent Restart
  10. Cilium: What the Agents Do When ClusterMesh Enabled
  11. Cilium Network Topology and Traffic Path on AWS, code walk through section added

Related

  1. What’s inside Cilium Etcd (kvstore)
  2. Life of a Packet in Cilium: Discovering the Pod-to-Service Traffic Path and BPF Processing Logics
  3. Cilium ClusterMesh: A Hands-on Guide
  4. L4LB for Kubernetes: Theory and Practice with Cilium+BGP+ECMP

中文

  1. 源码解析:node 之间做健康检测