Skip to main content

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

PlanvCPURAMPrice
Starter24GB$27/mo
Standard48GB$54/mo
Pro816GB$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