Minimum Requirement for cloudstack-installer #10609
|
@rohityadavcloud is it possible to run it in a Docker Image, at least the java apps? and would be the minimum hardware requirement for cloudstack-installer. Thanks! |
Answered by
weizhouapache
Mar 28, 2025
Replies: 1 comment
|
@KuasarCloud it creates an environment with cloudstack mgmt, usage and KVM agent. so it requires the server supports virtualization (so it is very difficult for docker containers). regarding the services, cloudstack-management and cloudstack-usage services can run in docker containers. but cloudstack-agent cannot (it must run on the kvm host). |
0 replies
Answer selected by
DaanHoogland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@KuasarCloud
do you mean https://github.com/apache/cloudstack-installer ?
it creates an environment with cloudstack mgmt, usage and KVM agent. so it requires the server supports virtualization (so it is very difficult for docker containers).
regarding the services, cloudstack-management and cloudstack-usage services can run in docker containers. but cloudstack-agent cannot (it must run on the kvm host).