ComputerWeekly: “Cilium speeds sidecar-optioned cloud-native networking”
The Cilium project has reached general availability of Cilium 1.12. Great news, they’re (the Cilium team) excited… and so are we, but what is Cilium?
Cilium 1.12 GA: Cilium Service Mesh and other major new features for enterprise Kubernetes
The Cilium project is excited to announce the general availability of Cilium 1.12. Cilium is well known as the de-facto standard for cloud native networking and security, adopted by companies like Adobe, Bell Canada, and IKEA…
TechRepublic: “Cilium Service Mesh: A new bridge back to the kernel for cloud-native infrastructure”
Kubernetes platform engineers that need service mesh are no longer forced into sidecars. Now they have options.
InfoWorld: “Cilium launches eBPF-powered Kubernetes service mesh”
Cilium Service Mesh features eBPF-based connectivity, traffic management, security, and observability, supporting both sidecar and sidecar-less deployments.
Computer Weekly: “Kubernetes networking evolves: Cilium joins CNCF as an incubator”
Cilium (pronounced ‘see-lee-um’) provides networking, security and observability for cloud native environments by acting as a CNI (Container Network Interface) and enhanced networking layer for Kubernetes using eBPF (extended Berkley Packet Filter).
Cilium joins CNCF as an incubating project
The CNCF Technical Oversight Committee (TOC) has voted to accept Cilium as a CNCF incubating project. Cilium provides networking, security, and observability for cloud native environments by acting as a CNI and enhanced networking layer for…
Kubernetes network policies with Cilium and Linkerd
Guest post originally published on Buoyant’s blog by Zahari Dichev Applying L4 network policies with a service mesh In this tutorial, you’ll learn how to run Linkerd and Cilium together and how to use Cilium to…
Shadow AI in CI/CD: Threat-modeling the path from developer laptop to Kubernetes
Artificial intelligence is becoming part of daily software delivery, often before it becomes part of the security architecture. That gap has a name: Shadow AI. It is any AI tool, model, agent, extension, or integration used…
Multi-Cluster databases on Kubernetes: Architecture and deployment
Introduction Running a database on Kubernetes is well understood. Running one that survives a complete regional failure, a corrupted control plane, or a severed network requires a fault-resistant architecture. This post walks through how to build…
Securing CI/CD for an open source project, part 3: Credentials, verification, and what’s next
This is the third and final post in a series on how Cilium hardens its CI/CD pipeline. Part 1 covered access control and Part 2 covered dependency hardening. This post covers the last layer: keeping CI…