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

Enhance the scalability of multi-type workloads #15528

Open
chenzhiguo opened this issue Sep 25, 2024 · 2 comments · May be fixed by #15529
Open

Enhance the scalability of multi-type workloads #15528

chenzhiguo opened this issue Sep 25, 2024 · 2 comments · May be fixed by #15529
Labels
kind/feature Well-understood/specified features, ready for coding.
Milestone

Comments

@chenzhiguo
Copy link

Describe the feature

Currently, KPA natively supports automatic scaling for workloads like Deployment. However, many large enterprises have their own developed types of workloads, such as the open-source CloneSet or mine AppSet. At this point, Knative has some shortcomings in scalability when facing different types of workloads. There is a hope to enhance scalability in this regard.

@chenzhiguo chenzhiguo added the kind/feature Well-understood/specified features, ready for coding. label Sep 25, 2024
@chenzhiguo chenzhiguo linked a pull request Sep 25, 2024 that will close this issue
Copy link

This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.

@github-actions github-actions bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Dec 25, 2024
@dprotaso
Copy link
Member

Cross posting what I said on the PR #15529 (comment)

Hey just catching up here - I think the right implementation we want to use is the /scale subresource.

This would allow us to work with any k8s type that can be scaled (ideally without modifications to the autoscaler.

https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#subresources

@chenzhiguo is this something you'd be interested in continuing?

@dprotaso dprotaso added this to the v1.18 milestone Jan 14, 2025
@github-actions github-actions bot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Well-understood/specified features, ready for coding.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants