1
0
Fork 0
Resources for deploying and managing my personal Kubernetes cluster
 
 
 
Go to file
bot bdccf6f596 gotenberg: Update to 8.21.0 2025-05-24 11:32:19 +00:00
20125 receipts: Deploy Receipts management tool 2025-03-13 20:26:11 -05:00
ansible dch-webhooks: Enable host provisioning feature 2025-02-08 16:59:26 -06:00
argocd receipts: Deploy Receipts management tool 2025-03-13 20:26:11 -05:00
authelia authelia: Update to 4.38.19 2025-02-22 12:32:16 +00:00
autoscaler autoscaler: Add SealedSecret for AWS key 2024-02-22 09:59:16 -06:00
cert-manager cert-manager: Update to v1.16.4 2025-02-14 18:27:31 -06:00
collectd collectd: Add DaemonSet for collectd 2024-06-26 18:29:49 -05:00
dch-root-ca dch-root-ca: Disable hash name suffix 2025-02-08 16:59:17 -06:00
dch-webhooks dch-webhooks: Enable test hosts in provisioner 2025-03-04 19:23:49 -06:00
device-plugins device-plugins: Allow FUSE plugin on Jenkins nodes 2024-02-13 07:56:35 -06:00
docker-distribution docker-distribution: Deploy OCI image registry 2022-07-31 01:15:01 -05:00
dynk8s-provisioner dynk8s: Move Wireguard config to SealedSecret 2024-11-21 19:41:55 -06:00
firefly-iii firefly-iii: Update to 6.2.9 2025-03-15 11:32:11 +00:00
fleetlock fleetlock: Use patched server from Github PR 2024-11-05 07:05:55 -06:00
grafana grafana: Trust dch-root-ca for LDAP connections 2024-06-26 18:29:49 -05:00
home-assistant zwavejs2mqtt: Update to 10.2.0 2025-04-19 11:32:07 +00:00
hudctrl hudctrl: Update for v0.2.0 2022-12-18 16:26:07 -06:00
ingress ingress: Use Deployment+Service with externalIPs 2024-11-22 22:35:37 -06:00
invoice-ninja invoice-ninja: Fix network policy for ingress 2024-12-07 09:28:44 -06:00
jenkins ssh-known-hosts: Move ConfigMap to its own project 2025-02-08 11:56:34 -06:00
keepalived keepalived: Initial commit 2024-11-22 22:26:48 -06:00
keyserv keyserv: Add age keys for unifi2 2024-05-26 11:48:12 -05:00
kitchen kitchen: Run as non-root user 2024-06-06 11:03:42 -05:00
loki-ca loki-ca: Add cert-manager issuer for Loki CA 2024-02-22 07:10:01 -06:00
metrics metrics: Add role to allow anon access to metrics 2022-11-05 16:23:02 -05:00
ntfy ntfy: Migrate to Kustomize 2024-09-22 12:00:28 -05:00
paperless-ngx gotenberg: Update to 8.21.0 2025-05-24 11:32:19 +00:00
photoframesvc photoframesvc: Initial commit 2023-10-14 11:25:50 -05:00
phpipam phpipam: Migrate to Sealed Secrets 2023-10-14 10:56:20 -05:00
postgresql postgresql: Fix pod secrets 2023-10-19 07:12:16 -05:00
prometheus_speedtest prom_speedtest: Add application manifest 2022-08-06 22:21:06 -05:00
promtail promtail: Deploy as DaemonSet 2024-02-22 07:10:01 -06:00
rabbitmq rabbitmq: Configure dch-webhooks/host-provisioner 2025-02-08 16:59:26 -06:00
receipts receipts: Deploy Receipts management tool 2025-03-13 20:26:11 -05:00
rent-reminder rent-reminder: Add CronJob to send reminders 2024-01-04 08:54:54 -06:00
restic restic: Add restic-prune CronJob 2025-04-01 19:36:10 -05:00
restic-exporter restic-exporter: Point at chromie.p.b 2024-09-08 20:24:43 -05:00
scanservjs scanservjs: Update to v2.27.0 2023-07-08 07:06:10 -05:00
sealed-secrets sealed-secrets: Deploy Bitnami Sealed Secrets 2023-10-13 18:34:01 -05:00
setup setup: ks: Generate iSCSI initiator name 2022-08-23 21:22:01 -05:00
ssh-host-keys ssh-known-hosts: Move ConfigMap to its own project 2025-02-08 11:56:34 -06:00
sshca sshca: Do not sign certs for root 2025-03-04 19:23:49 -06:00
step-ca Merge remote-tracking branch 'refs/remotes/origin/master' 2024-08-06 08:03:42 -05:00
storage longhorn: Run on dedicated nodes 2024-11-21 22:59:14 -06:00
updatebot updatebot: Correct vaultwarden project name 2025-02-08 10:46:04 -06:00
vaultwarden vaultwarden: Update to 1.33.2 2025-02-15 12:32:15 +00:00
victoria-metrics v-m/alerts: Fix PostgreSQL WAL archive failed alert 2025-02-05 10:42:35 -06:00
websites websites: Manage dcow cert via Ingress annotation 2024-08-24 11:30:56 -05:00
xactfetch xactfetch: Configure secretsocket 2024-07-11 22:49:07 -05:00
xactmon xactmon: Deploy Invoice Ninja importer for HLC 2024-08-03 13:39:17 -05:00
README.md README: Add storage section 2022-07-31 01:38:46 -05:00

README.md

Dustin's Kubernetes Cluster

This repository contains resources for deploying and managing my on-premises Kubernetes cluster

Cluster Setup

The cluster primarily consists of libvirt/QEMU+KVM virtual machines. The Control Plane nodes are VMs, as are the x86_64 worker nodes. Eventually, I would like to add Raspberry Pi or Pine64 machines as aarch64 nodes.

All machines run Fedora, using only Fedora builds of the Kubernetes components (kubeadm, kubectl, and kubeadm).

See Cluster Setup for details.

Jenkins Agents

One of the main use cases for the Kubernetes cluster is to provide dynamic agents for Jenkins. Using the Kubernetes Plugin, Jenkins will automatically launch worker nodes as Kubernetes pods.

See Jenkins Kubernetes Integration for details.

Persistent Storage

Persistent storage for pods is provided by Longhorn. Longhorn runs within the cluster and provisions storage on worker nodes to make available to pods over iSCSI.

See Persistent Storage Using Longorn for details.