ClusterLifetime
Enumnet10.0
Specifies the lifetime behavior of a Kind cluster relative to the AppHost session.
namespace Aspire.Hosting;
public enum ClusterLifetimeEnum Members
Section titled Enum MembersSessionThe cluster is deleted when the AppHost shuts down. This is the default behavior.
PersistentThe cluster survives AppHost restarts and is reused on the next startup.