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

[FEATURES] Support Pod-Specific Scaling Down in Fluid using Advanced StatefulSet #4193

Open
cheyang opened this issue Jul 3, 2024 · 0 comments
Labels
features features

Comments

@cheyang
Copy link
Collaborator

cheyang commented Jul 3, 2024

Background

Fluid provides elastic scaling capabilities for distributed caching, which is crucial for on-demand cache usage and cost reduction. However, currently, Fluid's cache scaling down relies on StatefulSet, which lacks the ability to scale down specific Pods. We can leverage OpenKruise's Advanced StatefulSet to implement this capability. However, this should be done without a strong dependency on OpenKruise and should be enabled via a flexible mechanism like a feature switch.

features:
- AdvancedStatefulSet=true

Objectives

  1. Enable the capability to scale down specific Pods using a feature switch.
  2. Implement a proof-of-concept using AlluxioRuntime, defining the entire scaling-down process:
    1. Clear cache on the specified node and bring the worker offline.
    2. Perform the scaling down.
  3. Ensure backward compatibility for this capability.

Reference Materials

@cheyang cheyang added the features features label Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features features
Projects
None yet
Development

No branches or pull requests

1 participant