Kubernetes
Managed K8s namespaces with dedicated resources, ingress, and autoscaling.
Features
- Dedicated namespace with resource quotas
- Automatic ingress with SSL
- Horizontal pod autoscaling
- Persistent volume claims
- kubectl access
Plans
| Plan | vCPU | RAM | Price |
|---|---|---|---|
| Starter | 2 | 4GB | $27/mo |
| Standard | 4 | 8GB | $54/mo |
| Pro | 8 | 16GB | $99/mo |
Quick Start
# Create a namespace
szc k8s create my-namespace --plan starter
# Get kubeconfig
szc k8s kubeconfig my-namespace > ~/.kube/sparbz-config
# Deploy
KUBECONFIG=~/.kube/sparbz-config kubectl apply -f deployment.yaml