openbiblio.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Der Einstieg in das Fediverse für Bibliotheksmenschen

Administered by:

Server stats:

623
active users

#kubernetes

12 posts12 participants3 posts today

Cilium question:

How are `ClusterIP` type services supposed to be routed when Kube-Proxy is replaced?

Like Service Cluster IP Range must be set in the K8s API server configuration, so the IPAM for that is well outside of Cilium's so... is it supposed to be natively routable? Everything says CIDR overlaps are a no-no.

The pod routing table contains nothing about the ClusterIP, though default routing should be okay `traceroute` shows it hitting the node's cluster IP and then just... nothing.

Is eBPF supposed to be doing DNAT?

I don't get it and I'm so close!

Und weiter geht's mit einem Blog zu #OpenCloud per #Helm in #kubernetes: loku.be/250411-opencloud-on-ku - das erste kurze Fazit ist "Erste Tests machen Spaß, die UI ist unglaublich snappy." - das ist, worum es uns (auch) geht: Nur wenn die Software bei der Anwendung auch Spaß macht, werden wir als Alternative zu #Bigtech erfolgreich sein.

LoKubeOpenCloud lokal in Kubernetes - BasissetupErfahre, wie du OpenCloud mit Helm in einem lokalen Kubernetes-Cluster effizient und hochverfügbar einrichtest.

🚀 Kubernetes Meetup in Nuremberg! 🇩🇪
Join us on June 2nd for an evening of tech talks, networking, and community fun at the next CNCF Meetup!

🎤 Speakers:
🔹 Sarah Julia Kriesch – Docker vs Podman and the Universe
🔹 Philip Laine – Spegel: A Stateless OCI Registry Mirror

📍 Location: Coworking-Space Nürnberg
🕕 18:00: Doors open for networking
🕡 18:30: Talks begin

🔗 Sign up here:
community.cncf.io/events/detai

TIL that adding CAP_SYS_ADMIN to a #kubernetes pod has different behaviour depending on the backing CRI. With Containerd it does nothing (you need to call it SYS_ADMIN) but on CRI-O it will add ok. Also TIL k8s doesn't validate the capabilities you add to pods!

Thinking of refreshing my home server setup. Currently have NixOS on bare metal with a few things running directly there (Nextcloud, NFS server, some lesser things). I’m interested in learning kubernetes some more so I’m considering replacing NixOS with Proxmox then running Kubernetes across some Fedora CoreOS VMs (or some similar container focused OS). Is that a reasonable start? Do folks have any other suggestions for the base setup for #homelab #selfhosted #kubernetes ?