spring-cloud-deployer-local icon indicating copy to clipboard operation
spring-cloud-deployer-local copied to clipboard

Create an option to deploy .NET applications without docker

Open hananiel opened this issue 4 years ago • 0 comments

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.

hananiel avatar Jun 01 '21 14:06 hananiel