Does datahub has the feature for the pod to pod en...
# all-things-deployment
f
Does datahub has the feature for the pod to pod encrypted communication?
s
For what purpose?
f
Does datahub support pod to pod encrypted communication?
i
Hello @faint-translator-23365 DataHub does not support encrypted pod to pod communication between DataHub pods (i.e: Frontend <-> GMS) It does support from outside pods like internet -> frontend (via a K8s service/load balancer) as well as kafka <-> gms
f
How does datahub frontend and GMS communicate with each other? Via internal k8s service url or by kafka?
i
Via internal K8s service
f
Which all pods are connected to gms pod?
@incalculable-ocean-74010 where can I find the upstream and downstream communications for each pod?
i
Unfortunately we do not have such a communication diagram or documentation. Kafka, DataHub Frontend, ElasticSearch, Relational DB all connect to gms pod
f
@incalculable-ocean-74010 can you please tell which pods are connected to frontend
Which all pods are connected to kafka?
i
Those I do not know, I'm more familiar with gms
s
I am not 100% sure but my guess is only gms, actions pod and kafka-setup job will connect to kafka unless you have the standalone consumers
frontend should only be connecting to gms as it is supposed to be a proxy mainly AFAIK