Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix debugger and metrics for Kubernetes single-container mode #389

Merged
merged 1 commit into from
May 30, 2023

Conversation

dgrove-oss
Copy link
Member

To support the metrics stack (and the debugger), we need the kar sidecar to listen on :runtimePort (not 127.0.0.1:runtimePort) when we know we are running on Kubernetes, even if we are running both kar and the application in a single container and thus the application could talk to kar using just localhost:3500.

To support the metrics stack (and the debugger), we need the kar
sidecar to listen on :runtimePort (not 127.0.0.1:runtimePort) when we
know we are running on Kubernetes, even if we are running both kar and
the application in a single container and thus the application could
talk to kar using just localhost:3500.

Signed-off-by: David Grove <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant