Games & Quizzes
Don't forget to Sign In to save your points
This is a modal window.
PERFECT HITS | +NaN | |
HITS | +NaN | |
LONGEST STREAK | +NaN | |
TOTAL | + |
[MUSIC PLAYING]. SPEAKER: In this video, you will learn about Kubernetes events,
their use cases, how to view them,. and how to use them to troubleshoot. a common issue with Google Kubernetes Engine,. or GKE, clusters.. Let's get started by understanding. what Kubernetes events are.. Kubernetes events are objects that. give insights about what's happening inside a GKE cluster.
They are usually generated when a cluster's resources,
such as nodes, Pods, or containers, change state.. These events can be used to monitor your application
and cluster state, respond to failures,. and perform diagnostics.. Remember, events have a limited retention time. and will eventually be deleted.. So you must monitor and collect events as they happen.
Kubernetes events can be useful in multiple scenarios.
Here are a couple common use cases..