Complete guide for deploying HyperSDK across different platforms and environments.
Get HyperSDK running in under 5 minutes:
# Build and start
./deployments/scripts/build-images.sh --builder podman
cd deployments/docker && podman compose up -d
# Access
open http://localhost:8080/web/dashboard/
# Configure and deploy
cp deployments/kubernetes/base/secrets.yaml.example \
deployments/kubernetes/overlays/development/secrets.yaml
./deployments/scripts/deploy-k8s.sh development
# Access
kubectl port-forward -n hypersdk svc/hypervisord 8080:8080
HyperSDK supports three deployment methods:
See detailed guides:
All deployment methods include:
For detailed deployment instructions, see the comprehensive guides in the deployments/ directory.