Kubernetes JSONPath
🔹 1. JSON in Kubernetes
Kubernetes resources (Pods, Deployments, Services, etc.) are all stored in etcd in JSON format internally.
When you run kubectl get, Kubernetes by default shows a human-readable table output.
But you can also tell it to ou...
sanket-nankar.hashnode.dev5 min read