TECHIES WORLD

For Techs.... Techniques.... Technologies....

BashLinux

How to check the Kubernates events

We can use kubectl command to list the Kubernates events.

#kubectl -n namespace get events

Here we need to replace namespace with the corresponding value.

That's all…

Leave a Reply