// product — fleetops

Fleet management
built for production

Multi-tenant SaaS platform for logistics companies. Real-time telemetry, automated alerts, and audit-ready logs — running on AKS with GitOps, end-to-end TLS, and Microsoft Sentinel.

view code watch demo
github-actions — ci-fleet-api.yaml
flake8 services/fleet-api/ passed
pytest services/fleet-api/app/tests/ 3 passed in 0.42s
trivy image --exit-code 1 --severity CRITICAL 0 vulnerabilities
az acr build --image fleet-api:a3f9c21 pushed
sed values.yaml → tag: a3f9c21 → push gitops done
─────────────────────────────────────────────
argocd detected change in fleetops-gitops
helm template → kubectl apply synced · healthy
// stack
orchestration
AKS
iac
Terraform
gitops / cd
ArgoCD
api
FastAPI
secrets
Key Vault
secops
Sentinel
metrics
Prometheus
ci / sast
Actions + Trivy
tls
cert-manager
// by the numbers
0s
secrets in YAML
3
KQL detection rules
100%
IaC — Terraform
// deployment pipeline
git push
developer pushes to daiberia/fleetops
ci — lint · test · sast
flake8 + pytest + trivy — critical CVEs block the build
build + push acr
image tagged with commit sha, pushed to azure container registry
gitops update
ci updates values.yaml in fleetops-gitops — argocd detects the change
argocd → aks
helm template rendered, kubectl apply, rolling update — auto-heal on drift