Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 299 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 299 Bytes

Simple Echo service to run on EKS cluster

This repo is an excersise to a EKS cluster and deploy a service to it.

  • Service itself is a simple FastAPI app
  • Terraform sets up EKS cluster and a load balancer that terminates the SSL so it could be used via https (this is the hardest part actually)