KubeFred 🗿 · @kubefred
27 followers · 328 posts · Server techhub.social

I like when people ask if you can change the in a cluster on the fly, without destroying and recreating the cluster. Well, you *can* but is it simple, non-expensive, and not time-consuming? No. It's also very dependent on your specific application deployments.

cilium.io/blog/2023/09/07/db-s

#cni #kubernetes #epbf #cilium

Last updated 1 year ago

Amanibhavam · @defn
26 followers · 410 posts · Server hachyderm.io

I have no idea if my cluster is very faster, but it is now kube-proxy free and passing the Cilium multi-node connectivity tests!

#k3s #cilium

Last updated 1 year ago

defn · @defn
24 followers · 392 posts · Server hachyderm.io

DID IT!!!!!!!!!!!!!!

Karpenter couldn't recognize the k3s nodes because their node provider-id was k3s://... instead of aws:////$az/$instance_id

The screen shot is Karpenter recognizing Machines that have joined the cluster as Nodes, with Cilium attached to each node.

#k3s #cilium

Last updated 1 year ago

Michael · @mmeier
210 followers · 3600 posts · Server social.mei-home.net

Okay, looks like it. Cilium happily hands out 10.0.0.0/8 addresses.

And it seems that you can't "just remove" cilium either. "cilium uninstall" removes the cilium pods, but it doesn't change anything for newly created pods or existing pods.

So days since I nuked my Kubernetes cluster: 0. 😅

#homelab #cilium #kubernetes

Last updated 1 year ago

Michael · @mmeier
210 followers · 3592 posts · Server social.mei-home.net

Is it possible that Cilium completely ignores the "podSubnet" config I set with kubeadm when I set up my cluster?

It is definitely handing out Pod IPs outside that CIDR range. I guess I now get to find out how well the cluster reacts to me removing Cilium and reinstalling it.

#homelab #cilium #kubernetes

Last updated 1 year ago

defn · @defn
23 followers · 373 posts · Server hachyderm.io

Wow, just solved a long standing problem with cilium's incompatibility with the k3d docker image.

By building nix in a multi-stage Earthly build, I was able to simply copy /nix to k3d's image, and symlink util-linux and bash-interactive packages to /bin.

#nix #cilium

Last updated 1 year ago

defn · @defn
9 followers · 203 posts · Server hachyderm.io

Linkerd 2.14 has multi-cluster support for shared flat networks.

I've been using shared VPC subnets and Tailscale to create a shared flat network.

Let's see if Linkerd can work on top of a Cilium CNI connected via Tailscale as external/internal IP.

Even Buoyant thinks this is an awesome idea.
- buoyant.io/blog/kubernetes-net
- buoyant.io/blog/announcing-lin

#Linkerd #cilium #Tailscale

Last updated 1 year ago

Mr.Trunk · @mrtrunk
6 followers · 13867 posts · Server dromedary.seedoubleyou.me

SecurityOnline: cilium v1.14.1 releases: eBPF-based Networking, Security, and Observability securityonline.info/cilium-ebp

#defense #cilium

Last updated 1 year ago

Unni P · @iamunnip
15 followers · 136 posts · Server cloud-native.social

I have completed the Security Summer School 2023 program by successfully finishing the following labs.
✅Isovalent Enterprise for Cilium: Network Policies
✅Cilium Transparent Encryption with IPSec and WireGuard
✅Cilium Enterprise: Zero Trust Visibility

#isovalent #cilium

Last updated 1 year ago

Unni P · @iamunnip
15 followers · 136 posts · Server cloud-native.social

Completed Cilium Enterprise: Zero Trust Visibility lab and got a new badge from Isovalent!

credly.com/badges/c417fdb5-09d

#cilium #isovalent #zerotrust #kubernetes

Last updated 1 year ago

Unni P · @iamunnip
14 followers · 132 posts · Server cloud-native.social

Completed Cilium Transparent Encryption with IPSec and WireGuard lab and got a new badge from Isovalent!
credly.com/badges/d8cdaae7-b30

✅ Installing Cilium and setting up IPsec for transparent encryption
✅ Managing Day 2 operations with IPsec on Cilium
✅ Setting up pod to pod transparent encryption using Cilium WireGuard
✅ Setting up node to node transparent encryption using Cilium WireGuard

#cilium #ipsec #wireguard #isovalent

Last updated 1 year ago

Mr.Trunk · @mrtrunk
5 followers · 8455 posts · Server dromedary.seedoubleyou.me

SecurityOnline: cilium v1.14 releases: eBPF-based Networking, Security, and Observability securityonline.info/cilium-ebp

#defense #cilium

Last updated 1 year ago

farcaller · @farcaller
110 followers · 1294 posts · Server hdev.im

@SerhiyMakarenko . It's actually awesome. I’ve tried all the major ones over the years and I’m pretty happy with what cilium provides (it's like a good chunk of service mesh but purely within your CNI)

#cilium #istio

Last updated 1 year ago

M. Hamzah Khan · @mhamzahkhan
540 followers · 3688 posts · Server intahnet.co.uk

I wanted to try migrating one of my clusters from to today, but I'm also worried about how many things are going to break in the process 😅

#k8s #calico #cilium

Last updated 1 year ago

Joseph Ligier :unverified: · @littlejo
13 followers · 71 posts · Server piaille.fr
farcaller · @farcaller
100 followers · 1169 posts · Server hdev.im

Here's how you do it: pull in the hubble flows from prometheus (actually victoriametrics), transform labels to fields, transform add computed fields for all that grafana expects: grafana.com/docs/grafana/lates

Painfully slow. OOMs.

#cilium

Last updated 1 year ago

farcaller · @farcaller
98 followers · 1130 posts · Server hdev.im

's hubble actually tells you which side of the policy is rejecting the traffic! In here it's lemmy not accepting the traffic from lemmy-ui.

#cilium

Last updated 1 year ago

Unni P · @iamunnip
11 followers · 121 posts · Server cloud-native.social

Level-up your security skills with team Isovalent virtual Security Summer School composed of 3 sessions with hands-on workshops and learn how Cilium, Tetragon, and Hubble help improve Kubernetes security.

Earn a swag box by completing all 3 sessions!

Sign up here: isovalent.com/events/2023-07-s

#isovalent #cilium #tetragon #hubble #kubernetes #security

Last updated 1 year ago

farcaller · @farcaller
89 followers · 885 posts · Server hdev.im

I'm giving up on the multicluster peering. It's an amazing ide on paper—you can have traffic flow freely between clusters and write network policies that span all the endpoints.

In practice, it's wonky and fragile, e.g. my web cluster failed to get the endpoints from the ingress cluster for DAYS now, meaning the web's network policies will just reject traffic.

Yes, restarting cilium-agent by hand helps. But seriously? Why is that thing so fragile!

#cilium

Last updated 1 year ago

Denis GERMAIN · @zwindler
482 followers · 3633 posts · Server framapiaf.org