Posts tagged bare-metal
Kubernetes - Deploy Services that use Longhorn
- 17 August 2024
625 words | 8 min read
In the previous post, we installed Longhorn, and configured external access to the Longhorn UI.
Kubernetes - Install Longhorn (Persistent In-Cluster Storage)
- 10 August 2024
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.
Kubernetes - Configure Networking for the cluster
- 03 August 2024
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.
Kubernetes - Install Kubernetes on the worker nodes
- 27 July 2024
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.
Kubernetes - Install Kubernetes on the master node
- 20 July 2024
468 words | 6 min read
In the previous post, we configured our router to use BGP for Kubernetes.
Kubernetes - Configure BGP for Kubernetes
- 13 July 2024
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.
🐧 Kubernetes - Install Almalinux 🐧
- 07 July 2024
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.
⎈ Kubernetes Bare Metal - Introduction ⎈
- 06 July 2024
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.