Posts tagged baremetal

Kubernetes - Deploy Services that use Longhorn

625 words | 8 min read

In the previous post, we installed Longhorn, and configured external access to the Longhorn UI.

Read more ...


Kubernetes - Install Longhorn (Persistent In-Cluster Storage)

392 words | 5 min read

In the previous post, we completed a working K3S cluster configuration by setting up networking for our cluster, enabling Hubble obervability, enabling the Gateway API and also verifying that everything works by connecting to the Hubble UI from outside the cluster.

Read more ...


Kubernetes - Configure Networking for the cluster

653 words | 9 min read

In the previous post, we installed k3s on the worker nodes and verified that they had joined the cluster. However, the status was still “NotReady” for each node.

Read more ...


Kubernetes - Install Kubernetes on the worker nodes

212 words | 3 min read

In the previous post, we installed k3s on the master node. Now, we will install k3s on the worker nodes and configure them.

Read more ...


Kubernetes - Install Kubernetes on the master node

468 words | 6 min read

In the previous post, we configured our router to use BGP for Kubernetes.

Read more ...


Kubernetes - Configure BGP for Kubernetes

572 words | 8 min read

In the previous post, we installed Almalinux on all 3 nodes, and created partitions that we will use later for persistent in-cluster storage using Longhorn.

Read more ...


🐧 Kubernetes - Install Almalinux 🐧

592 words | 8 min read

In the previous post, we looked at our objective of creating a bare metal Kubernetes cluster, and the high-level steps to achieve it.

Read more ...


⎈ Kubernetes Bare Metal - Introduction ⎈

400 words | 5 min read

I decided to try my hand at installing Kubernetes on a few small computers in my home lab. I did not want to virtualize anything, to reduce the number of layers of virtualization.

Read more ...