Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 413 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 413 Bytes

SRE-Test App

Setup

  1. Terraform:

    cd infra
    terraform init
    terraform apply
  2. Build Docker Image:

    cd src
    docker build -t SRE-Test-app .
  3. Deploy to Kubernetes:

    kubectl apply -f k8s/

Observability

  • Use tools like Prometheus and Grafana for monitoring.
  • Implement logging using ELK stack or similar solutions.