I am new to AWS EKS and k8s. I am trying to implement the hyperledger network into aws eks. however into that I need to connect pods each other. When I am trying to ping from one pod to another one its not working.
Pods specification: AWS EKS cluster with 2 worker node and pods are in LInux.
How to ping from one pod clusterIP to another one?
YAML
definitions of your deployments and services. – Dawid Kruk