JSONPath
摘要
When you interact with a kube-APIServer by executing a command such as kubectl get nodes, by default it returns a JSON response with a huge amount of information and metadata. Kubectl intercepts that JSON payload and converts it into human-readable format, and below is what you see.