Skip to content

asarra/DevOpsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevOps Demo

End-to-end DevOps project deploying a containerized FastAPI application on a Kubernetes cluster (k3d) running on AWS EC2. Infrastructure is provisioned with Terraform and configured via Ansible, while a GitHub Actions pipeline builds, tests, and deploys the application automatically.

Contents

  • .github/ – CI/CD pipeline (GitHub Actions)
  • app/ – web service (python), Dockerfile, tests
  • infra/ – kubernetes manifests, terraform, ansible
  • docs/ – architecture and troubleshooting

Tech Stack

  • AWS (EC2, networking)
  • Terraform (Infrastructure as Code)
  • Ansible (Configuration management)
  • Kubernetes (k3d)
  • Docker (containerization)
  • GitHub Actions (CI/CD)
  • Python (FastAPI application)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors