From 481df55caf9f7b2b377552067ff3b799daf45d3c Mon Sep 17 00:00:00 2001 From: davegallant Date: Mon, 15 Nov 2021 01:22:14 +0000 Subject: [PATCH] deploy: 50fdf708925a91160c27b2f6439364dc2875714a --- blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html b/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html index f23f864e..d52a60a9 100644 --- a/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html +++ b/blog/2021/11/14/running-k3s-in-lxc-on-proxmox/index.html @@ -157,7 +157,7 @@ personal blog
-

It has been a while since I’ve actively used Kubernetes and wanted to explore the evolution of tools like Helm and Tekton. I decided to deploy K3s, since I’ve had success with deploying it on resource-contrained Raspberry Pis in the past. I thought that this time it’d be convenient to have K3s running in a LXC container on Proxmox. This would allow for backing up the LXC container with the entire Kubernetes deployment. LXC containers provide an efficient way to squeeze as much out of the machine resources as possible.

+

It has been a while since I’ve actively used Kubernetes and wanted to explore the evolution of tools like Helm and Tekton. I decided to deploy K3s, since I’ve had success with deploying it on resource-contrained Raspberry Pis in the past. I thought that this time it’d be convenient to have K3s running in a LXC container on Proxmox. This would allow for backing up the LXC container with the entire Kubernetes deployment. LXC containers provide an efficient way to squeeze as much out of the machine resources as possible.

What is K3s?

K3s is a Kubernetes distro that advertises itself as a lightweight binary with a much smaller memory-footprint than traditional k8s. K3s is not a fork of k8s as it seeks to remain as close to upstream as it possibly can.

Configure Proxmox