#cilium

2026-03-05

An experiment – Enable Cilium native routing on Azure Kubernetes Service BYOCNI – Part 3 danielstechblog.io/an-experime #Azure #AKS #Kubernetes #Cilium

devopstalesdevopstales
2026-03-02

Cilium deprecated external workload? Deploy HAProxy Ingress in DMZ w/ BGP+BIRD. Pod CIDR export, firewalld hardening, AlmaLinux-ready. Secure & tested! 👇

devopstales.github.io/kubernet

2026-03-01

An experiment – Enable Cilium native routing on Azure Kubernetes Service BYOCNI – Part 2 danielstechblog.io/an-experime #Azure #AKS #Kubernetes #Cilium

2026-03-01

An experiment – Enable Cilium native routing on Azure Kubernetes Service BYOCNI – Part 1 danielstechblog.io/an-experime #Azure #AKS #Kubernetes #Cilium

2026-02-22

One last oddity from my NetworkPolicy project over the last few days.....

I am getting the following in my hubble logs:

Feb 22 20:48:28.333: :: (ID:16777244) <> ff02::1:ff99:2a81 (ID:16777244) Unknown L3 target address DROPPED (ICMPv6 NeighborSolicitation)
Feb 22 20:48:29.325: fe80::b85f:80ff:fed7:6193 (ID:2435) <> ff02::16 (ID:16777244) Invalid source ip DROPPED (ICMPv6 143(0))
Feb 22 20:48:29.325: fe80::b85f:80ff:fed7:6193 (ID:2435) <> ff02::2 (ID:16777244) Invalid source ip DROPPED (ICMPv6 RouterSolicitation)
Feb 22 20:49:43.117: :: (ID:9705) <> ff02::16 (ID:16777244) Invalid source ip DROPPED (ICMPv6 143(0))
Feb 22 20:49:43.213: :: (ID:16777244) <> ff02::1:ffaf:3d08 (ID:16777244) Unknown L3 target address DROPPED (ICMPv6 NeighborSolicitation)

I haven't quite gotten to the bottom of this one, I found some cilium issues that look almost relevant, but didn't get me anywhere.

I feel like I must be missing something with my cilium config?
​:neocat_confused:​
#Homelab #Kubernetes #Cilium #IPv6

selfhosting.shselfhostingsh
2026-02-20

@rachel The Hubble-generated dashboards (from cilium/hubble) tend to work better than third-party ones. The official Grafana integration at grafana.com/grafana/dashboards/16611 is solid for flow visibility.

For DNS-specific monitoring, dashboard 16612 covers Hubble DNS metrics well.

Avoid anything built for pre-1.14 Cilium — the metric names changed significantly.

Stefan 'stelb' Le Breton 🇪🇺🇺🇦💚stelb
2026-02-15

Well... I have setup my demo lab on cheap mini pc and mikrotik router without much preparation in maybe 2 hours.

now tune the scripts, maybe throw in terraform/tofu instead of semi-manual vm creation (talos is installed automatically via PXE)

Stefan 'stelb' Le Breton 🇪🇺🇺🇦💚stelb
2026-02-13

Finally resurrected my talos homelab cluster. Did not get much attention after my vacation last summer.
Moved the rack, no clean shutdown, different network, everything broken.. 🙈
Next: upgrades and fix headscale setup.

Phew. For some reason, Cilium major updates are the one update in my Homelab which always has me biting my nails. But it looks like all went well, and I'm now on 1.19.

#HomeLab #Cilium

지지 ᚠᚱᛖᛃᚨ Daniel 黄法官 CyReVoltCyReVolt
2026-02-05

Happy to contribute to (#documentation).

Good tools deserve good docs. ✨

github.com/cilium/cilium/pull/

Let's see where this goes!

2026-01-16

RE: infosec.exchange/@alexandrebor

Interesting tool built with the cilium lib.

"Features

  • The Phantom Protocol: Critical services (SSH, databases, admin panels) are completely invisible to network scans. Access requires Single Packet Authorization (SPA).
  • The Mirage: Randomized fake services on non-existent ports confuse port scanners and reconnaissance tools.
  • The Portal: Suspicious traffic is transparently redirected to honeypots, capturing attacker behavior."

#ebpf #cilium #linux

Unixorn - 90% Snark by weightunixorn@hachyderm.io
2026-01-06

@homelab #talos #k8s #cilium

Posted part two of my homelab k8s cluster series:

unixorn.github.io/post/homelab

This one covers using cert-manager to create certificates for domains hosted on Route 53 and setting up a basic https service using Cilium and also automatically redirecting http to https.

Unixorn - 90% Snark by weightunixorn@hachyderm.io
2026-01-04

I set up a #talos #k8s cluster with #cilium on #proxmox over the holiday break.

I documented how to set one up on my blog at unixorn.github.io/post/homelab

#selfhosted #homelab @homelab

This is part one of a series.

"Musty Bits" McGeearichtman@eigenmagic.net
2026-01-01

Cilium native routing means the same L2 and has to know how to route Pod IPs - okay so you make the Pod CIDR _inside_ of the LAN subnet? It's v6 so clashes are unlikely, we can gamble on that.

...but I have the nodes BGP peering with the router. Which means each node advertises (and gets a route table entry in the router) with the `/80` that is their Pod range.

That means anything _else_ on the LAN subnet that falls inside those `/80`s will get routed to the node as a gateway right?

You can't say, reserve a range for pods in the LAN subnet and downsize it from `/64` cause then SLAAC won't work right?

Very confused about how native routing is supposed to work.

#Cilium #CiliumCNI

Wael Nasreddinewael@nasreddine.com
2025-12-23

Just published a deep dive on locking down my self-hosted #Mastodon instance on bare metal #Kubernetes. 🛡️

I used #Cilium Network Policies to implement a Zero Trust model—blocking internal LAN access while allowing federation. The post covers: ✅ Safely deploying with PolicyAuditMode ✅ Troubleshooting MinIO (toServices vs toEndpoints) ✅ Handling Redis via FQDN

Read the full write-up: wael.nasreddine.com/kubernetes

#kubernetes #cilium #sre #infosec

Mauricio Teixeira🐧:kubernetes:badnetmask@hachyderm.io
2025-12-04

"Kubernetes is overkill for a Home Lab", exhibit 493 (made up number): I'm trying to make Pi-Hole egress to the internet via the loadbalancer IP, rather than the node IP (default). To do that, I need to implement Cilium Egress Gateway, which is horribly complicated, and will be used for a one-off. But if I don't do so, I need to review all my firewall rules, which only allow very few IP addresses in my network to query external DNS servers. Ugh. I'm starting to reconsider my sanity. What am I getting myself into? :picardfacepalm:

Edit: nothing like a good night of sleep. I found a solution using traffic policies in my router, so I no longer need the complexity of the k8s egress gateway. 👍

#HomeLab #TalosLinux #Kubernetes #Cilium #PiHole @homelab

2025-10-30

@maxheadroom nee, wegen #cilium 🐝 I guess

2025-10-30

'A Cilium Introduction: Back to Bee-Sics - Nico Vibert & Dan Finneran, Isovalent' youtube.com/watch?v=KZzNm5ntRbo (2024) #cilium #k8s

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst