How i can call with postman a pod? How i can call with postman a pod? kubernetes kubernetes

How i can call with postman a pod?


forexample your template name is test.ymlyou should run

kubectl create -f test.yml --v=8

and you can see your request body and see every thing and put them in postman and enjoy it.