View logs from the command lineΒΆ
This guide will show you how to view logs from the command line using kubectl
.
PrerequisitesΒΆ
- You have installed the kubectl command-line tool.
- You have access to the team where the application is running.
Find the pod nameΒΆ
You can view logs for a specific pod. First, you need to find the name of the pod you want to view logs for.
List all pods in the namespace:
View logsΒΆ
View logs for a specific pod: