My Homelab Hosted DevOps Project
This portfolio is the environment I built to demonstrate practical DevOps skills with real infrastructure, real deployment paths, and observable operations. I keep the live platform honest about what is already running today versus what is still on the roadmap.
Reproducible Infrastructure
Terraform manages cloud resources across three providers, and Kubernetes apps are versioned and synced through GitOps. Ansible node lifecycle automation is the next major operations layer I am adding.
Safe, Progressive Delivery
Changes build, scan, generate SBOMs, sign, deploy to staging, and promote to production with approval. Argo Rollouts canary delivery is planned next rather than claimed as already complete.
Full-Stack Observability
Metrics from cluster, nodes, and applications. Traces from cloud services via OpenTelemetry. Live dashboards served through edge cached Grafana render API.
Zero Trust Security
No inbound ports. Outbound-only tunnel. Role based access policies. Operational views separated from public content. STIG aligned hardening patterns.
Hardware-Aware Scheduling
The platform is being prepared for Coral edge TPU and NVIDIA RTX 5000 backed inference paths, with Kubernetes labels and affinity ready to support hardware-aware placement as the demo expands.
AI Workload Integration
Cloud inference on GCP Cloud Run is live as the current default path. The next milestone is a public multi-backend comparison across Cloud Run, lab GPU, and Coral-backed variants.