Peer port is still in use, it's wired to the peer-port service and used by dash, and python pachyderm, among others. It provides an unencrypted on cluster connection to pach when TLS is enabled.
The peer port is in the main service here to override the PACHD_SERVICE_HOST env var to the unencrypted connection so old dash could connect.
Peer port is still in use, it's wired to the peer-port service and used by dash, and python pachyderm, among others. It provides an unencrypted on cluster connection to pach when TLS is enabled.
The peer port is in the main service here to override the
PACHD_SERVICE_HOST
env var to the unencrypted connection so old dash could connect.