Skip to content

jozanepitt/SRE-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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.

About

SRE-Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published