Skip to content

frontend: Why the service deployment resource uses 2 identical storage services and wants to be optimized #131

Answered by SOF3
jackwillsmith asked this question in Q&A
Discussion options

You must be logged in to vote

See USAGE.txt:

      --jaeger-storage-plugin-address string                                 storage plugin grpc server bind address (default ":17271")
      --jaeger-storage.grpc-storage.server string                            The remote storage gRPC server address as host:port

and the diagram in DEPLOY.md:

jaeger-storage-plugin-address is the address that the storage plugin listens on, to serve requests from "Jaeger Query UI". In the case of helm chart, "Jaeger Query UI" and "Kelemetry storage plugin" are deployed as sidecar containers of the same pod, so this is always :17271 (I think we could make this localhost:17271 since sidecar containers are on the same network stack, but it …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SOF3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #129 on July 20, 2023 04:04.