DevOps Blog

Thoughts on DevOps, cloud technologies, and my home lab adventures.

How to Install K3s on Ubuntu 22.04: A Lightweight Kubernetes Solution

How to Install K3s on Ubuntu 22.04: A Lightweight Kubernetes Solution

April 12, 2025

K3s is a lightweight, certified Kubernetes distribution designed for edge computing, IoT, and resource-constrained environments. Developed by Rancher Labs, K3s bundles all Kubernetes components into a single binary that uses less than 512MB of RAM. In this guide, I'll walk you through installing K3s on Ubuntu 22.04 LTS (Jammy Jellyfish).

Read more
Essential Helm Commands Every Kubernetes User Should Know

Essential Helm Commands Every Kubernetes User Should Know

April 12, 2025

Helm is the package manager for Kubernetes, and it simplifies deploying and managing applications on your cluster. Whether you're a beginner or an experienced Kubernetes user, knowing the most common Helm commands can save you time and effort. In this post, we'll cover the essential Helm commands you'll use daily.

Read more