NodeSystemInfo
Node System Information
Kubernetes node system information.
JSON Example
{
"machine_id": "string",
"system_uuid": "string",
"boot_id": "string",
"kernel_version": "string",
"os_image": "string",
"container_runtime_version": "string",
"kubelet_version": "string",
"kubeproxy_version": "string",
"operating_system": "string",
"architecture": "string"
}
string
machine_id
Optional
The MachineID reported by the node.
string
system_uuid
Optional
The SystemUUID reported by the node.
string
boot_id
Optional
The Boot ID reported by the node.
string
kernel_version
Optional
The Kernel Version reported by the node.
string
os_image
Optional
The OS Image reported by the node.
string
container_runtime_version
Optional
The ContainerRuntime Version reported by the node.
string
kubelet_version
Optional
The Kubelet Version reported by the node.
string
kubeproxy_version
Optional
The KubeProxy Version reported by the node.
string
operating_system
Optional
The Operating System reported by the node.
string
architecture
Optional
The Architecture reported by the node.