Autoscaling program Bosh/Concourse

99 Views Asked by At

I am developing a autoscaling program for Bosh running Concourse, what is the language/process to writing the program and then implementing it in the pipeline?

1

There are 1 best solutions below

0
On

Any language you want! That's the beauty of Concourse. As long as you can create a runC-compatible image (like a Docker image) that can run your program, you can use it in Concourse. I've personally written tasks in bash, python, ruby, and go.