Deploy SafeKey Lab in your own infrastructure
BYOC allows you to run SafeKey Lab within your own cloud infrastructure while maintaining full control over your data.
Keep all data within your infrastructure
Meet strict regulatory requirements
Low-latency processing in your region
helm repo add safekeylab https://charts.safekeylab.com
helm repo update
cat > values.yaml << EOF
license:
key: YOUR_LICENSE_KEY
persistence:
enabled: true
size: 100Gi
monitoring:
enabled: true
prometheus: true
security:
tls:
enabled: true
EOF
helm install safekeylab safekeylab/platform \
--namespace safekeylab \
--create-namespace \
--values values.yaml
kubectl get pods -n safekeylab
kubectl get svc -n safekeylab
Customize your deployment with these options:
Enterprise customers get 24/7 support for BYOC deployments.
Contact Support