Platform Capabilities
Supported Resources
Planbok supports standard Kubernetes API resources:
- Deployments / StatefulSets / DaemonSets
- Services (ClusterIP)
- Ingress (Traefik)
- ConfigMaps / Secrets
- PersistentVolumeClaims (Longhorn)
- CronJobs
Persistent Storage
We provide fast block storage via Longhorn.
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: my-data
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn
resources:
requests:
storage: 10GiLoad Balancing
Layer 7 Load Balancing is provided free via Ingress. Layer 4 Load Balancing (ServiceType: LoadBalancer) is available as a paid add-on ($10/mo) for dedicated IP addresses.