dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.3k stars 520 forks source link

Support for docker swarm? #1604

Open dazinator opened 11 months ago

dazinator commented 11 months ago

Some details

How many services are in your application? (including things like databases, redis):

What did you use tye for?

How is your code organized?

What did you think of tye?

I would like to see docker swarm supported as that's my preferred orchestrator for simple cases.

davidfowl commented 9 months ago

This is pretty unlikely to happen (it's also pretty unclear what that means since tye itself is an orchestrator).

dazinator commented 9 months ago

Let me clarify! In the project description for tye it talks about tye being a local orchestrator but also supporting onwards deployment to kubernetes - I guess for non local deployment scenarios. Its here where I would like to see support for Docker swarm - i.e non local deployments that are Docker swarm environments not kubernetes.

davidfowl commented 9 months ago

Oh you mean deployment to swarm?