How to Install Multi-Node K3s Cluster on Ubuntu 24.04

K3s is a lightweight Kubernetes distribution designed for simplicity and low resource usage. It is ideal for labs, learning Kubernetes, edge deployments, and small environments. In this guide, we will learn how to install multi-node K3s cluster on Ubuntu 24.04 step-by-step. One node will act as the server (control plane) and another node as agents … Read more

How to Install Gateway API in Kubernetes

In this guide, we will learn how to install Gateway API in Kubernetes with Istio as controller. Traditional Kubernetes Ingress has limitations: it is vendor-specific, lacks standardization, and offers limited routing capabilities. Gateway API is a next-generation Kubernetes networking API designed to manage external traffic into a cluster. It is intended to replace and improve … Read more