*Hi all how to list the pod by doing a CURL to the kube-apiserver.? cc @Tej_Sin . . .

Kiran Kumar R:
Hi all how to list the pod by doing a CURL to the kube-apiserver.? cc @Tej_Singh_Rana

Murthy Pitchika:
We can do this

kubectl proxy --port 8090

take another terminal

curl --request GET --url <http://localhost:8090/api/v1/namespaces/kube-system/pods/etcd-controlplane>

Murthy Pitchika:
http://blog.madhukaraphatak.com/understanding-k8s-api-part-1/

Murthy Pitchika:
:point_up_2:

Kiran Kumar R:
Thanks @Murthy Pitchika