Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

`draft logs` should show the running pod's logs #821

Open bacongobbler opened 6 years ago

bacongobbler commented 6 years ago

When I run draft connect, I only receive the last few lines of logs. While this is convenient from a draft connect standpoint, if my application is failing I need a way to retrieve all of the logs available for the application, both build and running logs.

danmikita commented 6 years ago

What happens in the case that your chart is deploying multiple pods/services? Which application logs should it show?

bacongobbler commented 6 years ago

Ideally all, with options to filter to certain containers like with draft connect -c.

bjornmagnusson commented 6 years ago

Similar to docker-compose logs would be great