Kubernetes - Section 4: Observability
π¬
Description π
Observability
is the ability to understand the current state of a system, and how that state came to be. Observability
is achieved by collecting and analyzing data from the system. This data is then used to make informed decisions about the system.
Observability
is a key part Kubernetes
. It is critical to monitor and manage the health of your Kubernetes
cluster. Kubernetes
provides several tools to help you monitor and manage your cluster.
Tools for Observability
:
readiness
andliveness
probes- container
logging
metrics-server
Table of Contents
π
- πΈ readiness and liveness probes
- π container logging
- πΈοΈ monitor and debug apps