Pod: {{pod.id}}
Status {{pod.currentState.status}} on {{pod.currentState.host}}
Created {{pod.creationTimestamp | date:'medium'}}
Pod Networking {{pod.currentState.podIP}} : {{port.containerPort}}
Host Networking {{pod.currentState.hostIP}} :{{port.hostPort}}
Labels
{{label}}: {{value}}
Containers
Name Image Restarts
{{container.name}} {{container.image}} {{pod.currentState.info[container.name].restartCount}}