DevOps lab: Dockerized FastAPI + Nginx stack with CI/CD pipeline, designed for Kubernetes and GitOps evolution.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
16
commits
docs: update README to reflect new repository structure and IaC roadmap
1a06138View on GitHubdocs(hpa): document full autoscaling tuning lifecycle and scale-up/scale-down validation
5406400View on GitHubtuning(hpa): reduce cpu requests to 20m to validate autoscaling behavior
a5d3f9eView on GitHubtest(autoscaling): increase CPU burn workload to stress HPA behavior
985f80aView on GitHubfeat(runtime): run uvicorn with 4 workers to support CPU-bound parallelism and proper HPA behavior
c35b02bView on GitHubfeat(runtime): run uvicorn with 4 workers to support CPU-bound parallelism and proper HPA behavior
efd963eView on GitHubfeat: add observability stack, validate autoscaling under load, and simulate node failure (self-healing validation)
5e68d8fView on GitHubfeat: add resiliency and security hardening (PDB, taints, securityContext) and update README
22c4143View on GitHubdocs: update README with HPA and autoscaling implementation
791657bView on GitHubfeat: add resource requests/limits and enable HPA with metrics-server validation
d702099View on GitHubci: switch to helm-based deployment with sha versioning
ce3a6f6View on GitHubAdd Helm chart with parametrized deployment and release management
da45206View on GitHub