All
Articles 161,613Blog Posts 156,015Tech Tutorials 42,657Research Papers 31,731News 21,059
⚡ AI Lessons

Dev.to · Jules
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Raspberry Pi Kubernetes Cluster: Start the Cluster (Issue #4)
Install Kubernetes on the Raspberry Pi cluster: containerd, kubeadm, the Flannel CNI, then initialise the master node and join the workers.

Dev.to · Jules
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Raspberry Pi Kubernetes Cluster: SSH into the Nodes (Issue #3)
Find your Raspberry Pi nodes on the network with nmap and connect over SSH, both by password and with RSA keys.

Dev.to · Jules
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Raspberry Pi Kubernetes Cluster: OS Installation (Issue #2)
Flash Ubuntu 22.04 onto SD cards and prepare each Raspberry Pi node: locate the disk, write the image with dd, and enable SSH.

Dev.to · Jules
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Raspberry Pi Kubernetes Cluster: NFS Storage (Issue #5)
Set up an NFS server on a worker node and wire it into the cluster as default storage with PersistentVolume and PersistentVolumeClaim manifests.

Dev.to · Jules
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Raspberry Pi Kubernetes Cluster: Load Balancer (Issue #6)
Give bare-metal services real external IPs with MetalLB as a Layer 2 load balancer for the Raspberry Pi cluster.

Dev.to · Jules
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Raspberry Pi Kubernetes Cluster: Equipment (Issue #1)
The first in a series on building a Kubernetes home lab with Raspberry Pi: the prerequisites and the equipment to get started.

Dev.to · Jules
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
I Got a $95 Million AWS Bill Alert at 3am. Here Is How I Triaged It
AWS emailed me a $95 million bill at 3am. I froze my cards and went to sleep. By morning it was 24 cents. The July 2026 AWS billing bug, and what it really taug
DeepCamp AI