vineethac.blogspot.com
A blog on SDDCs, Kubernetes, PowerShell, and Python.
Pages
(Move to ...)
Home
Index
vSphere with Tanzu
vRealize Operations (vROps)
VMware PowerCLI
PowerShell
Python
Kubernetes and Containers
Generative AI and LLMs
▼
Showing posts with label
field-selector
.
Show all posts
Showing posts with label
field-selector
.
Show all posts
Saturday, April 15, 2023
Kubernetes 101 - Part8 - Filter events of a specific object
›
You can filter events of a specific object as follows: k get event --field-selector involvedObject.name=<object name> -n <namespace...
›
Home
View web version