FAQ
In this document there are a few frequently asked questions.
If you don't find an answer to your question here (and in the rest of the documentation), feel free to contact Smeup LAB!
Can I install AHD on my PC?
Yes, you can!
Use your desktop hypervisor of choice, and follow the AHD VM installation setup.
Make sure your PC has enough resources to run the apps you want to install in AHD VM, and that you configured the Virtual Machine with enough resources through the admin console of your HyperVisor!
This type of installation is meant to be for tests only
Can I install multiple apps on AHD? How?
Yes, you can install multiple instances of an application on a single AHD VM instance (or k8s cluster, if you're not using AHD VM).
Simply install a new Data application through ArgoCD and configure it accordingly to your needs.
Keep in mind these things:
- calculate the new resource requirements and increase the memory, cpu and disk of AHD VM accordingly. If you're using a multi-node cluster, consider adding new nodes to support the new workload
- setup and configure different URL Contexts (i.e. for Webup it can be
/WebUPOne
and/WebUPTwo
) or DNS names (webupone.example.com
,webuptwo.example.com
) to properly route traffic to each application instance