what ports to open for FDB running on EKS ?
the client yaml says this
- port: 9562
targetPort: 5000
what ports to open for FDB running on EKS ?
the client yaml says this
I guess you are referring to fdb-kubernetes-operator/config/samples/client.yaml at main · FoundationDB/fdb-kubernetes-operator · GitHub? The service is for the client and not the FoundationDB cluster. The operator uses the default ports for FDB: with TLS 4500 and without TLS 4501 (fdb-kubernetes-operator/api/v1beta2/foundationdb_process_address.go at main · FoundationDB/fdb-kubernetes-operator · GitHub).