-
Notifications
You must be signed in to change notification settings - Fork 163
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 Steeltoe work with SCDF (Jar) in local environment #646
Comments
Currently Steeltoe only supports deploying using Docker (see #627) And SCDF local deployer doesn't support docker images yet (see spring-cloud/spring-cloud-deployer-local#185) |
Once #627 is complete SCDF running locally should be able to deploy .NET archives instead of Dockerized containers. This will work around the SCDF issue 185 as noted in above comment. |
On further research SCDF local deployer only supports deploying java files (will not support .NET archive). The best bet may be to allow it to run on k8s in minikube. |
This is work to be done with SCDF, not Steeltoe. |
Currently Steeltoe streams apps have only been tested on TAS. Need to test on local and deploying Kubernetes. Adding this issue on spring-cloud-deployer-local project: spring-cloud/spring-cloud-deployer-local#203
The text was updated successfully, but these errors were encountered: