Hive Proposal for Container Deployment and Scaling
Containers
containers:
- name: gpu_app_container
location: /path/to/Dockerfile
profile:
gpu:
enabled: true
type: Nvidia
model: GeForce_RTX_3080
memory: 10GB
cores: 8704
# Add other GPU properties for gpu_container here
resources:
cpu: 4
memory: 8GB
scaling:
auto_scale: true
- name: webapp_container
location: /path/to/Dockerfile
profile: null
resources:
cpu: 2
memory: 4GB
environment: null
scaling:
auto_scale: trueScaling
Geographical Scaling
Important Note
Last updated
