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

Make available host external services to Kurtosis services #1902

Open
igor-ritual opened this issue Dec 6, 2023 · 2 comments
Open

Make available host external services to Kurtosis services #1902

igor-ritual opened this issue Dec 6, 2023 · 2 comments
Labels
cli For bugs relating to the CLI feature request painful Painful bug

Comments

@igor-ritual
Copy link

Background & motivation

I run services outside of Kurtosis which need to be accessed by services running within Kurtosis.
Currently I hard code the public hostname of my machine so that the Kurtosis services can access ports on the external services.

Desired behaviour

One way to address this pain point is to enable host.docker.internal https://docs.docker.com/desktop/networking.

How important is this to you?

Painful; the lack of this feature makes using Kurtosis frictionful.

What area of the product does this pertain to?

CLI: the Command Line Interface

@github-actions github-actions bot added cli For bugs relating to the CLI painful Painful bug labels Dec 6, 2023
@leeederek
Copy link
Contributor

Hey @igor-ritual - just gathering some context: any reason why you cannot run all your services with Kurtosis? Also just to clarify: are you hardcoding the public hostname of your machine using the public_ports API in ServiceConfig (as mentioned in #1901)?

@igor-ritual
Copy link
Author

Hi @leeederek :

any reason why you cannot run all your services with Kurtosis?
Yes: #1898

are you hardcoding the public hostname of your machine...
I'm hard coding the public hostname in my service configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli For bugs relating to the CLI feature request painful Painful bug
Projects
None yet
Development

No branches or pull requests

4 participants