Atlas
A personal website built with Rust and Axum — server-rendered with minimal JavaScript, and on-demand PDF generation.
Read moreOlympus is both the physical infrastructure I run at home and the code that manages it. The hardware side is a Dell PowerEdge 730XD and a Raspberry Pi cluster. The software side is a Terraform + Ansible pipeline that provisions and configures everything from scratch.
The cluster runs Kubernetes for container orchestration, managed with Helm and ArgoCD for GitOps-style deployments. The services running on it are the same tools I use professionally:
Everything is codified. No machine gets configured by hand.
Terraform handles cloud resource provisioning — VMs, networking, DNS records, storage buckets. State is managed remotely so multiple runs are safe and consistent.
Ansible handles machine configuration — installing packages, hardening security, deploying services, managing users. Every playbook is idempotent, so running it twice produces the same result.
Secrets are managed through encrypted vaults and never committed in plain text.
It started as a learning project, but it's become genuinely useful. I test infrastructure patterns here before recommending them at work. When I need to try something — a new monitoring setup, a different ingress controller, a database migration strategy — I have a real cluster to experiment on without risking anything in production.
Built by
Alinus Dumitrana
Check out more of my work.