Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Not yet seconds ago
False
Not yet seconds ago
Triggered text Ignored text Blocked text
13 hours ago
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
cilium / cilium Public
* Notifications You must be signed in to change notification settings
* Fork 4k
* Star 24.9k
* Code
* Issues 796
* Pull requests 294
* Discussions
* Actions
* Projects
* Security and quality 41
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Projects
* Security and quality
* Insights
main
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
43,881 Commits
43,881 Commits
.devcontainer .devcontainer
.github .github
.nvim .nvim
.vscode .vscode
Documentation Documentation
api/ v1 api/ v1
bpf bpf
bugtool bugtool
cilium-cli cilium-cli
cilium-dbg cilium-dbg
cilium-health cilium-health
clustermesh-apiserver clustermesh-apiserver
contrib contrib
daemon daemon
examples examples
hack hack
hubble-relay hubble-relay
hubble hubble
images images
install/ kubernetes install/ kubernetes
operator operator
pkg pkg
plugins plugins
standalone-dns-proxy standalone-dns-proxy
test test
tools tools
vendor vendor
.authors.aux .authors.aux
.clang-format .clang-format
.clomonitor.yml .clomonitor.yml
.custom-gcl.yaml .custom-gcl.yaml
.gitattributes .gitattributes
.gitignore .gitignore
.golangci.yaml .golangci.yaml
.mailmap .mailmap
AUTHORS AUTHORS
CODEOWNERS CODEOWNERS
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
CONTRIBUTING.md CONTRIBUTING.md
LICENSE LICENSE
MAINTAINERS.md MAINTAINERS.md
Makefile Makefile
Makefile.defs Makefile.defs
Makefile.docker Makefile.docker
Makefile.kind Makefile.kind
Makefile.quiet Makefile.quiet
README.rst README.rst
SECURITY-INSIGHTS.yml SECURITY-INSIGHTS.yml
SECURITY.md SECURITY.md
USERS.md USERS.md
VERSION VERSION
go.mod go.mod
go.sum go.sum
netlify.toml netlify.toml
stable.txt stable.txt
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* Apache-2.0 license
* Security
More items
Cilium is a networking, observability, and security solution with an eBPF-based dataplane. It provides a simple flat Layer 3 network with the ability to span multiple clusters in either a native routing or overlay mode. It is L7-protocol aware and can enforce network policies on L3-L7 using an identity-based security model that is decoupled from network addressing.
Cilium implements distributed load balancing for traffic between pods and to external services, and is able to fully replace kube-proxy, using efficient hash tables in eBPF, allowing for almost unlimited scale. It also supports advanced functionality like integrated ingress and egress gateways, bandwidth management, and service mesh, and provides deep network and security visibility and monitoring.
A new Linux kernel technology called eBPF is at the foundation of Cilium. It supports dynamic insertion of eBPF bytecode into the Linux kernel at various integration points such as: network IO, application sockets, and tracepoints to implement security, networking, and visibility logic. eBPF is highly efficient and flexible. To learn more about eBPF, visit eBPF.io.
Stable Releases
The Cilium community maintains minor stable releases for the last three minor Cilium versions. Older Cilium stable versions from minor releases prior to that are considered EOL.
For upgrades to new minor releases, please consult the Cilium Upgrade Guide.
Listed below are the actively maintained release branches along with their latest patch release, corresponding image pull tags and their release notes:
v1.20 2026-07-29 quay.io/cilium/cilium:v1.20.0 Release Notes
v1.19 2026-07-16 quay.io/cilium/cilium:v1.19.6 Release Notes
v1.18 2026-07-16 quay.io/cilium/cilium:v1.18.12 Release Notes
Architectures
Cilium images are distributed for AMD64 and AArch64 architectures.
Software Bill of Materials
Starting with Cilium version 1.13.0, all images include a Software Bill of Materials (SBOM). The SBOM is generated in SPDX format. More information on this is available on Cilium SBOM.
Development
For development and testing purposes, the Cilium community publishes snapshots, early release candidates (RC) and CI container images built from the main branch. These images are not for use in production.
For testing upgrades to new development releases, please consult the latest development build of the Cilium Upgrade Guide.
Listed below are branches for testing along with their snapshots or RC releases, corresponding image pull tags and their release notes where applicable:
main daily quay.io/cilium/cilium-ci:latest N/A
v1.21.0-pre.0 2026-08-03 quay.io/cilium/cilium:v1.21.0-pre.0 Release Notes
Functionality Overview
CNI (Container Network Interface)
Cilium as a CNI plugin provides a fast, scalable, and secure networking layer for Kubernetes clusters. Built on eBPF, it offers several deployment options:
* Overlay networking: an encapsulation-based virtual network spanning all hosts with support for VXLAN and Geneve. It works on almost any network infrastructure as the only requirement is IP connectivity between hosts which is typically already given.
* Native routing mode: Use of the regular routing table of the Linux host. The network must be capable of routing the IP addresses of the application containers. It integrates with cloud routers, routing daemons, and IPv6-native infrastructure.
* Flexible routing options: Cilium can automate route learning and advertisement in common topologies such as using L2 neighbor discovery when nodes share a layer 2 domain, or BGP when routing across layer 3 boundaries.
Each mode is designed for maximum interoperability with existing infrastructure while minimizing operational burden.
Load Balancing
Cilium implements distributed load balancing for traffic between application containers and to/from external services. The load balancing is implemented in eBPF using efficient hash tables, enabling high service density and low latency at scale.
* East-west load balancing rewrites service connections at the socket level (connect()), avoiding the overhead of per-packet NAT and fully replacing kube-proxy.
* North-south load balancing supports XDP for high-throughput scenarios and layer 4 load balancing including Direct Server Return (DSR), and Maglev consistent hashing.
Cluster Mesh
Cilium Cluster Mesh enables secure, seamless connectivity across multiple Kubernetes clusters. For operators running hybrid or multi-cloud environments, Cluster Mesh ensures a consistent security and connectivity experience.
* Global service discovery: Workloads across clusters can discover and connect to services as if they were local. This enables fault tolerance, like automatically failing over to backends in another cluster, and exposes shared services like logging, auth, or databases across environments.
* Unified identity model: Security policies are enforced based on identity, not IP address, across all clusters.
Network Policy
Cilium Network Policy provides identity-aware enforcement across L3-L7. Typical container firewalls secure workloads by filtering on source IP addresses and destination ports. This concept requires the firewalls on all servers to be manipulated whenever a container is started anywhere in the cluster.
In order to avoid this situation which limits scale, Cilium assigns a security identity to groups of application containers which share identical security policies. The identity is then associated with all network packets emitted by the application containers, allowing the identity to be validated at the receiving node.
* Identity-based security removes reliance on brittle IP addresses.
* L3/L4 policies restrict traffic based on labels, protocols, and ports.
* DNS-based policies: Allow or deny traffic to FQDNs or wildcard domains (e.g., api.example.com, *.trusted.com). This is especially useful for securing egress traffic to third-party services.
* L7-aware policies allow filtering by HTTP method, URL path, gRPC call, and more:
+ Example: Allow only GET requests to /public/.*.
+ Enforce the presence of headers like X-Token: [0-9]+.
CIDR-based egress and ingress policies are also supported for controlling access to external IPs, ideal for integrating with legacy systems or regulatory boundaries.
Service Mesh
With Cilium Service Mesh, operators gain the benefits of fine-grained traffic control, encryption, observability, and access control without the cost and complexity of traditional proxy-based designs. Key features include:
* Mutual authentication with automatic identity-based encryption between workloads using IPSec or WireGuard.
* L7-aware policy enforcement for security and compliance.
* Deep integration with the Kubernetes Gateway API: Acts as a Gateway API compliant data plane, allowing you to declaratively manage ingress, traffic splitting, and routing behavior using Kubernetes-native CRDs.
Observability and Troubleshooting
Observability is built into Cilium from the ground up, providing rich visibility that helps operators diagnose and understand system behavior including:
* Hubble: A fully integrated observability platform that offers real-time service maps, flow visibility with identity and label metadata, and DNS-aware filtering and protocol-specific insights
* Metrics and alerting: Integration with Prometheus, Grafana, and other monitoring systems.
* Drop reasons and audit trails: Get actionable insights into why traffic was dropped, including policy or port violations and issues like failed DNS lookups.
Getting Started
* Why Cilium?
* Getting Started
* Architecture and Concepts
* Installing Cilium
* Frequently Asked Questions
* Contributing
Community
Slack
Join the Cilium Slack channel to chat with Cilium developers and other Cilium users. This is a good place to learn about Cilium, ask questions, and share your experiences.
Special Interest Groups (SIG)
See Special Interest Groups for a list of all SIGs and their meeting times.
Developer meetings
The Cilium developer community hangs out on Zoom to chat. Everyone is welcome.
* Weekly, Wednesday, 5:00 pm Europe/Zurich time (CET/CEST), usually equivalent to 8:00 am PT, or 11:00 am ET. Meeting Notes and Zoom Info
* Third Wednesday of each month, 9:00 am Japan time (JST). APAC Meeting Notes and Zoom Info
eBPF & Cilium Office Hours livestream
We host a weekly community YouTube livestream called eCHO which (very loosely!) stands for eBPF & Cilium Office Hours. Join us live, catch up with past episodes, or head over to the eCHO repo and let us know your ideas for topics we should cover.
Governance
The Cilium project is governed by a group of Maintainers and Committers. How they are selected and govern is outlined in our governance document.
Adopters
A list of adopters of the Cilium project who are deploying it in production, and of their use cases, can be found in file USERS.md.
License
The Cilium user space components are licensed under the Apache License, Version 2.0. The BPF code templates are dual-licensed under the General Public License, Version 2.0 (only) and the 2-Clause BSD License (you can use the terms of either license, at your option).
About
eBPF-based Networking, Security, and Observability
cilium.io
Topics
bpfcncfcnicontainersebpfk8skernelkuberneteskubernetes-networkingloadbalancingmonitoringnetworkingobservabilitysecuritytroubleshootingxdp
Resources
Readme
Apache-2.0 license
Code of conduct
Code of conduct
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
24.9k stars
Watchers
307 watching
Forks
4.0k forks
Report repository
Releases
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
For now, Differences are performed on text, not graphically, only the latest screenshot is available.
Screenshot requires a Content Fetcher ( Sockpuppetbrowser, selenium, etc ) that supports screenshots.