cli
cli copied to clipboard
Expose port 8080 in Placement Service when running `dapr init`
Describe the feature
Currently, when running dapr init
the Placement Service (docker container) is not exposing port :8080 where the Healthz server is listening.
It is only exposing port 6050 ➔ 50005/tcp
I would like to request that dapr init
also expose port 8080 potentially in 6051 (6051 ➔ 8080/tcp)
@fbridger Could you give some idea on the use case for this change?
When developing Dapr applications locally, I would like to be able to hit the HEALTH endpoint and also the METRIC endpoint.
Currently, this is not possible because the only PORT exposed by the Placement container is the gRPC port 50005.
Makes sense?
@yaron2 Any thoughts on this?
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged (pinned, good first issue, help wanted or triaged/resolved) or other activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as pinned, good first issue, help wanted or triaged/resolved. Thank you for your contributions.
@yaron2 Any thoughts on this?
@fbridger Would you be interested in contributing a PR for this?
Hi @mukundansundar, how would I be able to contribute?