Fix K3s title

This commit is contained in:
Dave Gallant
2023-12-23 14:33:26 -05:00
parent 18e98b4f5f
commit 24d557bb21
14 changed files with 28 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
---
title: "Running k3s in LXC on Proxmox"
title: "Running K3s in LXC on Proxmox"
date: 2021-11-14T10:07:03-05:00
lastmod: 2021-11-14T10:07:03-05:00
draft: false
@@ -9,14 +9,11 @@ tags: ["k3s", "proxmox", "lxc", "self-hosted"]
categories: []
author: ""
# You can also close(false) or open(true) something for this content.
# P.S. comment can only be closed
comment: false
toc: false
autoCollapseToc: false
postMetaInFooter: false
hiddenFromHomePage: false
# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
contentCopyright: false
reward: false
mathjax: false
@@ -31,8 +28,6 @@ sequenceDiagrams:
options: ""
---
<!--more-->
It has been a while since I've actively used Kubernetes and wanted to explore the evolution of tools such as [Helm](https://helm.sh) and [Tekton](https://tekton.dev). I decided to deploy [K3s](https://k3s.io), 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 easy snapshotting of the entire Kubernetes deployment. LXC containers also provide an efficient way to use a machine's resources.
## What is K3s?