The widget displays information about pods in a Kubernetes cluster.

The following information is available for each pod:

  • Pod specification as YAML configuration.
  • Container logs.
  • Pod state information, including status and restart count.

Configuration

NameRequiredDescriptionDefault value
URLYesKubernetes API server URL used to retrieve data from Kubernetes
NamespaceNoNamespace from which the widget loads data. Example: default
Label selectorNoComma-separated selectors used to filter pods. Example: app.kubernetes.io/name=example

Authorization

Authorization is described in External services.