Deployment targets¶
shaide runs on any conformant Kubernetes cluster meeting the cluster requirements.
| Target | Managed | Air-gap | Guide |
|---|---|---|---|
| AWS EKS | Yes | No | AWS EKS |
| GCP GKE | Yes | No | GCP GKE |
| Azure AKS | Yes | No | Azure AKS |
| On-prem RKE2 | No | Yes | On-prem RKE2 |
Choosing¶
Managed cloud - fastest to stand up. Storage, network load balancing and GPU drivers are largely handled by the provider. Requires egress unless you configure otherwise.
On-prem RKE2 - full sovereignty and the only fully air-gapped option. You own storage, load balancing (MetalLB) and GPU drivers.
The platform and installer are identical across targets - only the cluster underneath differs.