# Ray serve logs in k8s pod

**URL:** https://discuss.ray.io/t/ray-serve-logs-in-k8s-pod/14773
**Category:** Ray Serve
**Created:** [May 23, 2024, 9:26am UTC](https://discuss.ray.io/t/ray-serve-logs-in-k8s-pod/14773 "2024-05-23T09:26:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Subodh\_Nigam](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.ray.io/subodh_nigam/32/5368_2.png) [@Subodh\_Nigam](https://discuss.ray.io/u/Subodh_Nigam)
#### Post date: [May 23, 2024, 9:26am UTC](https://discuss.ray.io/t/ray-serve-logs-in-k8s-pod/14773/1 "2024-05-23T09:26:13Z")

</div>

When I run “serve run” command , I receive all my logs (including info and debug) in the terminal. However, when I use kubectl logs -f \<pod\_name\>, I only see garbled output. How can I view the logs from my serve run using kubectl logs?
