CSCI-GA-2820-FA24-003 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 1 forks source link

Deploy Microservice to Local Kubernetes Cluster #47

Closed niveditashankaranarayanan closed 3 days ago

niveditashankaranarayanan commented 1 month ago

As a Developer I need to deploy the microservice to a local Kubernetes cluster. So that the service can run in a scalable and production-like environment.

Details and Assumptions

Given the service is deployed to Kubernetes
When I access the `/health` endpoint
Then I should receive a 200 OK response with the status {"status": "OK"}.