Files
test-alex-1/docs/architecture.md
Scaffolder a4edf15862
All checks were successful
Build and Push to ACR / Build and Push (push) Successful in 46s
initial commit
Change-Id: I15e0d095273278f8531caa7399565fe92857a7ad
2026-03-18 18:18:32 +00:00

33 lines
646 B
Markdown

# Architecture
`test-alex-1` is a Python 3.12 **FastAPI** application served by **Uvicorn**.
## Components
| Component | Technology |
|-----------|-----------|
| Web framework | FastAPI 0.111 |
| ASGI server | Uvicorn |
| Metrics | prometheus-fastapi-instrumentator → `/metrics` |
| Validation | Pydantic v2 models |
| Health | Custom `/health` endpoint |
| API docs | Built-in Swagger UI at `/docs` |
## Deployment flow
```
Push to main
build-push.yml
docker build (python:3.12-slim)
docker push → ACR (OIDC)
deploy-humanitec.yml
humctl score deploy → Humanitec
AKS pod :8000
```