Kuberenetes Pod-to-Pod Communication with http POST
In my Kubernetes cluster, I am trying pod-to pod communication(inside the same cluster) by using curl command POST option. I performed GET option and it works as desired, but POST option give output with 405 error. So I updated the server file in the pod, then status of request is fixed as success (200), but I can not see that packet size changes with kubectl logs pod . What should I do to observe this situtation.