diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-01 00:13:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-01 00:13:33 +0300 |
| commit | c46ee054a7d5f423f8772605f40c10ea4ac29faf (patch) | |
| tree | 07764580558830d69e313ffded3fbc1b8969747d | |
| parent | 522bf44c164764eae5526111b3ecbc5904091985 (diff) | |
more on this
| -rw-r--r-- | gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi.tpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi.tpl b/gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi.tpl index 316bb193..a1934580 100644 --- a/gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi.tpl +++ b/gemfeed/DRAFT-kubernetes-with-freebsd-part-7.gmi.tpl @@ -10,9 +10,13 @@ This is the seventh blog post about the f3s series for self-hosting demands in a ## Introduction +In this blog post we are finally going to install k3s (the Kubernetes distribution we use) to the whole setup and deploy the first workloads (helm charts, and a private registry) to it. + +=> https://k3s.io + ## Updating -On all three Rocky Linux 9 boxes `r0`, `r1`, and `r2`: +Before proceeding, we bring all systems involved up-to-date. On all three Rocky Linux 9 boxes `r0`, `r1`, and `r2`: ```sh dnf update -y @@ -647,7 +651,7 @@ As not all Docker images I want to deploy are available on public Docker registr All manifests for the f3s stack live in my configuration repository: -=> https://codeberg.org/snonux/conf/f3s snonux/conf/f3s +=> https://codeberg.org/snonux/conf/src/branch/master/f3s codeberg.org/snonux/conf/f3s Within that repo, the `examples/conf/f3s/registry/` directory contains the Helm chart, a `Justfile`, and a detailed README. Here's the condensed walkthrough I used to roll out the registry with Helm. |
