Kubernetes
Displays information about a Kubernetes cluster.
Configuration
kubernetes:
enabled: true
kubeconfig: "/Users/testuser/.kube/config"
namespaces:
- internal
- public
- systems
objects:
- deployments
- nodes
- pods
position:
top: 4
left: 1
height: 1
width: 2
refreshInterval: 5m
title: "Build System"
Attributes
Name | Value |
---|---|
context
The Kubernetes context to use. If blank, it uses the default context. |
{{ value }} |
kubeconfig
The absolute path to your Kubernetes config file. |
{{ value }} |
namespaces
A list of namespaces to monitor. Defaults to all if empty. |
{{ value }} |
objects
A list of Kubernetes objects to display. |
Any of nodes , pods , and/or deployments . |
Source Code
https://github.com/wtfutil/wtf/tree/master/modules/kubernetes