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.
To solve the question by somebody.
New contributor
Yalginay Yaltirik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.