cli icon indicating copy to clipboard operation
cli copied to clipboard

Expose port 8080 in Placement Service when running `dapr init`

Open fbridger opened this issue 2 years ago • 9 comments

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 avatar Sep 29 '21 21:09 fbridger

@fbridger Could you give some idea on the use case for this change?

mukundansundar avatar Oct 01 '21 06:10 mukundansundar

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?

fbridger avatar Oct 01 '21 14:10 fbridger

@yaron2 Any thoughts on this?

mukundansundar avatar Dec 01 '21 06:12 mukundansundar

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.

dapr-bot avatar Jan 04 '22 01:01 dapr-bot

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.

dapr-bot avatar Feb 03 '22 01:02 dapr-bot

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.

dapr-bot avatar Feb 10 '22 01:02 dapr-bot

@yaron2 Any thoughts on this?

mukundansundar avatar Feb 10 '22 02:02 mukundansundar

@fbridger Would you be interested in contributing a PR for this?

mukundansundar avatar Feb 18 '22 01:02 mukundansundar

Hi @mukundansundar, how would I be able to contribute?

fbridger avatar Feb 21 '22 16:02 fbridger