-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support for multiple applications on a workspace #7642
Comments
Technically I think we have everything on a model to do so. For instance, we can imagine a workspace where you developing serverside on spring and frontend on angular. It will run two containers one with java other with nodejs. I do not guarantee that debugging experience will be silky-smooth, but I believe we are able to run this workspace, develop code inside of it, run commands, etc. |
How would the IDE behave in this case? I have not found a good way to set the IDE to deploy one application to container A and the other to container B. I feel that IDE is missing some piece of information to be able to do that. |
I see three ways how IDE can interact with multiple containers.
I think this 3 ways or combination of it cover pretty much all the cases. |
@eivantsov It turns out this is more of a documentation issue can you work with @skabashnyuk on creating a doc for explaining how one can achieve this? |
I'll create a tutorial for this one as I'll be bringing back tutorials from old docs (need to validate all of them to make sure they are in sync with Che 6) |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Enhance our workspace definitions so that Che allows to develop 2 or more projects that are deployed on different containers within a single workspace.
When implementing this feature we should not assume that these projects would be coming from different code repositories. However, it should be safe to assume a project could only be deployed to a single container.
The experience of development activities such as debugging across these multiple containers should also be handled. For instance we should be able to put a breakpoint on two projects that are deployed to two different containers and be able to start debugging for both on a single action.
See also #8809
The text was updated successfully, but these errors were encountered: