A VPC AI deployment runs the full Plugsky control plane inside your own cloud account. You own the network, the keys, and the data — Plugsky provides the platform.
Deploy
Plugsky ships a Helm chart and a Terraform module for AWS, Azure, and GCP. Standard install:
bash
helm repo add plugsky https://charts.plugsky.com
helm install plugsky plugsky/control-plane \
--set region=me-central-1 \
--set kms.keyId=alias/plugsky-prod \
--set ingress.internal=true
What you get
- OpenAI-compatible API on a private endpoint (no public ingress)
- Customer-managed KMS encryption (AWS KMS / Azure Key Vault / GCP KMS)
- BYO model registry (weights stay in your bucket)
- Local observability: logs, metrics, traces in your SIEM
- Hourly model updates, bi-weekly control plane updates
Operational model
You operate the infrastructure. Plugsky maintains the software (security patches, model updates, new model support) and delivers them as signed bundles.