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

Create an option to deploy .NET applications without docker #203

Open
hananiel opened this issue Jun 1, 2021 · 0 comments
Open

Create an option to deploy .NET applications without docker #203

hananiel opened this issue Jun 1, 2021 · 0 comments
Labels
status/need-triage Team needs to triage and take a first look

Comments

@hananiel
Copy link

hananiel commented Jun 1, 2021

Steeltoe team has created a .NET implementation of Streams that is interoperable with spring-cloud-stream. This allows .NET applications to be run as SCDF applications and we have successfully deployed to cloud foundry and k8s. However because of this issue with deploying docker artifacts to docker-compose environments, there is currently no ability to deploy .NET artifacts to SCDF running in a local environment (except minikube or some local K8s environment).

It would be great to enhance spring-cloud-deployer-local to understand dotnet artifacts and allow them to run without using docker containers. ie. Somehow run dotnet run dotnetartifact.dll and injecting configuration via 'SPRING_APPLICATION_JSON`. Tagging @sabbyanandan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-triage Team needs to triage and take a first look
Projects
None yet
Development

No branches or pull requests

1 participant