📄️ Cluster Configuration Overview
Overview of the Kubernetes cluster architecture and configuration management
📄️ Manual Bootstrap Guide
Step-by-step instructions for manually bootstrapping the cluster
📄️ Secret Management
How to manage secrets using External Secrets and Bitwarden.
🗃️ applications
3 items
📄️ External DNS records with Crossplane and Cloudflare
This document explains how I deploy Crossplane with the Cloudflare provider to manage external CNAME DNS records in my GitOps workflow.
📄️ Declarative configuration for dynamic applications
Some applications manage their own configuration files and are unaware of GitOps workflows. This guide explains how init containers and shared volumes let you enforce a declarative setup anyway.
📄️ helmchart Application Deployment
This document provides a standardized reference for deploying applications in my Kubernetes cluster. It outlines the essential file structure, configuration parameters, and optional components needed for consistent application deployment.
🗃️ infrastructure
2 items
📄️ Manage Kubernetes Configuration with GitOps
Once your Kubernetes cluster is provisioned (see Provision the Talos Kubernetes cluster with OpenTofu), all ongoing configurations, applications, and core services are managed using a GitOps workflow powered by ArgoCD.