DevOps Engineer & Architect specializing in GitOps, Kubernetes, and End-to-End Platform Engineering.
Integrating enterprise-grade reliability into autonomous systems. From bare-metal provisioning with Terraform to self-healing Kubernetes clusters managed via ArgoCD. I build platforms that are secure by design, idempotent by nature, and fully automated.
I treat infrastructure as a product. My expertise lies in architecting resilient, production-ready systems where manual intervention is an exception, not the norm.
Leveraging the GitOps maturity model, I design systems where the entire state—from the OS layer to application configuration—is declarative and version-controlled. My work bridges the gap between complex distributed systems and developer experience, ensuring that extensive automation translates to tangible stability and speed.
A comprehensive Infrastructure-as-Code (IaC) solution orchestrating the full lifecycle of heterogenous compute resources (LXC, Linux VMs, Windows VMs, K3s).
flowchart LR
A[Terraform
Phase 1] -->|Provisions| B[Ansible
Phase 2]
B -->|Configures| C[GitLab CI/CD
Phase 3]
A -->|Creates Infrastructure| A1["• LXC Containers
• Linux/Windows VMs
• Generate SSH keys
• Output inventory"]
B -->|One-Time Setup| B1["• Create users
• Install Docker/Podman
• Harden SSH
• Setup /srv/docker/"]
C -->|On Every Push| C1["• Auto-detect changes
• Validate configs
• Deploy services
• Health checks"]
A self-healing, production-grade Kubernetes platform implementing the "App-of-Apps" pattern to manage the entire cluster state declaratively.
flowchart TB
Git[Git Repository
argo-apps] --> ArgoCD[ArgoCD
GitOps Controller]
ArgoCD --> AppSet[ApplicationSet
Git Directory Generator]
AppSet --> |Auto-discovers| Apps[Applications
apps/*]
Apps --> Infra[Infrastructure Layer]
Apps --> Services[Application Layer]
Infra --> Traefik[Traefik Ingress]
Infra --> Cert[cert-manager]
Infra --> Storage[Longhorn Storage]
Services --> App1[Affine]
Services --> App2[Home Assistant]
Services --> App3[FreshRSS]
Services --> App4[More...]
A production-ready OCI-compliant Helm chart registry designed for modularity, testing, and secure distribution.
flowchart LR
charts[charts/
Chart.yaml
values.yaml
templates/]
gitlab[GitLab CI
5-stage
pipeline]
validate[Validate
Package
Publish
helm template
+ PyYAML]
registry[OCI Registry
homelab/
helm-charts]
charts --> gitlab --> validate --> registry
Interested in discussing infrastructure automation, GitOps, or DevOps best practices? Feel free to reach out!