-
Question: Can I publish project and start this project in own computer? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Aspire has no tooling for you to deploy to your own computer. Aspirate is tooling that can deploy aspire apps to a Kubernetes cluster or spit out a docker compose file to run locally (or on a server with compose). The aspire orchestrator is for local development only and is not meant to be deployed anywhere. That said, the dashboard is now usable outside of the local experience in preview 3, but it still needs to be supported by various deployment environments. I recommend watching this https://youtu.be/KEcUfMbCgpA?t=2749. It should provide some clarity (with diagrams).
|
Beta Was this translation helpful? Give feedback.
Aspire has no tooling for you to deploy to your own computer. Aspirate is tooling that can deploy aspire apps to a Kubernetes cluster or spit out a docker compose file to run locally (or on a server with compose). The aspire orchestrator is for local development only and is not meant to be deployed anywhere. That said, the dashboard is now usable outside of the local experience in preview 3, but it still needs to be supported by various deployment environments.
I recommend watching this https://youtu.be/KEcUfMbCgpA?t=2749. It should provide some clarity (with diagrams).