Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

vmware-archive/cf-scale-boot

heroku
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 10 commits ahead, 6 commits behind master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

cf-scale-boot

Demonstrate application instance scaling on Cloud Foundry with this simple (one Groovy file, one HTML file) Spring Boot CLI application!

Running Locally

$ spring run app.groovy

Running on Cloud Foundry

$ cf push -m 512M -t 90 --random-route cf-scale-boot

We add the -t 90 to give the app a little additional time to start up. The addition of --random-route ensures you won’t collide with any other users of the app on public CF providers!

SCALE!

$ cf scale cf-scale-boot -i 1000

(or some reasonable number for your CF cloud!)

What you get:

screenshot

About

Spring Boot CLI/Groovy application for demonstration of Cloud Foundry app instance scaling!

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published