The widget displays information about Ingress resources in a Kubernetes cluster.

The following information is available for each Ingress:

  • Ingress specification as YAML configuration.
  • Ingress rules.
  • TLS settings.

Configuration

NameRequiredDescriptionDefault value
URLYesKubernetes API server URL used to retrieve data from Kubernetes
NamespaceNoKubernetes namespace from which Ingress resources are loaded. If no namespace is specified, the widget attempts to load all Ingress resources in the cluster. Example: default
Label selectorNoComma-separated selectors used to filter Ingress resources. Example: app.kubernetes.io/name=example

Authorization

Authorization is described in External services.