Add support for scaling application containers
Open
- Dominant language
- Python
- Stars
- 26
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
We should support a command for scaling application containers. Something like,
cld app scale {app-name} {target-number-of-instances}
For multi-container applications the scale command should work against individual microservice container. We will need to add a 'service' abstraction first.
cld service scale {service-name} {target-number-of-instances}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.