Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Autoscaler for OceanBase #172

Open
powerfooI opened this issue Jan 11, 2024 · 0 comments
Open

[Feature]: Autoscaler for OceanBase #172

powerfooI opened this issue Jan 11, 2024 · 0 comments
Assignees
Milestone

Comments

@powerfooI
Copy link
Collaborator

powerfooI commented Jan 11, 2024

Describe your use case

Configure a Horizontal Cluster Autoscaler to watch resource utilization of specific cluster or tenant. If the utilization rate keep high or low enough, the autoscaler scales up or down the cluster or tenant.

Describe the solution you'd like

Maybe a new CRD named HorizontalAutoscaler could be created to handle such a use case. The draft spec can be like:

spec:
  clusterName:
  tenantName: 
  targetCPUUtilization: 
  targetMemoryUtilization: 
  maxZones: 
  minZones:
  maxServers: 
  minServers:
  maxUnits: 
  minUnits:
  maxUnitConfig: 
  minUnitConfig:

Describe alternatives you've considered

No response

Additional context

No response

@chris-sun-star chris-sun-star self-assigned this Feb 2, 2024
@chris-sun-star chris-sun-star changed the title [Feature]: Horizontal Cluster Autoscaler for OceanBase [Feature]: Autoscaler for OceanBase Feb 2, 2024
@chris-sun-star chris-sun-star added this to the 2.3.0 milestone Feb 27, 2024
@chris-sun-star chris-sun-star modified the milestones: 2.3.0, 2.4.0 Jun 28, 2024
@chris-sun-star chris-sun-star modified the milestones: 2.4.0, 2.5.0 Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants