List events for a single Kubernetes pod

Lists the events for a single Kubernetes pod by using the field-selector flag.

Authored by: mszalbach
Brought to you by Warp, a free terminal reimagined to work like a modern app.
namespace
pod_name

Command
Copy
kubectl get event --namespace namespace --field-selector involvedObject.name=pod_name
Tags