Next.js Discord

Discord Forum

Runtime logs - AWS EKS

Unanswered
New Zealand posted this in #help-forum
Open in Discord
Avatar
New ZealandOP
Hey, I have a Next.js app deployed on EKS, and I want to check the runtime logs of the API routes. However, I've been unable to find them, and I'm not sure where to look. Can someone help me figure out where to start or if it's even possible?

3 Replies

or if you have access to the Kubernetes cli you should be able to look at the logs using kubectl logs <pod-name> -n <namespace>
not sure what access you have using EKS