🔖 Feature description
In resource browser there is no column appearing for the Nodes. So, create an output in resource browser where we are able to see every pod running on which node.
🎤 Pitch
In Resource browser > Pods > we get list of pod but we are unable to see which pod is running on which node. So, In order to see the corresponding node for each running pod.
✌️ Solution
We have an API which fetch the list of the pods in resource browser by executing a command kubectl get po’ so extend this command to kubectl get po -o wide’. In order to fetch the details of the Nodes.
🔄️ Alternative
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
AB#4397