30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
---
|
|
title: Cilium
|
|
description: Cilium is a networking, observability, and security solution with an eBPF-based dataplane.
|
|
hero:
|
|
tagline: Cilium is a networking, observability, and security solution with an eBPF-based dataplane.
|
|
image:
|
|
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cilium.webp
|
|
actions:
|
|
- text: Source
|
|
link: https://github.com/cilium/cilium
|
|
icon: right-arrow
|
|
- text: Deployment Chart
|
|
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cilium
|
|
icon: right-arrow
|
|
---
|
|
|
|
import { Aside } from '@astrojs/starlight/components';
|
|
|
|
<Aside type="tip">Has a dedicated [Dashboard with Hubble](https://hubble.alexlebens.net/)</Aside>
|
|
|
|
# Purpose
|
|
|
|
Core networking service connecting nodes and pods together. Provides a metal LoadBalancer service.
|
|
|
|
# Notes
|
|
|
|
One of the most important apps in cluster. Any updates need special care to ensure success.
|
|
|
|
Long term goals include migrating the Ingress/Gateway from [Traefik](https://docs.alexlebens.dev/applications/traefik/) to Cilium and using BGP for connecting to the network devices. I've tried this a few times, but networking isn't my strong suit.
|