fix
2023-12-07 00:58:39 +01:00
2023-12-07 16:39:01 +01:00
2023-12-07 16:36:57 +01:00
2023-12-06 21:19:57 +01:00
2023-12-07 16:36:57 +01:00
2023-12-08 18:00:16 +00:00

Kluster setup and IaaC using argoCD

Key to authorize against git.kluster.moll.re (ssh)

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE+4SlRIV9wOKYZbBrPuW18K6GGjnDEviCYQvGQuKOm0 remy@ArchSpectre

Initial setup

On a running (and sealed-secrets installed) k3s instance run:

kubectl apply -k infrastructure/argocd

This will install argocd and CRDs in a dedicated namespace along with the app-of-apps configured under kluster-deployments/.

The app-of-apps will bootstrap a fully featured cluster with the following components

  • postgres instance with backups
  • backup of all nfs PVCs using restic
  • traefik (along with metallb as a publicly accessible reverse proxy)
  • an nfs-provisioner creating PVCs on-demand
  • a range of selfhosted apps
Description
No description provided
Readme 2 MiB