microsoft / microsoft/aspire

Deploy on Multiple Server with Control, Master-Slave database support

Open
#4,341 1 comment 0 reactions 0 assignees View on GitHub
area-deployment
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

-Deploying to multiple servers via SSH+local (and sharing deployed database)
-Auto Control Other Servers (example; if any of them crash deploy to another server, show error on dashboard... etc)
-Create and Control Master-Slave databases (if Master crashed change Master)

API example;

builder.AddPostgres().AsShared().WithMasterSlave(masterservers, slaveservers, autochangemasterifcrashed)

builder.Build().DeplopAllTo(Servers); => deploy all of them to multiple servers

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.