Hi all Anyone help me about "event" command How to extract the log from containe . . .

Vitthal Kale:
Hi all
Anyone help me about “event” command
How to extract the log from container by using kubectl get event command

Javier:
events or logs? - They are diferent things

Vitthal Kale:
Event

Vitthal Kale:
@Javier event

Javier:
I didn’t see any question to save an event in a file, in all practice test it request to save the logs. BTW you can do with this command: k get events | grep node01 > /tmp/events

It will filter all events related with node01

Vitthal Kale:
Thank you so much @Javier