Skip to content

Add Leader Election Logic for High Availability in ComputeDomain Controller #815

@Lily922

Description

@Lily922

Currently, the ComputeDomain (CD) Controller can only run in a single replica mode to avoid conflicts, which creates a risk of downtime if the instance fails. This makes the controller highly vulnerable to failures. A leader election capability should be added to the CD Controller. This would enable it to operate in a multi-replica setup, ensuring that only one replica is responsible for processing resource state changes at any given time, while the other replicas remain idle.

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions