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…
For Techs.... Techniques.... Technologies....
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…