Skip to main content

Topics

Long-form deep-dives. The pages here explain something that touches several layers of the stack at once — they don't fit into apps, platform, foundation, or fabric alone.

PageWhat it covers
GitOps flowHow a Renovate PR becomes a running container, end-to-end.
Three-tier backups end-to-endThe path from "byte written to a PVC" through warm / hot / cold tiers, and what each costs to restore.
Backblaze B2 backup locationHow k8up, Crossplane, and External Secrets provision the provider-diverse restic target — buckets and scoped keys included.
Disaster recovery drillFrom "production is gone" back to a fully reconciled cluster — the documented procedure.
SOPS / age key rotationRotating the load-bearing age key without breaking Flux, including the two-recipient phase.
Renovate auto-merge policyWhen dependency PRs auto-merge and when they wait for a human.
Real client IPs across the chainPROXY-protocol-v2 wiring through netbird/SNAT and a multi-proxy chain, with Gitea as the example.
Hardware-backed SSH keysGenerate and use SSH keys whose private material never leaves a Nitrokey 3 or YubiKey 5.
Fedora LUKS2 + TPM2 + Secure BootSet up, manage, and recover full-disk encryption bound to TPM PCRs 7 and 14.
IaC layersWho owns what between OpenTofu, Ansible, Talos machine config, and Crossplane — and where the handoff boundaries sit.
Identity end-to-endHow LLDAP, Keycloak, and Pocket ID divide the identity stack, which apps use which provider, and every hop of an SSO login.
Life of a requestOne request end-to-end: public DNS, the Hetzner edge, PROXY protocol v2 across NetBird, TLS + GeoIP on the production gateway, Cilium's last hop to the pod.
Certificate lifecycleThe three certificate planes: cert-manager with the all-inkl DNS-01 webhook, kubelet-serving-cert-approver, and Talos' internal PKI.
Multi-cluster topologyWhy a workload lands on the Talos cluster, the edge cluster, or a plain Docker host — and how the base/talos/edge overlays encode it.
NetBird connectivityThe WireGuard overlay through every layer: Tofu-owned identity, site networks and routing peers, sidecars, the operator, and private DNS.
Policy & runtime securityKyverno admission, Policy Reporter visibility, Tetragon runtime observability, and Cilium default-deny — what's enforced versus audited.
Storage tiersWhere live data sits: Longhorn's five storage classes, TrueNAS NFS for bulk media, deliberate ephemeral state — and how to pick a tier.
Observability & alertingWhich signal reaches a human, and how: vmalert → Alertmanager → ntfy/email versus the pull-only Gatus and policy-reporter dashboards.
Image supply chainHow image bytes reach a node: digest pinning, Renovate bumps, CI validation, and Spegel's P2P mirror on Talos containerd.
KubeVela deliveryThe Kustomize pattern that ships every app today versus the installed-but-unused KubeVela/OAM layer, and what adopting it would take.
Hardware accelerationFrom silicon to stream: Intel iGPUs through Proxmox passthrough, Talos extensions, and the device plugin to Jellyfin and FileFlows.