A standalone Resource Server for standalone Aspire Dashboard #6772
kiapanahi
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
If you combined this with https://github.com/prom3theu5/aspirational-manifests, the docker compose based deployment model would be complete |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's a discussion going on about seeing and managing resources when using the standalone Aspire dashboard (e.g., running the dashboard as a container using the stock docker image, etc.) #4440
In my case, I am working with a team of
PHP
,Python
, andGolang
developers who are trying to create a DevEnv on their local development machines to as closely as possible mimic the actual private cloud environment. The Aspire dashboard helps a lot but lacks one key aspect since it's not able to manage external resources created using multiple Docker Compose files without a runningResourceServer
.I'm not gonna mention everyone in said discussion but a bunch of people are already interested or even started working on a standalone resource server to point the dashboard to.
I've gone ahead and created a standalone resource server implementing the
proto
contract that the Aspire dashboard uses to communicate with the resource server implemented in theAspire.Hosting
project.The code is in the early stages and this is the repository I created for it.
I think with this asset, we can further the usage penetration among those who for any reason such as the one mentioned above, can't or won't commit to implementing the whole Application Model in .NET.
I'd appreciate any/all help or ideas about this thing.
as @davidfowl said in the linked discussion:
Before I forget, Here's a picture of the standalone dashboard fetching Docker Container resources from the standalone dashboard
Beta Was this translation helpful? Give feedback.
All reactions