-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add APIs to scale apps up/down #62
Milestone
Comments
sabbyanandan
changed the title
Identify approach to scale app instances up/down
Spike: Identify approach to scale app instances up/down
May 9, 2016
sabbyanandan
changed the title
Spike: Identify approach to scale app instances up/down
Spike: Identify approach to consistently pass credentials
May 9, 2016
sabbyanandan
changed the title
Spike: Identify approach to consistently pass credentials
Spike: Identify approach to consistently scale up/down
May 9, 2016
sabbyanandan
changed the title
Spike: Identify approach to consistently scale up/down
Spike: Identify approach to consistently scale apps up/down
May 9, 2016
This is an outdated issue and I'm closing it for now. |
Since we have the ability to autoscale apps +/- based on throughput and other important metrics from Prometheus like TSDB systems, it would be useful to have this API in the deployers, and likewise exposed as RESTful endpoints in SCDF. |
This was referenced Oct 15, 2019
corneil
pushed a commit
that referenced
this issue
Mar 22, 2023
- add switch to allow testing with docker images instead of Maven artifacts - use SPRING_CLOUD_DEPLOYER_SPI_TEST_USE_DOCKER=true - set instance env vars like INSTANCE_INDEX for app when deployed as docker image - pass command line args to app when deployed as docker image - for docker, expose the port used by the container instead of 8080 - support deploying Boot 2.0 apps by changing to pass app properties as command line args Resolves #62 Resolves #65 Resolves #66 Resolves #67 Add support for passing app props as SPRING_APPLICATION_JSON - moving deployer provided env vars out of the LocalDeployerProperties Rename test to remove Abstract prefix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I'd like to add the
scale()
API, so the platform deployers can implement the platform-specific approach to scale app instances up/down.The text was updated successfully, but these errors were encountered: