Which Kubernetes Health Metrics Should Be Monitored

By The New Stack - 2020-12-16

Description

In this article, we’re going to share which health metrics are most critical for Kubernetes operators to collect and analyze.

Summary

  • I previously wrote an article on the 12 most common health conditions you should be monitoring to ensure that Kubernetes is performing optimally.
  • In a managed environment like what Google or Amazon provide, the Control Plane is managed by the cloud provider and you typically don’t have to worry about monitoring these metrics.
  • Scheduler Problems There are two aspects of the scheduler that are worth watching.
  • Application Metrics Unlike the rest of the metrics and events we’ve examined above, application metrics aren’t emitted from Kubernetes itself, but rather from your workloads that are run by the cluster.

 

Topics

  1. Backend (0.21)
  2. Frontend (0.1)
  3. Machine_Learning (0.09)

Similar Articles

An Opinionated Guide to Performance Budgets

By SpeedCurve - 2021-02-19

If you're just getting started with performance budgets – or if you've been using them for a while and want to validate your work – this post is for you.

A Custom

By Kubernetes - 2020-12-21

Author: Chris Seto (Cockroach Labs) As long as you're willing to follow the rules, deploying on Kubernetes and air travel can be quite pleasant. More often than not, things will "just work". However, ...

Scaling Fleet and Kubernetes to a Million Clusters

By Rancher Labs - 2020-11-11

We created the Fleet Project to provide centralized GitOps-style management of a large number of Kubernetes clusters. A key design goal of Fleet is to be able to manage 1 million geographically distri ...