Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip

You will find in our GitHub Repo an overview of all supported k8s flavors.

Getting Started

Background information regarding this subject is available on our:

General data

For diagnostic purposes,  please send us a dump of the support diagnostics so we can have take a closer look at what might be happening.

...

  • Local files
  • OMD Config
  • Checkmk Overview
  • Checkmk Configuration files
  • Performance Graphs of Checkmk Server
  • Global Settings
  • What kind of Kubernetes distro + version are you using?

    Code Block
    languagebash
    themeRDark
    uname -a
    cat /etc/os-release


  • Some additional outputs, as described in  in Debug Kubernetes Cluster Components

    Code Block
    languagebash
    themeRDark
    kubectl get pods -A
    kubectl get nodes -A
    kubectl version -o json
    


  • Please run the special agent on the command line

Debug Kubernetes Cluster Components

A couple of pods are deployed to the Kubernetes cluster for monitoring:

...

Code Block
languagebash
themeRDark
kubectl get pods
kubectl get nodes
kubectl version -o json

Filter by label (Content by label)
showLabelsfalse
max5
spacesCON
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "kubernetes" , "k8s" , "howto" ) and type = "page" and space = "KB"
labelsk8s kubernetes

...