sayakpaul / ml-deployment-k8s-fastapi

This project shows how to serve an ONNX-optimized image classification model as a web service with FastAPI, Docker, and Kubernetes.
https://medium.com/google-developer-experts/load-testing-tensorflow-serving-and-fastapi-on-gke-411bc14d96b2
Apache License 2.0
198 stars 36 forks source link

Set up logging for the k8s pods. #24

Closed sayakpaul closed 2 years ago

deep-diver commented 2 years ago

Sounds like setting up Grafana?

sayakpaul commented 2 years ago

Maybe something related: https://www.youtube.com/watch?v=IusP8jDfnt4.

I will let you take the lead on this one. We can then discuss it further and start working on it. Sounds good?

deep-diver commented 2 years ago

Sounds good! It looks like the log for pods are automatically available (not sure tho)

sayakpaul commented 2 years ago

That is what I assume too. In thay case, I think it'd make sense for us to show the users which places to look for to get the pod logs.